@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	background-color: #000;
	background-image: url(/images/background.jpg);
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #container {
	width: 950px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 1800px;
}
.oneColFixCtrHdr #header {
	color: #FFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 233px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	color: #FFF;
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.oneColFixCtrHdr #footer {
	font-size: 12px;
	color: #FFF;
	float: none;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 225px;
	width: 930px;
	margin-top: 60px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-weight: bold;
}
#logo {
	float: left;
	width: 250px;
	height: 215px;
	padding-top: 20px;
	padding-left: 20px;
}
#bannerads {
}
#bannerads {
	float: right;
	width: 650px;
	height: 215px;
	padding: 0px;
}
#navigation {
	width: 950px;
	text-align: center;
	height: 31px;
}
#showads {
	height: 420px;
	width: 325px;
	padding-left: 0px;
	background-color: #313131;
	margin-left: 12px;
}
#showads h3 {
	font-family: Distress;
}
#showads {
	font-family: Distress;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	float: left;
	text-align: left;
	height: 460px;
	margin-top: 12px;
}
#player {
	float: right;
	width: 175px;
	margin-right: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-color: #313131;
	margin-top: 12px;
	height: 200px;
}
#premiumplayer {
	height: 175px;
	width: 175px;
}
#premiumplayer {
	height: 200px;
	width: 400px;
	float: right;
	margin-left: 0px;
	margin-right: 12px;
	background-color: #313131;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 12px;
}
#playerspace {
	padding-right: 0px;
	padding-left: 0px;
}
#boxheader {
	font-family: Distress;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	padding-left: 0px;
	text-align: left;
}
#cc_stream_info_song {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#polls {
	height: 255px;
	width: 175px;
	float: right;
	padding-right: 0px;
	margin-right: 12px;
	margin-top: 12px;
}
#poll2 {
	float: left;
	height: 243px;
	width: 400px;
	margin-top: 12px;
	margin-left: 13px;
	background-color: #313131;
	padding-top: 9px;
}
#twitter {
	float: left;
	height: 380px;
	width: 928px;
	margin-top: 12px;
	margin-left: 12px;
	margin-right: 12px;
}
.oneColFixCtrHdr #container #mainContent #showads #showpicsposition {
	padding-left: 10px;
}
#bigcontentbox {
	float: right;
	margin-left: 12px;
	margin-right: 12px;
	padding-right: 0px;
	padding-left: 0px;
	width: 585px;
	margin-top: 12px;
}
#pastshows {
	float: left;
	height: 425px;
	width: 325px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #313131;
	font-family: Distress;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
