body {
	background: #5E1F08;
	margin: 0px; 
	padding: 0px; 
	text-align: center; 
}



p, h1, h2, h3, h4, h5, ul, li, lo, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; 
}

p, ul {
	font-size: 12px;
}
h1 {
	font-size: 18px;
	padding: 1px;
	margin-right: 10px;
	margin-left: 10px;
	border-bottom: 2px dotted #5E1F08;
	text-transform: uppercase;
}
h2 {
	font-size: 16px;
}
h3 {
}

a {
	color: #5E1F08;
}
a:hover {
	text-decoration: none;
   
}

/* ---------------------------- MAIN NAVIGATION ----------------------------  */

/* Creates the container for the navbar and centers it.*/ 
div#navContainer {
	width: 750px;
	margin: 0px;
	padding: 0px;
	height: 26px;
}
/* Removes any default margins or padding applied to lists. Floats the list to the left, which incorporates the child elements (i.e. the links) and provides a full-length background color that extends past the links.*/

ul#mainnav {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background: url(images/nav_bg.jpg);
	width: 100%;
	}

/* Lists, by default, are block level elements, so the applying the inline style removes the line breaks of a block level element and causes the links to line up next to one another. We float the items left as some browsers have difficulty displaying the inline property correctly in this fashion. We remove all margins and padding and the bullet by setting the list style type to none.*/

ul#mainnav li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px;
}

/* Although we have redefined the li style as an inline element, we need to make the actual links block level elements so we can give them widths and have them display properly as "buttons." */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	padding: 7px 12px 5px;
	margin: 0px;
	color: #FF9900;
	background: #000000;
}
/* Creates the hover and "on" status style, which can be applied directly to a single link. */
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	color: #FFFFFF;
	background: transparent;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

table, td, th  {	
	border-collapse: collapse;
}

div#border {
	margin: 5px auto 0px;
	padding: 0px;
	width: 750px;
	border: 1px solid #000000;
	background: #FFCC99;
}

div#header {
	background: #A5461A url(images/header.jpg) no-repeat;
	border-bottom: 1px solid;
	margin: 0px;
	padding: 128px 0px 0px;
	height: 26px;
	width: 750px;
}

div#container {
	margin: 0px;
	padding: 0px 30px 5px;
}

div#footer {
	color: #FFFFFF;
	background: #000000;
	margin: 0px;
	padding: 5px;
	width: 740px;
	clear: both;
}
div#footer p {
	font-size: 12px;
}
div#footer a {
	color: #EC8D00;
}
div#copyright, div#copyright a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
}



div#signin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 100px;
}


/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	border: 4px solid #BB5325;
	padding: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
}
img.right {
	float: right;
	margin: 0px 0px 5px 10px;
	padding: 0px;
}
.clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */
div#splash {
	margin: 0px;
	padding: 0px 320px 0px 30px;
	background: url(images/logo_corner.jpg) no-repeat right bottom;
	width: 400px;
}
div#splash a {
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
div#audiolink {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width:140px;
	height:20px;
	z-index:1;
	float: right;
}
div#audiolink a {
	color: #FFFFFF;
	text-decoration: none;
}
.center {
	text-align: center;
}
