body {
	background: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #000000;
}
p, h1, h2, h3, h4, h5, a, ul, li, lo, address, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; 
}

p {
	font-size: 12px;
	line-height: 16px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #721414;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	clear: left;
}
li {
	font-size: 12px;
}
iframe {
	margin-top: -60px;
}
address {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	clear: left;
}
a:link {
	color: #721414;
}
a:visited {
}
a:hover {
}
a:active {
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 751px;
	margin: 0px auto;
		background: url(images/bg_site.gif) repeat-y;
	margin-right: auto;
	margin-left: auto;
}
div#header {
	background: url(images/header.gif) no-repeat left top;
	height: 149px;
	width: 751px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
div#audio {
	position: absolute;
	left: 411px;
	top: 31px;
	width: 109px;
}

div#content {
	float: left;
	width: 520px;
	margin-bottom: 10px;
	padding-left: 30px;
}
div#footer {
	clear: both;
	background: url(images/footer.gif) no-repeat;
	height: 166px;
	position: relative;
}

div#copyright {
	font-size: 9px;
	color: #FFFFFF;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	div#copyright a:link {
	color: #EBE9E9;
	text-decoration: none;
	}
	div#copyright a:hover, div#copyright a:visited {
	text-decoration: underline;
	color: #CCCCCC;
	}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	padding: 5px;
	border: 1px solid #666666;
	background: #FFFFFF;
}
img.right {
	float: right;
	background: #FFFFFF;
	padding: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #666666;
	clear: right;
}
p.clear {
	clear: both;
}
p.clearleft {
	clear: left;
}

/* ----------------- CUSTOM CLASSES ----------------- */
ul.left {
	float: left;
	margin-left: 0px;
	list-style-position: inside;
	list-style-type: disc;
	width: 160px;
	margin-right: 25px;
	padding: 0px;
	margin-bottom: 10px;
}


div#header img {
	float: right;
}
/* ----------------- MAIN NAVIGATION ----------------- */
div#nav {
	float: left;
	width: 130px;
	padding-left: 40px;
}
/* Apply the ul#mainnav style to our entire <ul>.*/

/* Sets a background color and width for our navigation box. Removes all default margins and padding. */
ul#mainnav {
	margin: 0px;
	padding: 0px;
	width: 160px;
}

/* Removes the default bullets. */
ul#mainnav li {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

/* Styles our links. Setting the display to block ensures our links will stack back on top of one another as block level elements. The width sets the "hit" area of the links.  */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 130px;
	border-bottom: 1px solid #FFFFFF;
	padding: 3px;
}
/* Creates our hover status and our current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background: #EBE9E9;
	color: #721414;
}
div#owner {
	position: absolute;
	left: 18px;
	width: 73px;
	top: 136px;
}
div.column {
	float: right;
	width: 140px;
}
div.column img {
	background: #FFFFFF;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #666666;
}
div#maps iframe {
	margin: 0px;
	padding: 0px;
	border: 1px solid #666666;
}
/* ---------------------------- UTILITY NAVIGATION ----------------------------  */
div#utility {
	width: 750px;
	margin: 0px auto;
	clear: both;
	background-image: none;
}
ul#utilitynav {
	float: right;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}

ul#utilitynav li {
	display: inline;
	float: right;
	margin: 0px auto;
	padding: 0px;
}
ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	padding: 5px;
	margin: 0px;
	border-right: 1px none #DED29C;
	color: #FFFFFF;
}
ul#utilitynav li a:hover, ul#utilitynav li a.current:visited {
	color: #1B2F1B;
	text-decoration: underline;
	font-weight: bold;
}
