p, h1, h2, h3, h4 {
	margin:0;
}
h1 {
	font-size: 18px;
	font-family:"Times New Roman", Times, serif;
	color:#660000;
	font-weight:bold;
}
h2 {
	font-size: 15px;
	font-family:"Times New Roman", Times, serif;
	color:#660000;
	font-weight:bold;
}
h3 {
	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/interior/repeat_content_1c.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:191px;
	overflow:hidden;
}
#subbanner {
	width:752px;
	height:7px;
	background-image:url(../images/interior/subbanner_interior.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
}
#content_container {
	width:752px;
	min-height:166px;
	background-image:url(../images/interior/content_top_interior.jpg);
	background-repeat:no-repeat;
}
#title {
	width:736px;
	height:65px;
	padding-left:16px;
}
#content_main {
	width:650px;
	min-height:200px;
	margin:auto;
	padding-bottom:25px;
}
#btm_cap {
	width:752px;
	background-image:url(../images/interior/btm_cap_interior.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;
}
.white {
	color:#FFF;
}
.framebox {
	padding:10px;
	margin:10px;
	border-style:double;
	border-color:#FFF;
	border-width:6px;
	background-color:#660000;
	color:#FFF;
	font-size:10px;
}
.h2_white {
	font-size: 15px;
	font-family:"Times New Roman", Times, serif;
	color:#fff;
	font-weight:bold;
}
