/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #FFF;
	margin: 0px;
	padding: 0px; 
	text-align: center;
}

p, h1, h2, h3, h4, h5, a, ul, li, lo, td, dd, dt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #274150;
	background-image: url(images/dots_title.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 20px;
}
h2 {
	font-size: 12px;
	color: #E10C0E;
}
p {
	font-size: 11px;
	line-height: 15px;
}
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}
address {
	color: #FFFFFF;
	font-style: normal;
	margin-top: 50px;
}
li {
	font-size: 11px;
}

/* ----------------- LAYOUT ELEMENTS ----------------- */
div#container {
	background-image: url(images/bg_site.gif);
	background-repeat: repeat-y;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border: 1px solid #E40F11;
	margin-top: 10px;
}
div#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
	height: 115px;
	background-color: #FFFFFF;
}


div#audio {
	position: absolute;
	left: 658px;
	width: 109px;
	top: 3px;
}
div#h1 {
	position: absolute;
	width: 264px;
	left: 11px;
	top: 56px;
}
div#owner {

	position: absolute;
	left: 400px;
	width: 109px;
	top: 5px;
}
div#contact {

	position: absolute;
	left: 533px;
	width: 109px;
	top: 5px;
}
div#content {
	float: left;
	width: 540px;
	position: relative;
	background-image: url(images/bg_content.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	}
	
	div#content p strong {
	font-size: 11px;
	font-weight: bold;
	color: #2F4D67;
	}

	div#content img {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
	clear: right;
	}

div#footer {
	clear: both;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 13px;
}

div#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 9px;
	clear: both;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top:5px;
	}
	div#copyright a {
	color: #DD1213;
	text-decoration: none;
	}


/* ----------------- FLOATS ----------------- */
.left {
	float: left;
}
.right {
	float: right;
	}
.clear {
	clear: both;
}
div#title {
	background-image: url(images/title.jpg);
	background-repeat: no-repeat;
	height: 93px;
	position: relative;
}

/* ----------------- MAIN NAVIGATION ----------------- */
div#nav {
	float: right;
	width: 180px;
	margin-top: 15px;
	}
	div#nav p {
	color: #fff;
	}
	div#nav strong {
	color: #FFFF66;
	}
	div#nav a {
	color: #FFFF66;
	text-decoration: none;
	}

ul#mainnav {
	margin: 0px;
	padding: 0px;
	width: 160px;
}

ul#mainnav li {
	display: inline; 
	list-style: none;
}

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: 150px;
	border-bottom: 1px dotted #FFFFFF;
	padding: 3px;
	background-image: url(images/nav_dots.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 15px;
}

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background: #FFF url(images/dots_over.gif) no-repeat left center;
	color: #253A4D;
}

/* ---------------------------- UTILITY NAVIGATION ----------------------------  */
div#utility {
	width: 750px;
	margin: 0px auto;
	height: 12px;
}
ul#utilitynav {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}

ul#utilitynav li {
	display: inline;
	float: left;
	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 #AB9878;
	color: #84755C;
}
ul#utilitynav li a:hover, ul#utilitynav li a.current:visited {
}
	

