body {
	background-color: #330000;
	background-image: url(../images/Layout/pagebg.jpg);
	background-repeat: repeat-x;
	text-align: justify;
}
#contentContainer {
	background-image: url(../images/Layout/contentbg.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 878px;
	display: inline;
}
#navDiv {
	background-image: url(../images/Layout/rightsidebg.jpg);
	float: right;
	width: 210px;
	background-repeat: no-repeat;
	height: 700px;
}
#navDiv #contactArea {
	padding: 0px;
	float: left;
	height: 100px;
	width: 200px;
	margin-top: 5px;
	font-size: 1em;
	color: #999999;
	font-weight: bold;
	text-align: center;
}
#navDiv #mainNav {
	float: left;
	width: 190px;
	margin-top: 45px;
	text-align: left;
}
#mainNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#mainNav li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #602C16;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#mainNav a {
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}
#mainNav a:hover {
	color: #F9E600;
	font-weight: bold;
	text-decoration: underline;
}




#bannerDiv {
	background-image: url(../images/Layout/banner.jpg);
	height: 70px;
	width: 468px;
	margin: 0px;
	float: left;
	padding-top: 170px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 200px;
	text-align: left;
}
#contentDiv {
	margin: 0px;
	width: 565px;
	padding-right: 13px;
	padding-left: 80px;
	text-align: left;
	float: left;
}
h1 {
	font-size: 24px;
	background-color: #333333;
	color: #FFFFFF;
	padding-left: 10px;
	margin-right: 15px;
}
.priceListCol {
	width: 45%;
	margin-bottom: 20px;
	font-weight: bold;
	color: #333333;
	background-color: #F8F7EF;
	border: 1px solid #CCCCCC;
}

.altTD {
	background-color: #F3F3F3;
}
.priceListCol TD {
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.priceTable {
	font-size: 1em;
	font-weight: bold;
	color: #333333;
}
.clearboth {
	clear: both;
	float: left;
}
.rightcol {
	float: right;
	width: 48%;
}
.leftCol {
	float: left;
	width: 48%;
	text-align: justify;
}
.bolderText {
	font-size: 1.2em;
	font-weight: bold;
}
.leftFloat5pxBuffer {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}
.rightFloat5pxBuffer {
	float: right;
	padding-bottom: 5px;
	padding-left: 5px;
}

.withBackground {
	border: 1px solid #D1CCB8;
	background-color: #ECE9D8;
}
.clr {
	padding: 1px;
	clear: both;
	float: left;
	width: 555px;
	font-size: 2px;
}
.fullwidthnopadding {
	float: left;
	width: 100%;
}
#signText {
	height: 4px;
	width: 95px;
	position: absolute;
	top: 116px;
	left: 528px;
}
#signText a {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

