body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background: #660000 url(images/back_dot.gif); 
}
a:link, a:visited {
	font-weight: bold;
	color: #660000;
}
a:hover {
	color: #420000;
}
#wrap {
	background: #FFFFFF url(images/red_bar_fade.jpg) top left repeat-y;
	padding-left: 120px;
}
#header {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 100%;
	background-color: #999999;
	background: url(images/head_back.gif) top left repeat-x;
}
#header h1 {
	margin: 5px;
}
#header #nav {
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
	padding: 0px;
	background-color: #CCCCCC;
	background: url(images/head_nav.gif) top left repeat-x;
}
#nav a {
	text-decoration: none;
	font-weight: bold;
	color: #333300;
	line-height: 2.5em;
	margin: 4px;
	padding: 6px;
}
#nav a:hover {
	color: #FFFFFF;
	border: 1px #660000 solid;
	padding: 5px;
}
#content {
	margin: 0px;
	padding: 0px;
	min-height: 400px;
	width: 100%;
	background: transparent url(images/grey_bar.jpg) top right repeat-y;
	overflow:auto;
}
#content h2 {
	margin: 5px;
}
#content h3 {
	margin: 15px 5px 5px 15px;
}
#content p {
	margin: 15px 5px 5px 25px;
}
#content #feat_img {
	float: right;
}
#content div.cust_feat {
	border: 1px solid #666666;
	display: block;
	clear:both;
	padding: 5px;
	margin: 30px;
	overflow:auto;
}
#content div.cust_feat img {
	float: right;
	margin: 3px;
}
#content div.imgBox {
	display: block;
	text-align: center;
	width: 180px;
	margin: 15px;
	padding: 10px;
	border: 1px solid #660000;
	background-color: #CCCCCC;
}
#content div.imgBox img {
	width: 180px;
}
#content div.lilImgBox {
	float: left;
	text-align: left;
	margin: 15px 5px 15px 5px;
	padding: 5px;
	width: 35%;
	border: 1px solid #660000;
	background-color: #CCCCCC;
}
#content div.lilImgBox img {
	height: 120px;
	float: right;
}
#content #side {
	float: right;
	width: 180px;
	text-align: center;
	overflow:hidden;
}
#content #side div.sideCol {
	margin: 10px;
	padding: 5px;
	border: solid 1px #660000;
}
#content #side div.sideCol img {
	width: 90px;
}
#footer {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	clear: both;
	height: 50px;
	width: 100%;
	background-color: #999999;
	background: url(images/foot_back.gif) bottom left repeat-x;
}
#footer span {
	margin: 5px;
	float: right;
}
#footer #nav {
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #660000;
	padding: 0px;
	background-color: #CCCCCC;
	background: url(images/foot_nav.gif) bottom left repeat-x;
}
#content #side p {
	margin: 15px 0 0 0; 
	height: 180px;
	width: 180px;
	text-align: center;
}
#content #side h4 {
	margin: 10px 0 0 25px;
	text-align: left;
}
#content #side ul {
	margin: 15px 0 0 35px; 
	width: 180px;
	text-align: left;
	list-style-image: none;
}
#content #side ul li {
	margin: 10px 0 0 10px;
}
.stable td {
	background-color: #DFDFDF;
	border: solid 1px #660000;
}
