body {
	margin:21px 0px;
	padding:0px;
	background-image:url(../images/home/repeat_page.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	background-color:#660000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#666666;
}
p, h1 {
	margin:0;
}
h1 {
	font-size: 13px;
	font-family:"Times New Roman", Times, serif;
	color:#660000;
	font-weight:bold;
}
ul {
	margin-top:0;
	margin-bottom:0;
	margin-right:0;
}
/*** MAIN / CONTAINER DIVS ***/

#container {
	width:752px;
	margin:auto;
	background-image:url(../images/home/repeat_content_2c.jpg);
	background-repeat:repeat-y;
	clear:both;
}
/*** PARTS ***/

#nav {
	width:752px;
	height:35px;
	background-image:url(../images/home/nav_bkgd.jpg);
	background-repeat:no-repeat;
	text-align:center;
	line-height:35px;
}
#banner {
	width:752px;
	height:331px;
	overflow:hidden;
}
#subbanner {
	width:752px;
	height:7px;
	background-image:url(../images/home/subbanner.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
}
#content_container {
	width:752px;
	min-height:166px;
	background-image:url(../images/home/content_top_home.jpg);
	background-repeat:no-repeat;
}
#content_left {
	width:420px;
	margin-left:41px;
	margin-top:51px;
	padding-bottom:25px;
	float:left;
	display:inline;
}
#content_right {
	width:211px;
	margin-left:61px;
	margin-top:51px;
	padding-bottom:25px;
	float:left;
	display:inline;
}
#btm_cap {
	width:752px;
	background-image:url(../images/home/btm_cap.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	overflow:hidden;
	clear:both;
}

/*** NAVIGATION ***/

.nav {
	color:#623727;
	font-size: 13px;
	font-family:"Times New Roman", Times, serif;
	color:#660000;
	font-weight:normal;
}
a.nav:link {
	color:#660000;
	text-decoration: none;
}
a.nav:hover {
	color:#660000;
	text-decoration: underline;
}
a.nav:active {
	color:#660000;
	text-decoration: underline;
}
a.nav:visited {
	color:#660000;
	text-decoration: none;
}
a.nav:visited:hover {
	color:#660000;
	text-decoration: underline;
}
/*** FOOTER ***/

.footer {
	width:752px;
	margin:10px auto;
	font-size: 10px;
	color: #fff;
	text-align:center;
}
a.footer:link {
	color: #fff;
	text-decoration: none;
}
a.footer:hover {
	color: #fff;
	text-decoration: underline;
}
a.footer:active {
	color: #fff;
	text-decoration: none;
}
a.footer:visited {
	color: #fff;
	text-decoration: none;
}
a.footer:visited:hover {
	color: #fff;
	text-decoration: underline;
}
/*** TEXT / LINKS ***/

a:link {
	color:#333333;
	text-decoration: underline;
}
a:hover {
	color:#660000;
	text-decoration: underline;
}
a:active {
	color:#333333;
	text-decoration: none;
}
a:visited {
	color:#333333;
	text-decoration: underline;
}
a:visited:hover {
	color:#660000;
	text-decoration: underline;
}
