/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: url(images/bkg.gif) center repeat-y;
}

img {
	border: none;
}

a { 
	color: #0066CC; 
	text-decoration: none;
}
a:hover {
	color:#999999; 
	text-decoration: underline;
}

a#contact { background: url(images/contact-nav_css.gif) 0 0 no-repeat; display: block; width: 124px; height: 31px;}
a#contact:hover { background-position: 0px -31px;}

a#about { background: url(images/about-nav_css.gif) 0 0 no-repeat; display: block; width: 124px; height: 31px;}
a#about:hover { background-position: 0 -31px;}

a#links { background: url(images/links-nav_css.gif) 0 0 no-repeat; display: block; width: 124px; height: 31px;}
a#links:hover { background-position: 0 -31px;}

a#gallery { background: url(images/gallery-nav_css.gif) 0 0 no-repeat; display: block; width: 124px; height: 31px;}
a#gallery:hover { background-position: 0 -31px;}

a#mixes { background: url(images/mixes-nav_css.gif) 0 0 no-repeat; display: block; width: 124px; height: 31px;}
a#mixes:hover { background-position: 0 -31px;}

a#releases { background: url(images/releases-nav_css.gif) 0 0 no-repeat; display: block; width: 124px; height: 31px;}
a#releases:hover { background-position: 0px -31px;}

a#news { background: url(images/news-nav_css.gif) 0 0 no-repeat; display: block; width: 124px; height: 31px;}
a#news:hover { background-position: 0 -31px;}


#wrapper { 
	margin-left: auto; 
	margin-right: auto;
	padding: 0px; 
	width: 800px; 
	min-height: 650px;
	text-align: left; 
	background: #fff; 
	}

#header {
	width: 100%;
}	

#Logo {
    margin: 20px 0px 0px 20px;
	padding: 0px;
	float: left; 
	z-index: 1001;
	background: url(images/logo-small.gif) no-repeat; 
}

#TICKER {
	float: right;
	padding: 40px 0px 0px 0px;
	overflow: hidden;
	width: 450px;
	text-align: left;
}	
	
#TICKER img {
	vertical-align: middle;
}

#leftCol {
	margin: 0px;
	padding: 0px;
	width: 180px;
	float: left;
}

#rightCol {
	margin: 0px 10px;
	padding: 0px;
	width: 600px;
	float: left;
	}
	
#Player { 
	margin: 0px 10px;
	padding: 0px;
	float: left;	
	clear: both;
	background: none;
	background-repeat: no-repeat;
}

#navLinks { 
	float: left;
	clear: left;
	margin: 10px 15px; 
	padding: 7px 0px 7px 9px;
	width: 150px; 
	text-align:left;  
	background: url(images/web-bkgrd.gif) no-repeat; 
}

#navLinks ul {
	list-style: none;
}
	
#mainContent { 
	padding: 10px 3px 3px 3px; 
	font-size: 11px; 
	width: 625x;
	min-height: 635px;
	height: 100%;
}

#mainContent li { 
	list-style: none;
} 
	
#mainContent h2 {
	display: inline;
	}	
	
#mainContent ul {
	list-style-type: none;
}
	
#mainContent h3 {
	line-height: 3;
	text-align: left; 
	font-size: 15px;
}

#mainContent p img {
	vertical-align: middle;
}
	
#mainContent select {
	margin: 0px 0px 5px 0px;
	text-align: left;
	width: 130px;
	float: left;
	display: block;
}
	
#mainContent label {
	padding: 0px 5px 0px 0px;
	width: 100px;
	text-align: right;
	float: left;
}
	
#mainContent input {
	text-align: left;
}
	
#mainContent br {
	clear: both;
}

#newsBox {
	margin: 0px 0px 25px 0px;
	padding: 0px 3px 3px 3px;
	border: #CCC 1px outset;
	width: 350px;
	height: 400px;
	overflow: auto;
	float: left;
	}
	
#calendarBox {
	background: #abc278;
	margin: 0px 10px 0px 10px;
	padding: 0px 3px 3px 3px;
	//border: #abc278 2px groove;
	color: #FFFFFF;
	width: 200px;
	height: 250px;
	overflow: auto;
	float: right;
	clear: right;
	}	

#calHead {
	display: inline;
	width: 200px;
	float: right;
	text-align: left;
	margin: 5px 10px 5px 0px;
	}
	
	#calHead h3 {
	font-size: 14px;
	}
	
.form {
	width: 600px;
	padding-top: 30px;
	margin: 0px auto 0px auto;
	}
		
	.form h4 {
	padding-left: 100px;
	}
	
	.form label {
		display: block;
		float: left;
		width: 100px;
		text-align: right;
		padding: 3px
		}

	.form input {
		display: block;
		float: left;
		padding: 3px;
		width: 140px;
		}		
	.form br {
	clear:both;
	}	
	
#submit {
	text-align: center;
	margin: 0px auto 0px auto;
	}	
		