html body {
	background-color: #dcd7d3;
	text-align: center;
	font-family: "Calibri", "Lucida Grande", "Lucida Sans", Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 12px;
	padding: 0;
	margin: 0;
	line-height: 150%;
	overflow-x: hidden;
}
#top {
	overflow-x: hidden;
	width: 100%;
	height: 240px;
	background-image: url(header.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
#content {
	text-align: left;
	position: absolute;
	left: 50%;
	top: 240px;
	margin-left: -595px;
	width: 949px;
	background-image: url(mainbg.jpg);
}
#left {
	float: right;
	width: 702px;
	padding-top: 5px;
}
#bottom {
	width: 702px;
	height: 34px;
	line-height: 28px;
	text-align:center;
	background-image: url(mainbottom.jpg);
	font-weight: bold;
	color: #fff;
}
#bottom a { color: #fff; }
#menu {
	background-image: url(menubg.jpg);
	position: absolute;
	top: 243px;
	left: 50%;
	margin-left: 350px;
	padding-top: 10px;
	width: 152px;
}
#menu a {
	height: 25px;
	width: 148px;
	line-height: 25px;
	border-bottom: #ccc;
	color: #2a69aa;
	display: block;
	text-decoration: none;
	font-weight: bold;
	text-indent: 12px;
	text-align: left;
}
#menu a.sub {
	height: 18px;
	line-height: 18px;
	font-weight: normal;
	text-indent: 20px;
	font-size: 11px;
}
#menu a:hover {
	background-color: #2a69aa;
	color: #fff;
}
h1 {
	position: absolute;
	top: 210px;
	left: 50%;
	color: #2a69aa;
	font-size: 19px;
	letter-spacing: -1px;
	text-indent: 13px;
	font-weight: bold;
	margin: 0px 0px 0px -345px;
	width: 500px;
	text-align: left;
	z-index: 3;
}
h2 {
	color: #175f00;
	font-size: 16px;
	font-weight: 100;
	text-indent: 25px;
	line-height: 20px;
}
#side, .img-right {
	float: right;
	margin-right: 25px;
	margin-left: 25px;
}
.prod {
	border-width: 0px;
	margin-right: 7px;
	float: right;
}
.prodleft {
	border-width: 0px;
	margin-left: 7px;
	margin-right: 15px;
	float: left;
}
.img-right, #side img {
	border: 1px solid #ccc;
}
p, li, table {
	margin-left: 20px;
	margin-right: 25px;
}
a {
	color: #2a69aa;
}