@charset "UTF-8";
/* CSS Document */
INPUT {
border-collapse:collapse;
border:1px solid #999999;
}

html, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link {
	color: #0099FF;
}
a:visited {
	color: #0099FF;
}
a:hover {
	color: #0033FF;
}

img {
	border: none;
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Veranda, Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #000000;
	margin: 0;
	padding: 0;

}

#wrapper {
	width: 800px;
	height: 940px;
	background-image: url(../Images/Backgrounds/MainBkg.jpg);
	background-repeat: no-repeat;
}

#footer {
	width: 800px;
	text-align: center;
	font-size: 70%;
	color: #FFFFFF;
}

#homebutton {
	height: 152px;
	width: 239px;
	margin-top: 45px;
	margin-left: 143px;
	position: absolute;
	z-index: 1;
}

#artist_pics {
	width: 402px;
	height: 207px;
	margin-top: 0px;
	margin-left: 398px;
	background-image: url(../Images/ArtistPics_Blank.jpg);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 2;
}

#now_playing {
	background-image:url(../Images/NowPlaying.gif);
	width: 570px;
	height: 111px;
	margin-top: 207px;
	margin-left: 0px;
	position: absolute;
	z-index: 3;
}

#navigation {
	width: 155px;
	height: 584px;
	padding-top: 85px;
	margin-top: 318px;
	position: absolute;
	z-index: 4;
}

#main_text {
	width: 370px;
	height: 570px;
	margin-top: 305px;
	margin-left: 145px;
	text-align: center;
	position: absolute;
	z-index: 5;
	overflow: auto;
	left: 10px;
	top: 13px;
}

#main_text p{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	}

#home_text {
	width: 370px;
	height: 300px;
	margin-top: 318px;
	margin-left: 155px;
	text-align: center;
	position: absolute;
	z-index: 5;
	overflow: auto;
}

#main_rss {
	width: 370px;
	height: 238px;
	margin-top: 618px;
	margin-left: 155px;
	text-align: center;
	position: absolute;
	z-index: 6;
}

#boxes {
	width: 230px;
	height: 729px;
	margin-left: 570px;
	margin-top: 207px;
	position: absolute;
	z-index: 7;
}

h1 {
	font-size: 130%;
	font-weight: bold;
	color: #000000;
}

h2 {
	
	font-size: 100%;
	font-weight:bold;
}
h3 {
	font-size: 90%;
	font-weight: bold;
	text-decoration: underline;
}

p {
	font-size: 90%;
}

.shows {
font-size:11px;
}

#divs {
width: 302px;
height: 150px;
background-image:url(../Images/Backgrounds/Box4.jpg);
}

#divs title {
font-size:16px;
}

#label {
	width:80px;
	display:inline-block;
}

#regform {
	text-align:left;
}

#regform .p{
	height:25px;
	font-size:11px;
}

#regform .pbig{
	font-size:14px;
}
