/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(images/bg-body.jpg);
	background-repeat: repeat;
}

body#webaudio { text-align: center; margin: 0 auto; background: #E2E1D7; }

p, h1, h2, h3, h4, h5, a, ul, li, ol, td {
	font-family: Verdana, Arial, Helvetica, sans-serif, tahoma;
	text-align: left;
	color: #333;
}

div#wrapper {
	width: 750px;
	background-color: #000000;
	background-position: left top;
	background-image: url(images/bg_sidebar.jpg);
	background-repeat: repeat-y;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

div#wrapperright {
	margin: 0;
	float: left;
	width: 100%;
	background-image: url(images/bg-wrapperright.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

div#container {
	width: 750px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

div#content {
	width: 750px;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 221px;
	background-color: #380202;
	background-image: url(images/bg-splash-body.jpg);
	background-repeat: no-repeat;
}

div#sidebar {
	float: left;
	width: 522px;
	clear: left;
	font-size: 11px normal Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
	background-color: #550002;
	background-image: url(images/splash_logo.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 279px;
	background-position: left top;
} 
	div#sidebar a { font-weight: bold; color: #CCC; }
	div#sidebar a:hover { text-decoration: none; }
	div#sidebar p { text-align: left; margin-left: 25px; font-size: 12px; }
	div#sidebar img { margin-left: 2px; }
		div#sidebar img.indent { margin-left: 15px; margin-bottom: 15px; }

div#column {
	float: right;
	width: 116px;
	height: 279px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/splash_bg-nav.jpg);
	background-repeat: no-repeat;
}
div#column2 {
	width: 112px;
	float: right;
	padding: 0px;
	height: 279px;
	margin: 0px;
}div#footer {
	clear: both;
	width: 100%;
	font-size: 12px;
	color: #000;
	text-align: center;
	border-top: 3px solid #600;
	background-image: url(images/bg-footer.jpg);
	background-repeat: repeat-x;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
	margin: 0;
}
div#footerinsidecontainer {
	clear: both;
	width: 750px;
	font-size: 12px;
	color: #000;
	text-align: center;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
	div#footer a {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif, tahoma;
	margin-left: 8px;
	font-size: 11px;
}
	div#footer a:hover {
	text-decoration: underline;
	color: #FFCC00;
}

div#copyright {
	font-size: 9px;
	text-align: center;
	color: #999999;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #000000;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#copyrightwrapper {
	background-color: #000000;
	padding: 0;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


	div#copyright a {
	color: #FFFFFF;
	font-size: 9px;
}
	div#copyright a:hover {
	text-decoration: none;
	color: #FFCC00;
}
	div#copyright img.ypimg { margin-top: 5px; }
	
ul#mainnav {
	line-height:20px;
	padding:0px;
	list-style-type:none;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 110px;
}

ul#mainnav li {
	display:inline;
	width: 110px;
}

/*button background color located here*/

ul#mainnav li a {
	font-size:11px;
	text-align:left;
	color:#ffffff;
	font-weight: bold;
	text-decoration:none;
	display:block;
	width:105px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	margin: 0px;
}

/*regular rollovers*/

ul#mainnav li a:hover {
	color:#ffffff;
	background-color:#ED413D;
}

/*where you're at*/

ul#mainnav li a.active {
	color:#FFCC00;
}

/*The page you're ons active link*/

ul#mainnav li a:hover.active {
	color:#000000;
	background-color:#FFFFFF;
}


div#signin {
	float: right;
	clear: both;
}
	div#signin a { margin-right: 0; }
