/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #63151e url(images/main2.gif) repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, h3, h4, h5, h6, a, ul, li, ol, dt, dd, td, address {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color:#131313;
}

p, li, ul, a { font-size: 12px; }

h1 {
	font-size:18px;
	letter-spacing: -1px;
	padding-top:0px;
	margin-top: 0px;
	color:#620f19;
	padding-bottom:2px;
	margin-right: 20px;
	border-bottom: dashed 1px #666666
}

h2 { }

address {
	font-style: normal;
	font-size:11px;
	color:#f5e9cb;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px #f5e9cb solid
}

	address a { color:#f5e9cb; font-size: 11px }
	address span { color: #FFFFFF; font-weight: bold;}

address a:hover { text-decoration:none }

a { color: #000000; }

a:hover { text-decoration:none; }

ul { font-weight:bold; }

li { font-weight: normal; list-style-image:url(images/bullet.gif);
	padding-left: 5px; }

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 890px;
	margin: 0 auto;
	background:url(images/container.gif) repeat-y
}

div#header { 
	width: 890px; 
	height: 185px;
	background:url(images/header.jpg) no-repeat
}

div#content_wrapper {
	background:url(images/content.jpg) no-repeat;}
	
	div#content {
		float:left;
		width: 675px;
		margin: 0 0 0 10px;}
	
	div#sidebar {
		float:left;
		padding: 120px 0 0 20px;
		_padding: 120px 0 0 10px;
	}

div#footer { 
	width: 890px; 
	height: 108px;
	clear: both;
	background:url(images/footer.gif) no-repeat;
}

div#copyright {
	font-size: 9px;
	font-family: Tahoma, Arial, sans-serif;
	padding-top: 8px;
	color: #FFFFFF;
}

#copyright a {
	font-size: 10px;
	color: #ffffff;
	text-decoration:none;
	font-weight: bold;
}

#copyright a:hover {
	text-decoration:underline;
	color: #FFFFFF;
	font-weight: bold;
}

.ypimg {
	border: 0px;
	padding-top: 5px;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left { float: left; margin-right:10px; }

img.right { float: right; margin-left:10px; }

.clear { clear: both; }

/* ----------------- CUSTOM CLASSES ----------------- */
div#flash {
	float:left;
}

div#audio {
	position:relative;
	width: 180px;
	height: 100px;
	background: url(images/audio.gif) top left no-repeat;
	}
div#audio div {
	position: absolute;
	top: 54px;
	left: 31px;
	width: 68px;
	height: 30px;
}

div#audio a {
	display: block;
	position: absolute;
	top: 88px;
	left: 0px;
	width: 180px;
	height: 10px;
}

/* NAVIGATION CONTAINER */
a#audiolink {
	display: block;
	position: absolute;
	top: 75px;
	left: 716px;
	z-index: 2;
}
/* ----------------- UTILITY NAVIGATION ----------------- */
ul#utility {
	padding: 20px 0 2px 0;
	margin: 0 auto;
	text-align: center;
}

ul#utility li {
	display: inline;
	color: #000;
	list-style: none;
	padding:0px;
	margin: 0px;
	}

ul#utility a {
	font-family:Tahoma, Arial, sans-serif;
	padding: 0 2px;
	font-size:11px;
	color:#000;
	
}
ul#utility a:hover { text-decoration: none;}

/* ----------------- MAIN NAVIGATION ----------------- */
div#mainnav {
	padding: 120px 0 0 0px;
	margin: 0px;}

ul#nav {
	margin: 0px;
	padding: 0px;
	background-color:#FF0000;
	}

	ul#nav li {
		list-style: none;
		padding: 0;
		float: left;
	}

#nav a {
	text-align: center;
	font-weight: bold;
	color: #000;
	text-decoration:none;
	display: block;
	width: 110px;
	height: 25px;
	padding: 18px 0px 12px 0;
	border-right: 1px solid #d3c9b1}
	
	#nav a:hover, #nav a.current {
	color: #fff;
	background: #9c3938;
	}
