@charset "utf-8";
body {
	text-align: left;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bg_all.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #f4c051;	
}

#body_all {
	/*vertical-align: center;
	margin: 0 auto;*/
	width: 100%;
}


#bg {
	/*background-image: url(../images/right.gif);
	background-repeat: no-repeat;
	background-position: 980px top;
	width: 1370px;*/
}

.clear {
	clear: both;
}

#head {
	vertical-align: center;
	/*margin: 0 auto;*/
	width: 980px;
	height: 140px;
	background-image: url(../images/banner_dummy.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#logo {
	width: 300px;
	height: 140px;
	float: left;
	/*background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;*/
}


#meta {
	float: left;
	text-align: left;
	width: 240px;
	height: 30px;
	/*background-image: url(../images/meta_top.gif);
	background-repeat: no-repeat;
	background-position: right top;*/
	padding-left: 440px;
}

#banner {
	width: 680px;
	height: 80px;
	text-align: center;
	padding-top: 0px;
		float: left;
	
}

#content_all {
	vertical-align: center;
	/*margin: 0 auto;
	width: 980px;*/
	min-height: 400px;
	text-align: left;
}

#mainmenu_box {
	width: 100%;
	height: 42px;
	/*background-color: #1088ff;*/
	background-image: url(../images/mainmenu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#search_box {
	width: 200px;
	height: 42px;
	float: left;
}

#mainmenu {
	float: left;
}

#mainnav {
	padding-top: 10px;
	width: 780px;
	height: 32px;
}

*html #mainnav {
	padding-top: 10px;
	margin-left: 200px;
	width: 780px;
	height: 32px;
}

#menu_box {
	width: 200px;
	height: 400x;
	float: left;
	padding-top: 30px;
}


#submenu {
	margin-top: 50px;
}


#content_box {
	width: 780px;
	float: left;
	min-height: 400px;
	background-color: #ffffff;
	/*background-image: url(../images/content.gif);
	background-repeat: no-repeat;
	background-position: left top;*/
}

*html #content_box {
	height: 400px;
}

#right_box {
	float: left;
	/*background-image: url(../images/right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 900px;*/
	width: 10px;
}

#content  {
	width: 720px;
	min-height: 400px;
	padding: 30px 30px 60px 30px;
}

#footer {
	width: 980px;
	height: 42px;
	margin-top: 20px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;	
	text-align: left;
}

#footernav {
	padding-left: 20px;	
}

#footer a, #footer p {
	color: #fff;
}

