@charset "UTF-8";
/* CSS Document */

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: #0033FF;
}

a:visited {
	color: #0033FF;
}

a:hover {
	color: #0066FF;
}

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

body {
	font-family: Veranda, Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #000000;
	margin: 0;
	padding: 0;
	font-size: 100%;
	text-align:center;
	background-image:url(../Images/Backgrounds/bricks.jpg);
	background-repeat:repeat-x;
}

#wrapper {
	width: 1024px;
	height: 1176px;
	background-image: url(../Images/Backgrounds/MainBkg.jpg);
	background-repeat: no-repeat;
	margin:0 auto;
	text-align:left;
}

#footer {
	margin-top: 10px;
	width: 1024px;
	text-align: center;
	font-size: 80%;
	color: #FFFFFF;
	margin:0 auto;

}

#homebutton {
	height: 262px;
	width: 320px;
	margin-top: 35px;
	margin-left: 59px;
	position: absolute;
	z-index: 1;
}

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

#now_playing {
	width: 285px;
	height: 81px;
	margin-top: 298px;
	margin-left: 298px;
	position: absolute;
	z-index: 3;
	font-weight:900;
}

#onair {
	width: 160px;
	height: 130px;
	margin-top: 320px;
	margin-left: 664px;
	position: absolute;
	z-index: 4;
}

#weather {
	width: 160px;
	height: 135px;
	margin-top: 455px;
	margin-left: 663px;
	position: absolute;
	z-index: 5;
	border:1px solid #888888;
}

#navigation {
	width: 127px;
	height: 353px;
	margin-top: 432px;
	margin-left:123px;
	position: absolute;
	z-index: 6;
}

#main_text {
	width: 354px;
	height: 620px;
	margin-top: 440px;
	margin-left: 286px;
	text-align: center;
	position: absolute;
	z-index: 7;
	overflow: auto;
}

#back {
	font-size:12px;
	width: 354px;
	height: 50px;
	margin-top: 1070px;
	margin-left: 286px;
	text-align: center;
	position: absolute;
	z-index: 7;
	overflow: auto;
}

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

#calendar {
	width: 160px;
	height: 255px;
	margin-top: 850px;
	margin-left: 90px;
	position: absolute;
	z-index: 10;
}

#rightad {
	width: 160px;
	height: 440px;
	margin-top: 645px;
	margin-left: 663px;
	position: absolute;
	z-index: 11;
	border:1px solid #888888;
}

#side1 {
	width: 150px;
	height: 200px;
	margin-top: 250px;
	margin-left: 857px;
	position: absolute;
	z-index: 12;
}

#side2 {
	width: 150px;
	height: 200px;
	margin-top: 470px;
	margin-left: 857px;
	position: absolute;
	z-index: 13;
}

#side3 {
	width: 150px;
	height: 200px;
	margin-top: 690px;
	margin-left: 857px;
	position: absolute;
	z-index: 14;
}

#side4 {
	width: 150px;
	height: 200px;
	margin-top: 910px;
	margin-left: 857px;
	position: absolute;
	z-index: 15;
}

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

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

p {
	font-size: 100%;
}

.somediv{
width: 354px;
clear: left;
height: 140px;
}

.somediv .floatbox{
float: left;
width: 110px;
}

* html .somediv p{ /* IE 3px jog hack*/
height: 1%;
}

.somediv p{
margin-top: 0;
margin-left: 111px; }

.songlist {
list-style:none;
width:300px;
margin-left:30px;
}

.songlist li{
line-height:22px;
display:block;
font-size:70%;
font-weight:bolder
}

INPUT {
border:solid 1px #666666;
}

TEXTAREA {
border:solid 1px #666666;
}
