*{
	border: 0;
	padding: 0;
	margin: 0;
	font-family: arial;
	color: #5d6772;
	}
html{
	height: 100%;
	overflow-x: visible;
	}
body{
	background: #fff ;
	height: 100%;
	width: 100%;
	}
#main{
	height: auto !important;
	min-height: 100%;
	position: relative;
	text-align: center;
	width: 100%;
	}
#header{
	height: 147px;
	margin: 0 auto;
	width: 870px;
	position: relative;
	padding: 18px 0 0;
	}
#menu{
	display: block;
	width: 862px;
	padding: 0 0 0 8px;
	height: 21px;
	position: relative;
	margin: 0 auto;
	list-style: none;
	background: url(/images/bg_menu.jpg) no-repeat;
	
	}
#menu li{
	display: block;
	float: left;
 	}

#wrapper{
	margin: 0px auto;
	width: 870px;
	text-align: center;
	height: 370px;
	background: url(/images/bg.top.wrapper.gif) no-repeat 1px 3px;	
	}
html>body #wrapper{
	height: auto;
	min-height: 370px;
	}
.box{
	width: 851px;
	position: relative;
	height: 348px;
	text-align: left;
	padding: 22px 5px 0 14px;
	background: url(/images/bg.bottom.box.gif) no-repeat right bottom;
	}
html>body .box{
	height: auto;
	min-height: 348px;
	}
#footer{
	margin: 0 auto;
	width: 842px;
	position: relative;
	font-size: 9px;
	text-align: center;
	padding: 30px 14px 10px;
	border-bottom: 1px dashed gray;
	}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
