body, html {
	margin:0;
	padding:0;
}
body {
	min-width:850px;
}
#wrap {
	margin:0 auto;
	width:850px;
	position: relative;
	min-height: 100%;
}

#header {
	height: 105px;
	position: relative;
}
#header img
{
  position: absolute;
  border: none;
  margin: 0;
}
#topmenu {

position:absolute;
right:0;
bottom:8px;
}
#content_main {
	padding-bottom: 33px;
	
}
#content_right
{
	float: left;
	display: inline;
	position: relative;
	width:628px;
	min-height: 373px;
	/*margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;*/
	
}

#sidebar {
	/*margin-top: 20px;
	margin-left: 20px;*/
	float:right;
	display: inline;
	position: relative;
	width:222px;
	
}
#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: 850px;
	height: 33px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: -35px; /* negative value of footer height */
	height: 33px;
	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 */
