body, html {
	margin:0;
	padding:0;
	/*background:#a7a09a;*/
	height: 100%;
	
}
body {
	min-width:800px;
}
#wrap {
	margin:0 auto;
	width:800px;
	position: relative;
	min-height: 100%;
	background: url('../images/bg.png') repeat-y 0 0;
}

#header {
	height: 85px;
}
#header img
{
  position: absolute;
  border: none;
  margin: 0;
}
#topmenu {
padding:3px 20px;
position:absolute;
right:10px;
top:20px;
}
#content_main {
	width: 100%;
	padding-bottom: 20px;
	
}
#content_right
{
	float: right;
	display: inline;
	position: relative;
	width:610px;
	/*margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;*/
	
}


#sidebar {
	/*margin-top: 20px;
	margin-left: 20px;*/
	float:left;
	display: inline;
	position: relative;
	width:190px;
	
}
#sidebar ul {
	margin: 0 0 40px 20px;
	list-style:none;
	
	padding: 0;
	width: 150px;
}
#sidebar ul li ul
{
  margin: 0;	
}
#sidebar h3, #sidebar p {
	/*padding:0 0 0 10px;*/
}
	
#footer
{
	/*margin:0px 20px 0px 20px;*/
	width: 800px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: -20px; /* negative value of footer height */
	height: 20px;
	clear:both;
}
#footer p
{
	line-height: 20px;
	margin: 0;
}

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