#sidebarleft {
	float: left;
	height: 900px;
	width: 325px;
	margin-left: 12px;
	margin-top: 12px;
}
#showpicsposition {
	font-family: Distress;
	background-color: #313131;
	padding-left: 12px;
}
.oneColFixCtrHdr #djcontainer {
	height: auto;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	text-align: left;
}
#sidebar {
	height: 500px;
	width: 325px;
}
#sidebar {
	height: 800px;
	width: 325px;
	margin-left: 12px;
}
.oneColFixCtrHdr #container #mainContent #sidebar #sbbox1 {
	height: 425px;
	width: 325px;
	background-color: #313131;
}
.oneColFixCtrHdr #djcontainer #mainContent #bigcontentbox #about {
}
#about {
	background-color: #313131;
	padding-right: 10px;
	padding-left: 10px;
	height: 600px;
}
#aboutheader {
	font-family: Distress;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
}
#sboneheader {
	font-family: Distress;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
}
#promo {
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #313131;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}
#box4 {
	height: 330px;
	width: 525px;
	margin-left: 100px;
	margin-top: 12px;
	padding-top: 12px;
}
a {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#news {
	height: 400px;
	width: 100px;
	float: left;
}
#contesttext {
	padding-right: 10px;
	padding-left: 10px;
}
#showheader {
	width: 250px;
	height: 45px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#showinfo {
	width: 325px;
	font-size: 12px;
	text-align: center;
}
#contest {
	text-align: center;
	width: 325px;
	float: right;
	margin-top: 20px;
	margin-right: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#schedule {
	height: 800px;
	width: 900px;
	margin-left: 22px;
	text-align: center;
}
.tabletitles {
	color: #000;
}
#scheduleheader {
	font-family: Distress;
}
#scheduletable {
	background-color: #313131;
}
#scheduleheader {
	font-family: Distress;
	color: #FFF;
	text-align: center;
}
#twitterwidget {
	height: 380px;
	width: 250px;
	float: left;
}
#contesttext {
	float: left;
	width: 340px;
	margin-left: 15px;
	height: 380px;
}
#news {
	float: right;
	width: 280px;
	height: 380px;
}
#contestheader {
	text-align: center;
}
#contestinfo {
	padding-right: 16px;
	padding-left: 16px;
}
#link1 {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
#contestant1 {
	width: 275px;
	text-align: center;
	background-color: #343434;
	float: left;
	height: 250px;
	margin-left: 6px;
}
#contestant2 {
	float: right;
	width: 244px;
	margin-right: 6px;
	margin-left: 0px;
	background-color: #343434;
	text-align: left;
	padding-right: 12px;
	padding-left: 20px;
	padding-top: 10px;
	height: 238px;
}
#joincontest {
	float: right;
	width: 280px;
	margin-top: 30px;
	margin-left: 20px;
	margin-right: 6px;
}
#FAQs {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#services {
	padding-right: 0px;
	padding-left: 45px;
	width: 900px;
	float: none;
	height: 1150px;
}
#rightads {
	float: right;
	width: 250px;
	height: 600px;
	padding-right: 12px;
}
#mainContentservices {
	height: 800px;
}
#servicestext {
	float: left;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #333;
	padding-right: 12px;
	padding-left: 12px;
}
#link5 {
	font-size: 14px;
	color: #FFF;
	text-decoration: underline;
}
#pastshowcode {
}
.serviceheadings {
	font-weight: bold;
	color: #FC3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#link2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FC3;
	text-decoration: underline;
}
#link1a a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FC3;
	text-decoration: underline;
}
#containermixtapes {
	background-color: #000;
	text-align: left;
	height: auto;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#mainContentmixtapes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFF;
	background-color: #000;
	text-align: left;
	padding-top: 15px;
}
#footermixtape {
	background-color: #000;
	height: 100px;
	width: 930px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#servicesmitapes {
	color: #FFF;
	height: 600px;
	width: 905px;
	padding-left: 45px;
}
.linknames {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}
#radiopackagestable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
#package1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
#radiostationpackages2 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
#stationinfo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
#servicesradiostation {
	height: 3400px;
	width: auto;
	padding-left: 45px;
}
#link6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FC3;
	text-decoration: underline;
}
#link7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FC3;
	text-decoration: underline;
}
#aboutdjnellynell {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	background-color: #313131;
	height: 900px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 100%;
	text-align: left;
}
#djcontainer1 {
	font-size: 100%;
	background-color: #000;
	text-align: left;
	height: 1500px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#bigcontentbox1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	float: right;
	height: 1150px;
	width: 585px;
	margin-top: 12px;
	margin-right: 12px;
	margin-left: 12px;
	padding-right: 0px;
	padding-left: 0px;
}
#featured1 {
	float: left;
	height: 300px;
	width: 928px;
	margin-top: 15px;
}
#widget1 {
	height: 280px;
	width: 280px;
	float: left;
	text-align: center;
	margin-right: 12px;
}
#widget2 {
	height: 260px;
	width: 260px;
	margin-right: 15px;
	margin-left: 15px;
}
#widget2 {
	height: 282px;
	width: 280px;
	margin-left: 12px;
	float: right;
	margin-right: 0px;
	background-color: #3E3E3E;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	padding-right: 0px;
	padding-left: 0px;
}
#widget2header {
	font-size: 18px;
	text-align: center;
}
#request {
	padding-right: 5px;
	padding-left: 15px;
}
#cc_request_button {
	text-align: center;
}
.mainconenthome {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.footer1 {
	width: 925px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin-top: 250px;
}
.oneColFixCtrHdr #container #footer1 p {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}
#aboutrampage {
	background-color: #313131;
	height: 400px;
	padding-right: 12px;
	padding-left: 12px;
}
#paypalcaart {
	text-align: right;
}
#playercontest {
	height: 300px;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
}
#contestant3 {
}
#contestant3 {
	float: left;
	height: 250px;
	width: 300px;
	margin-right: 22px;
	margin-left: 26px;
	background-color: #343434;
	text-align: center;
}
#contestinstructions1 {
	text-align: center;
	float: left;
	width: 275px;
	margin-top: 30px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	background-color: #343434;
	height: 269px;
}
#conestant3 {
	height: 269px;
	width: 300px;
	margin-right: 6px;
	margin-left: 5px;
	float: right;
	margin-top: 30px;
	background-color: #343434;
}
#contest5 {
	float: left;
	height: 269px;
	width: 275px;
	margin-top: 30px;
	margin-right: 6px;
	margin-left: 5px;
	background-color: #343434;
}
#contestant6 {
	height: 268px;
	width: 300px;
	margin-top: 30px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 5px;
	float: right;
	background-color: #343434;
}
#nextbutton {
	float: right;
	height: 100px;
	width: 150px;
	margin-right: 25px;
}
#sidebar {
	height: 500px;
}
#contestanttext2 {
	font-size: 85%;
}
#nextbutton1 {
	height: 50px;
	width: 150px;
	float: right;
}
#playerinfo1 {
	padding-right: 12px;
	padding-left: 12px;
}
tablepackage2 {
	color: #000;
}
.radiostationpackage2 {
	color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clearfloat {
	clear: both;
}
#contestant1 p {
	font-size: 85%;
}
#ustream {
	height: 350px;
	background-color: #313131;
}
#djcontainer2 {
	font-size: 100%;
	background-color: #000;
	text-align: left;
	height: 1900px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#utv438658 {
	margin-right: auto;
	margin-left: auto;
}
#aboutdjsamore {
	color: #FFF;
	background-color: #313131;
	height: 830px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#bigcontentbox2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	height: 1500px;
	width: 585px;
	margin-top: 12px;
	margin-right: 12px;
	margin-left: 12px;
	float: right;
	text-align: center;
}
#ustreamlink {
	margin-right: auto;
	margin-left: auto;
}
#blogtalk {
	margin-right: auto;
	margin-left: auto;
}
#zazzle {
	padding-right: 50px;
	padding-left: 75px;
}
#showad {
	padding-left: 12px;
	width: 310px;
}
#contesttext3 {
	font-size: 14px;
}
#aboutgigi {
	height: auto;
	background-color: #313131;
	padding-right: 12px;
	padding-left: 12px;
	text-align: left;
	margin-top: 15px;
}
#mainContentgigi {
	height: auto;
}
#aboutmoney {
	height: 700px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #313131;
}
#toolbar {
	height: 50px;
}
#toolbarlink {
	height: 91px;
	margin-top: 10px;
}
#tweeter {
	float: left;
	height: 350px;
	width: 325px;
}
#tweeter {
	height: 425px;
	width: 285px;
	margin-top: 12px;
	margin-left: 12px;
	background-color: #313131;
	text-align: center;
	padding-left: 40px;
}
#contestanttext1 {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
#contestant4 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #FFF;
}
#contestant4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #FFF;
}
#contest24 {
	height: 282px;
	width: 340px;
	float: left;
}
#ad1 {
	height: 200px;
	width: 200px;
	padding-right: 0px;
	padding-left: 45px;
}
#ad2 {
	height: 400px;
	width: 250px;
	padding-left: 10px;
}
#ad3 {
	height: 300px;
	width: 250px;
}
