#logoline {
	width:812px;
	height:100px;
	margin-bottom:10px;
	text-align:left;
}

#largebox {
	width:750px;
	height:420px;
	padding:25px;
	background-color:#FFFFFF;
	border-style:solid;
	border-color:#993366;
	border-width:6px;
	text-align:left;
}


#slideshow {
	background-color: #000000;
}

#nowplaying {
	width:460px;
	height:400px;
	position:relative;
	float:left;
	margin-right:10px;
	background-image:url('nowplaying.jpg');
	background-repeat:no-repeat;
}

#nowplayingdetails {
	width:400px;
	height:40px;
	position:relative;
	float:left;
	padding-top:330px;
	padding-left:10px;
}

#rightcol {
	width:270px;
	height:400px;
	position:relative;
	float:right;
}

#regularsite {
	width:250px;
	height:auto;
	padding:10px;
	background-color:#FF99CC;
	line-height:16px;
}

#info {
	width:250px;
	height:auto;
	padding:10px;
	background-color:#FF99CC;
	margin-bottom:20px;
}

#donatenow {
	width: 250px;
	margin-top: 20px;
	text-align: center;
}

.title {
	width:234px;
	height:16px;
	background-color:#993366;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding:8px;
}

#footer {
	width:812px;
	height:auto;
	color:#FFFFFF;
	margin-top:10px;
	text-align:left;
}

body {
	background-color:#660033;
	font-family:Arial;
	font-size:12px;
	margin-top:30px;
}

.showtitle {
	font-size:24px;
	font-weight:bold;
}

a {
	font-weight:bold;
	color:#993366;
	text-decoration:none;
}

#rightcol a:hover {
	text-decoration:underline;
}

a #nowplayingdetails {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
}

a:hover #nowplayingdetails {
        text-decoration:none;
        color:#FF99CC;
}

#footer a {
        color:#FFFFFF;
}

#footer a:hover {
        color:#993366;
}

p {
	margin-bottom:0px;
	padding-bottom:0px;
}