body {
	padding: 0px;
	height: auto;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background: #EAEAEA;
}
#wrapper {
	background-color: #FFFFFF;
	height: auto;
	width: 760px;
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
#banner {
	background-image: url(../images/banner_main.bmp);
	background-repeat: no-repeat;
	height: 121px;
	width: 760px;
}
#navbar {
	height: 113px;
	width: 760px;
}
#lhnav {
	float: left;
	padding-top: 5px;
	height: 500px;
	width: 112px;
	padding-left: 5px;
	background: url(../images/products.bmp) no-repeat;
	font-size: 7pt;
}
#lhnav p {
	margin: 0px 0px 10px;
	padding-top: 0px;
	line-height: 13px;
	font-size: 7.5pt;
}

#content {
	float: left;
	height: auto;
	width: 572px;
	padding-top: 25px;
	padding-right: 35px;
	padding-left: 25px;
}
.box {
	width: 572px;
	height: 100px;
	clear: left;
}

#footer {
	clear: both;
	height: 50px;
	width: 760px;
	background: url(../images/footer.gif) no-repeat;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}
