body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 1000px;
	margin: 0;
	padding: 0;
}
#main {
	float: left;
	padding-top: 0;
	padding-bottom: 4em;
	width: 1000px;
}


#sections {
	width: auto;
	margin-top: 20px;
	height: 350px;
	margin-right: 118px;
	margin-left: 122px;
	font-size: 11px;
	clear: both;
}
#products {
	width: 225px;
	float: left;
	height: 300px;
	background-color: #FFF;
	border: thin solid  #cfdae2;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 15px;
}
#products1 {
	width: 225px;
	height: 300px;
	float: left;
	border: thin solid  #cfdae2;
	margin-right: 12px;
	margin-left: 12px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 15px;
}
#products2 {
	width: 225px;
	height: 300px;
	float: left;
	border: thin solid  #cfdae2;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 15px;
}
.producttext {
	list-style-type: none;
	margin-top: 10px;
	margin-left: 0px;
	padding-left: 1em;
	line-height: 18px;
	clear: both;
	font-size: 11px;
	font-weight: bold;
}
#main a:link, #main a:visited {
	color: #000;
	text-decoration: none;
}
#main a:active, #main a:hover {
	color: #00467f;
}
#right a:link, #right a:visited {
	color: #00467f; text-decoration: none; 
}
#right a:active, #right a:hover {
	color: #00467f;
	text-decoration: underline;
}
.smltxt {
	font-size: 11px;
	font-weight: bold;
	width: 330px;
}
h1{
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: bold;
	margin-top: 15px;
	color: #00467f;
}	
#footer {
	clear: both;
	font-size: 10px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #999999;
}

