body {
	background-image: url('http://www.ksdjradio.com/gfx/stripe.jpg');
	background-color: #012137;
	background-repeat: repeat;
	margin: auto;
	padding: 10px;
	width: 1000px;
	line-height: 13px;
}

img {
	border: 0px;
}

/* Structure Divs */

div#mainContainer {
	width: 870px;
	padding: 0;
	margin: 0;
	float: left;
}

div.rowsky {
	clear: both;
}


div#header {
	height: 159px;
	width: 510px;
	float: left;
	text-align: left;
	margin-right: 10px;
}

div#onAir {
	height: 159px;
	width: 350px;
	float: left;
	text-align: left;
	background-image: url("http://www.ksdjradio.com/gfx/on_air_bg.gif");
	background-repeat: no-repeat;
}

div#bodyContent {
	width: 826px;
	margin-top: 10px;
	float: right;
	display: table;	
}

div#newsContent {
	width: 826px;
	float: right;
	text-align: center;
}

div#rightBanner {
	width: 119px;
	height: 621px;
	float: right;
}

div#bottomBanner {
	width: 826px;
	height: 119px;
	margin-top: 10px;
	float: right;
}

div#footer {
	width: 826px;
	height: 80px;
	margin-top: 10px;
	margin-bottom: 20px;
	float: right;
	text-align: center;
}

div.listing {
	padding: 15px;
	width: 390px;
	text-align: left;
	border: 1px solid silver;
}
	
	

.whiteBG {
	background-color: #FFF;
}





/* Internal Divs */

div.onAirContent {
	height: 139px;
	width: 320px;
	margin-top: 13px;
	margin-left: 10px;
	color: #FFF;
	text-align: left;
	overflow: hidden;
	padding: 10px;
	font-family: verdana;
	font-size: 12px;
	line-height: 15px;
}

div.newsStory {
	width: 100%;
	margin: auto;
	text-align: left;
}

div#leftContent {
	display: table-cell;
	position: relative;
	width: 430px;
	margin-top: 10px;
	margin-left: 20px;
	padding: 30px 10px 30px 10px;
	text-align: left;	
	float: left;
}

div#rightContent {
	position: relative;
	display: table-cell;
	width: 300px;
	margin-top: 30px;
	margin-right: 10px;
	padding-bottom: 100px;
	text-align: center;
	float: right;
}


/* Font Classes */

span.newsFont {
	font-family: verdana;
	font-size: .8em;	
	line-height: 1.5em;
	color: #333;
}

font {
	font-family: verdana;
	font-size: .8em;
	line-height: 1.5em;
	color: #000;
}

span.header {
	font-family: verdana;
	font-size: 1.2em;
	font-weight: bold;
	color: #021f34;
}

span.footerlinks {
	font-family: verdana;
	font-size: .7em;
	color: #FFF;
	letter-spacing: .25em;
	font-weight: bold;
	line-height: 2em;
}

span.footertext {
	font-family: verdana;
	font-size: .6em;
	color: #FFF;
	line-height: 2em;
}

span.djHeader {
	font-family: georgia;
	color: #000;
	font-weight: bold;
	font-size: 16px;
	line-height: 2em;
	text-decoration: underline;
}

span.djContent {
	font-family: verdana, sans-serif;
	color: #000;
	font-size: 12px;
	letterspacing: .6em;
	line-height: 1.5em;
}

/* Links */

a.blackLink {
	color: blue;
	text-decoration: underline;
}

a {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: orange;
	text-decoration: underline;
}

a:visited {
	color: #FFF;
	text-decoration: none;
}

a.blackLink:hover {
	color: pink;
	text-decoration: none;
}

a.blackLink:visited {
	color: blue;
	text-decoration: underline;
}

/* FLASH */