body{
	
	
	
}

#wrapper{

	background:url(../images/bg.png) 0 top repeat;
	background-size: contain;
}


#header{
	
	background:url(../images/header_bg.png) 0 top repeat-x;
}

#headerbar{
	
	position:relative;
	margin:0 auto;
	width:960px;
	height:81px;
	
}


#home_header{
	position:absolute;
	right:0px;
	top:0px;

}

#outline:after{
	content:"";
	clear:both;
	display:block;
	
}

/*content*/

#container{
	
	margin:25px auto;
	width:960px;


}

/*side*/

#side{
	
	float:left;
	width:235px;
}


#menu ul{
	
	margin-bottom: 25px;
}

#menu li{
	
	line-height: 0;

	
}

/*contact*/

#contact .contact_title{
	
	padding-bottom:15px;
	
}



/*main*/
 
#main{
	
	float:left;
	background:url(../images/inner_box.jpg) 0 top repeat-y;
	padding:3px;
	width:719px;
	min-height:780px;

}







/*footer*/
#footer{
	
	background:url(../images/footer_bottom_bg.png) 0 top repeat;	
	margin-top:25px;

}

#footer .wrap{
	

	clear:both;


}

#footer p{
	
	background:url(../images/footer_bg.png) 0 top repeat-x;	
	color:#fff;
	text-align:center;
	width: 960px;
	height:30px;
	padding-top:15px;
	margin:0 auto;
}