a:link {
	color: #f90;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #666;
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 5px;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	color: #069;
}

td {
	font-size: 0.9em;
}

body {
	margin: 20px 0 0 0;
	padding: 0 20px 0 20px;
	color: #999;
	background: url(/images/tile_7a.gif) top;
	font-family: Helvetica, Arial, san-serif;
	font-size: 0.9em;
	line-height: 1.4em;
}

/* container for all the other ids */	
#container {
	position: relative;
	padding: 12px 20px 0px 0px;
	width: 760px;
	height: 85px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	background: url(/images/background_01.jpg) top;
	background-repeat: no-repeat;
	text-align: left;
}

/* header at the top with image and navigation */	
#header {
	position: relative;
	width: 758px;
	left: 10px;
	top: 55px;
	height: 130px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #fff;
	background: url(/images/bar.jpg) top;
	background-repeat: no-repeat;
	background-color: #FFF;
	border-bottom: 1px dotted #000;
	border-left: 1px dotted #000;
	border-right: 1px dotted #000;
}

#header a:link {
	color: #FFF;
	font-size: 1em;
	font-weight: normal;
}

#header a:hover {
	text-decoration: none;
	color: #999;
}

#header a:visited {
	text-decoration: none;
	color: #999;
	font-size: 1em;
	font-weight: normal;
}

/* lefthand column for top downloads and genres */
#leftcol {
	position: absolute;
	left: 10px;
	width: 180px;
	top: 198px;
	height: 2000px;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	border-left: 1px dotted #000;
	background-color: #FFF;
}

/* Middle column for main content */
#content {
	position: absolute;
	top: 198px;
	left: 211px;
	margin: 0 0 0 0;
	border-left: 1px dotted #000;
	border-right: 1px dotted #000;
	background-color: #FFF;
	width: 331px;
	height: 1940px;
	padding: 15px;
}

/* Middle column for main content that spans middle and left columns */
#content-big {
	position: absolute;
	top: 198px;
	left: 211px;
	margin: 0 0 0 0;
	border-left: 1px dotted #000;
	border-right: 1px dotted #000;
	background-color: #FFF;
	width: 527px;
	height: 1940px;
	padding: 15px;
}

/* search for music box */
#searchmusic {
	position: absolute;
	top: 198px;
	left: 574px;
	width: 180px;
	height: 189px;
	padding-left: 15px;
	border-right: 1px dotted #000;
	background-color: #9CC;
	font-size: 0.9em;
}

/* right column for concert events and new releases */
#rightcol {
	position: absolute;
	top: 387px;
	left: 574px;
	margin: 0 0 0 0;
	width: 170px;
	height: 1789px;
	padding-left: 15px;
	padding-right: 10px;
	border-right: 1px dotted #000;
	background-color: #FFF;
	font-size: 0.9em;
}

/* footer at bottom for copyright and webmaster info */
.footer {
	text-align: center;
	margin-top: 10px;
	padding: 10px;
	border-top: 1px dotted #333;
	color: #000;
	font-size: .8em;
}

/* subpage style sheets */

	/* left column */

	#subleft {
	position: absolute;
	left: 0;
	width: 165px;
	height: 800px;
	margin-left: 10px;
	margin-top: 198px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	background-color: #FFF;
	border-left: 1px dotted #000;
	
	}
		
	/* main column */

	#subcontent {
	position: absolute;
	margin: 198px 0 0 205px;
	border-left: 1px dotted #000;
	border-right: 1px dotted #000;
	width: 533px;
	height: 1000px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0;
	background-color: #FFF;

}


/* style sheets for something hot (top downloads) */
.orangesub {
	color: #F90;
	font-weight: bold;
}

.grayindent {
	text-indent: -1.5em;
	margin-left: 1.5em;
	font-weight: normal;
	margin-bottom: 3px;
	color: #999;
}

.graynoindent {
	text-indent: 0;
	font-weight: normal;
	margin-bottom: 3px;
	color: #999;
}

/* style sheets for something local (genre section) */
.bluesub {
	font-weight: bold;
	font-size: 1em;
	color: #069;
	margin-top: 10px;
}

.orangeline {
	line-height: 1.25em;
	margin-bottom: 3px;
	margin-right: 20px;
	padding-bottom: 25px;
	border-bottom: 1px dotted #F90;
}

.grayline {
	line-height: 1.25em;
	margin-bottom: 3px;
	margin-right: 20px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #333;
}

.smallblueline {
	line-height: 0.02em;
	border-bottom: 1px dotted #069;
	}
	
.smallorangeline {
	line-height: 0.02em;
	border-bottom: 1px dotted #f90;
	}

.smallgrayline {
	line-height: 1.02em;
	border-top: 1px dotted #333;
	}

	
/* style sheet for a selected song */

.highlight {
	background-color: #CCC;
	color: #fff;
	font-weight: bold;
	padding-left: -10px;
	margin-left: -10px;
	text-indent: 10px;
	margin-right: -10px;
}

/* style sheet for account balance info */

.account {
	background-color: #9CC;
	color: #fff;
	font-weight: bold;
	padding-left: -10px;
	margin-left: -10px;
	text-indent: 10px;
	margin-right: -10px;
}

/* style sheets for something cool (middle column) */

#freedownload {
	border-right: 1px solid #C30;
	border-left: 1px solid #C30;
	border-bottom: 1px solid #C30;
}

.freedownloadtext {
	font-family: Helvetica, Arial, san-serif;
	font-size: 1em;
	padding: 0 10px 20px 10px;	
}

form {
	color: #000;
	padding-top: 0;
	padding-bottom: 10px;
	margin-top: 5px;
}

/* main container for ringtones page only*/

#tones {
	position: absolute;
	margin: 55px 0 0 211px;
	border-left: 1px dotted #000;
	border-right: 1px dotted #000;
	background-color: #FFF;
	width: 331px;
	height: 1970px;
	padding: 15px;
}

/* generic white background */

#white {
	background-color: #FFF;
	padding: 50px 50px 50px 50px;
}

#clear { 
clear:both; 
} 

.post (
	color: #c9d6da;
	font-weight: normal;
}	

/* Downloads Table */

th.tabhead {
	/* border-bottom: 1px dotted #FF9900;
	border-right: 1px dotted #FF9900;
	*/
	font-weight: bolder;
	}

td.main {
	text-align: center;
	align: center;
	border: 1px solid #000;
	}

.loworange {
	line-height: 1.25em;
	margin-bottom: 3px;
	margin-right: 20px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #F90;
}
	
.plaintable {
	border: 
	}
	
