/* CSS Document */
body {
	margin: 0px;
	padding: 20px;
	text-align: center;	/*Centered in IE*/
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-color: #e7f3fd;
}

#page {
	margin:0 auto; /*Centered in FF*/
	width: 800px;
	height: 100%
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}

#topnav {
	width: 100%;
	height: 62px;
}

#hpbox1 {
	width: 100%;
	height: 250px;
	background-color: #FFFFFF;
}

#hpbox2 {
	width: 100%;
	height: 250px;
	background-color: #FFFFFF;
}

#hpbox2a {
	width: 328px;
	height: 240px;
	float: left;
	padding: 5px;
	background-color: #FFFFFF;
}

#hpbox2b {
	width: 462px;
	height: 250px;
	float: right;
	background-color: #FFFFFF;
}

#content {
	width: 800px;
	background-color: #FFFFFF;
}

#prodnav {
	width: 200px;
	background-color: #f3c124;
	float: left;
}
#prodlist {
	width: 600px;
	background-color: #0000FF;
	float: right;
}

#footer {
	width: 100%;
	height: 164px;
	background-color: #e7f3fd;
	background-image: url(ftrbtm.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000099;
}



#navtop {
	width: 800px;
	height: 10px;
}

#navmenu {
	width: 800px;
	height: 41px;
}
#navbt {
	width: 800px;
	height: 11px;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#footerbox {
	height: 56px;
	width: 100%;
}

#footerbox2 {
	height: 27px;
	width: 790;
	text-align: right;
	padding: 5px;
}
