/*	border: 1px solid #33FF00 /*
/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #FFF url(images/layout_01.jpg) 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: #FFFFFF;
}

p, li, ul, a, td { font-size: 12px; }

p { line-height: 17px }

h1 {
	font-size:18px;
	letter-spacing: -1px;
	padding-top:0px;
	margin-top: 0px;
	padding-bottom: 5px;
	border-bottom: 1px solid #FFFFFF;
}

h2 { font-size: 15px }

address {
	font-style: normal;
	font-size:12px;
	text-align:left;
	color: #FFFFFF;
	float:left;
	margin: 0 0 0 320px;
	width: 300px;
}

	address span#lf { float: left; text-align: left; margin-top: 5px; }
	address span#rt { float: right; text-align: left;margin-top: 5px; }

address a { color: #fff; }

address a:hover { text-decoration:none }

a { color: #fff; }

a:hover { text-decoration:none; }

ul { font-weight:bold; }

li { font-weight: normal; }

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 990px;
	margin: 0 auto;
	background:url(images/container_bg.gif) repeat-y;
}

div#header { 
	width: 990px; 
	height:145px;
	background:url(images/header.jpg) no-repeat;
	position: relative;
}

div#contentbg { 
	width: 990px;
	background:url(images/content_bg.jpg) no-repeat;
	}

div#content {
	float: left;
	width: 630px;
	margin: 35px 25px 10px 15px;
}

div#footer { 
	width: 990px; 
	height: 155px;
	background:url(images/footer.gif) no-repeat;
	clear: both;
}

div#copyright {
	position:relative;
	font-size: 9px;
	font-family: Tahoma, Arial, sans-serif;
	padding: 8px 0 0 330px;
	color: #000;
	text-align: left;
}

div#copyright a:link, div#copyright a:visited {
	font-size: 10px;
	color: #000;
	text-decoration:none;
	font-weight: bold;
}

div#copyright a:hover, div#copyright a:active {
	text-decoration:underline;
	color: #000;
	font-weight: bold;
}

.ypimg {
	position:absolute;
	top:2px;
	right:0;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left { float: left; margin-right:10px; }

img.right { float: right; margin-left:10px; }

img.border { border: 1px solid #000000; }

.clear { clear: both; }

/* ----------------- CUSTOM CLASSES ----------------- */

td.lead { text-align: right; padding-right: 10px}

div#flash { float:right; margin: 0 25px 0 0; }

/* ----------------- UTILITY NAVIGATION ----------------- */
ul#utility {
	padding: 12px 0 2px 330px;
	margin: 0 auto;
	text-align: left;
}

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 {
	float:left;
	margin: 80px 0 0 14px;
	_margin: 150px 0 0 7px;
}

ul#nav {
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
}

ul#nav li {
	display: inline;
	list-style: none;
	}
	
ul#nav a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	display: block;
	width: 271px;
	padding: 8px 0 7px 29px;
	background: url(images/nav_off.gif) no-repeat;
	}
ul#nav a:hover {
	background: url(images/nav_on.gif) no-repeat;
	color: #FFFFFF;
	text-decoration:underline;
	}
ul#nav a#current  {
	background: url(images/nav_current.gif) no-repeat;
	color: #FFFFFF;
	}

/* ----------------- AUDIO DIV ----------------- */ 

div#audio {
	position:relative;
	width: 180px;
	height: 100px;
	background: url(images/audio.jpg) top left no-repeat;
	}
div#audio div {
	position: absolute;
	top: 65px;
	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 {
	position: absolute;
	display: block;
	z-index: 2;
	left: 744px;
	top: 101px;
}

/* ----------------- ADMIN LOGIN DIV ----------------- */ 
a#admin {
	background: url(images/admin.gif) no-repeat;
	background-position: 100% 0px;
	height: 15px;
	width: 95px;
	margin: 10px auto 0 auto;
	display: block;
}

a#admin:hover {
	background: url(images/admin.gif) no-repeat;
	background-position: 0% -18px;
	height: 15px;
	width: 95px;
	display: block;
}
