body {
	background-color: #CDA864;
	margin: 0;
	height: 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(myimages/common/ideafinal2_16.jpg);
	scrollbar-face-color: #986f37;
	scrollbar-highlight-color: #a67c3f;
	scrollbar-shadow-color: #a67c3f;
	scrollbar-3dlight-color: #b38a48;
	scrollbar-arrow-color: #b38a48;
	scrollbar-track-color: #b38a48;
	scrollbar-darkshadow-color: #a67c3f;
	overflow-x:auto;
	overflow-y:auto;
	color: #3a2506;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}


/*********************** SCROLLERS ***********************/
.root 		{
		position:relative;
		height:			360px;
		width:			815px;
		margin: 			0px 0px 0px 0px;	
		}
.root p 	{
		margin:			0px 0px 0px 0px;
		}
.thumb 		{
		position:			absolute;
		height:			9px;
		width:			15px;
		left: 			10px;
		}
.up, .dn 	{
		position:			absolute;
		left: 			10px;
		}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border:			0;
		}
.scrollContainer {
	position:			absolute;
	left:			0px;
	top:			0px;
	width:			815px;
	height:			360px;
	clip:			rect(0 815 360 0);
	overflow:			auto;
	
		}
.scrollContent {
	position:			absolute;
	left:			0px;
	top:			0px;
	width:			815px;
		}
/*********************** SCROLLERS ***********************/


#content {
	color: #3a2506;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	padding-right: 0px;
	font-weight: bold;

}

#tablecontent {
	color: #3a2506;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	font-weight: bold;

}

.important {
	text-transform: uppercase;
	color: #1A2506;
	font-size: 12px;
}

#homespacer {
	height: 25px;
	width: 10px;
}


.livetd {
	text-transform: capitalize;
}

.mp3 {

}

.mediasong {
	text-transform: capitalize;
	color: #3a2506;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}

.mediaband {
	text-transform: capitalize;
	color: #1A2506;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}

.imgborder {
	border: 4px double #3a2506;
	margin-bottom: 20px;
}

.imgborder2 {
	border: 2px solid #593000;
}


hr {
border: 0;
color: #3a2506;
background-color: #3a2506;
height: 1px;
width: 100%;
text-align: left;
}

a:link {
	color: #3a2506;
	text-decoration:underline;
	font-weight: bold;
}
a:visited {
	color: #3a2506;
	text-decoration:underline;
	font-weight: bold;
}


a:active {
	color: #3a2506;
	text-decoration:underline;
	font-weight: bold;
}

a:hover {
	color: #000000;
	text-decoration:underline;
	font-weight: bold;
}



div.transON {
	width: 100%;
	background-color: #986f37;
}
div.transOFF  {
	width: 100%;
	background-color: #986f37;
	opacity:.50;
	filter: alpha(opacity=50);
-moz-opacity: 0.5;
 }
