html {
	overflow: auto;
}
body {
	margin:5px 0px 0px 5px;
	background-color:#fff;
}
#banner {
	position:absolute;
	left: 10px;
	top: 10px;
	height: 100px;
	width: 983px;
	background:#fff;
}
#bannerlogo {
	position:absolute;
	left:30px;
	top:10px;
	height:100px;
	width:125px;
}
#navpic1 {
	position:absolute;
	left:10px;
	top:110px;
	width:auto;
	height:auto;
	background:#fff;
	border:solid 1px #bbb;
}
#navpic2 {
	top:185px;
}
#navpic3 {
	top:260px;
}
#navpic4 {
	top:335px;
}
#navpic5 {
	top:410px;
}
#navpic2, #navpic3, #navpic4, #navpic5 {
	position:absolute;
	left:10px;
	width:150px;
	height:75px;
	background:#fff;
	border:solid 1px #bbb;
}

#menu {
	position:absolute;
	padding:0 0 10px 0;
	margin:0;
	left:161px;
	top:110px;
	height:2em;
	width:830px;
	list-style-type:none;
	border:1px solid #bbb;
	background-color:#EEE;
}
#menu li {
	margin: 5px 0px 5px 0px;
	float:left;
	width:75px;
	height:2em;
	line-height:2em;
	border-right:1px solid #bbb;
	position:relative;
	text-align:center;
}
#menu li a, #menu li a:visited {
	display:block;
	text-decoration:none; 
	color:#000;
}
#menu li a span, #menu li a:visited span {
	display:none;
}
#menu li a:hover {
	border:0;
	color:#f00;
}
#menu li a:hover span {
	display:block;
	width:75px;
	height:2em;
	text-align:center;
	position:absolute; 
	left:0px; 
	top:0px; 
	cursor:pointer;
}
#header {
	padding: 0px 0px 0px 0px;
	position: absolute;
	left:161px;
	width:830px;
	top:147px;
	height:37px;
	background:#DDD;
}
#homecontent {
	position: absolute;
	left:161px;
	width:810px;
	top:185px;
	background:#FFF;
	padding: 8px 10px 8px 10px;
	height: 284px;
}
#infocontent {
	position: absolute;
	left:161px;
	width:810px;
	top:185px;
	background:#FFF;
	padding: 8px 10px 8px 10px;
	height: 284px;
}
#contactcontent {
	position: absolute;
	left:161px;
	width:810px;
	top:185px;
	background:#FFF;
	padding: 8px 10px 8px 10px;
	height: 284px;
}
#header, #homecontent, #infocontent, #contactcontent {
	border:solid 1px #bbb;
}

