@charset "utf-8";
/* CSS Document */

#wrapper{
	width:855px;
	margin:auto;
	border-left:1px solid black;
	border-right:1px solid black;
	background-color:#FFF;
}

#header{
	width:855px;
	margin:auto;
}
#menu{
	width:855px;
	margin:auto;
	height:158px;
}
#sub_menu{
	width:840px;
	margin:auto;
	height:27px;
	padding-right:15px;
}
#top_menu{
	width:855px;
	height:34px;
	margin:auto;
}
#logos{
	width:855px;
	margin:auto;
}
#search_div{
	width:855px;
	margin:auto;
}
#content{
	width:825px;
	margin:auto;
	padding: 15px;
	;
}
 
#footer{
	width:855px;
	height:23px;
	margin:auto;
	clear:both;
}
 

