body {
	background-color:#FFEECC;
	font-size:12px;
	color:#7D240F;
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#BodyContainer {
	width:817px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
#TopNav {
	position:relative;
	background:url(/images/nav_bg.png);
	background-repeat:no-repeat;
	height:80px;
	z-index:100;
	padding-top:15px;
}
#TopNav td {
	padding-left:7px; padding-right:7px;
}
#TopNav a {
	color:#FFEECC;
	font-size:14px;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
}
#TopNav a:visited {
	color:#FFEECC;
	text-decoration:none;
}
#TopNav a:hover {
	color:#990000;
	text-decoration:none;
}
#MainBody {
	z-index:1;
	left:0px;
	position:absolute;
	margin-top:-50px;
}
#PageHeader {
	z-index:15;
	width:357px;
	height:52px;
	background-image:url(/images/header_bg.png);
	background-repeat:no-repeat;
	padding-left:60px;
	padding-top:25px;
	font-size:18px;
	color:#7D240F;
	font-weight:bold;
}
#HomeImage {
	z-index:10;
	position:absolute;
	margin-left:394px;
	margin-top:-60px;
}
#Footer {
	width:817px;
}
#FooterLinks {
	padding-top:10px;
	text-align:center;
	color:#990000;
}
#FooterLinks a {
	color:#990000;
	text-decoration:none;
}
#FooterLinks a:visited {
	color:#990000;
	text-decoration:none;
}
#FooterLinks a:hover {
	color:#990000;
	text-decoration:underline;
}
.ProdBorderTop {
	height:16px;
	background:url(/images/prod_border_top.jpg);
	background-repeat:no-repeat;
}
.ProdBorderLeft {
	width:2px;
	background:url(/images/product_border.jpg);
	background-repeat:repeat-y;
}
.ProdCenter {
	width:127px;
}
.ProdBorderRight {
	width:2px;
	background:url(/images/product_border.jpg);
	background-repeat:repeat-y;
}
.ProdBorderBottom {
	height:16px;
	background:url(/images/prod_border_bottom.jpg);
	background-repeat:no-repeat;
}