#container
{
	width:100%;
	
	margin-bottom:0;
	margin:0px;
	padding:0px;
	min-height:100%;
}

body
{
 	background: #c3c3c3;
}

#newsBoxRight, #newsBoxLeft
{
	display:none;
}

.post
{
	width: calc(100% - 32px);
}

.dbPost .mainTitle
{
	width:inherit;
	margin-right:16px;
}

.post.Achievements, .post.Education, .post.EventRoles, .post.shortGames, .post.shortTags, .post.shortPartners, .post.postNote
{
	display:block;
	width: calc(100% - 16px);
	clear:both;
}

.rightCol .divList
{
	width: 100%;
}

.divList
{
	width: 100%;	
}

.divElement
{
	width: calc(100% - 16px);
}

.rightCol
{
	float: left !important;
    width: calc(100% - 16px);
}

.postNote
{
	margin: 16px 0px 32px 16px;
	width: 100%;
}

.rightcol h2.inlineTitle, .post h2.inlineTitle
{
	display:block;
	width: calc(100% - 16px);
	padding: 5px 0px 0px 0px;
}

.main
{
	width:100%;
}

#title
{
	padding:0px;
	margin:0px;
}

#menu
{
	padding:0px;
	margin:0px;
}

#mainMenu
{
	width: 640px;
}

.comment
{
	position:inherit;
	display: inline-block;
}

.footComment
{
	position:static !important;
	bottom:0px;
	
	font-size:1em;
	word-wrap: break-word;
	color:#666;
	background-color:#eee;
	width: calc(100% - 16px);
	
	z-index:5;
	margin:0.9em 0 0 0;
	display:block;
	clear:both;
}

#footer
{
	overflow:visible;
	background-repeat:repeat;
	background-color:#fff;
	
	/*height:1.6em;*/
	
	font-size:1.5em;
	text-align:right;
	
	width:100%;
	border-top:1px solid black;
	padding-right:10px;
	
	position:static !important;
	bottom:0px;
	
	display:block;
	clear:both;
}

#menu
{
	width:600px;
}