/* Global Classes */

body {
	background-color: #000;
	font-family: Verdana, Helvetica, Arial, san-serif;
	font-size: 10px;
	color: #000;
	margin: 0;
}

a:link {
	color: #E92;
	text-decoration: underline;
}/* E39B2A */

a:hover, a:visited {
	color: #E92;
	text-decoration: none;
}

/* Header Classes */
/* Certain Header classes are trumped by sub Section CSS */
/* Ex: headBGMain, navMain */

#header {
	width: 987px;
	height: 145px;
	position: relative;
	padding: 0 0 4px 0;
}

#header.headBGMain {
	background-image: url(images/header/frontpage1_header.jpg);
	background-repeat: no-repeat;
	background-position: 0 22px;
}

#topBar {
	height: 21px;
	width: 100%;
	background-image: url(images/header/topbarbg1.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
	text-align: right;
	line-height: 21px;
}

#topBar a:link, #topBar a:vsited {
	color: #000;
	text-decoration: none;
}

#topBar a:hover {
	color: #000;
	text-decoration: underline;
}

#headMain {
	width: 100%;
}

#topNav {
	font-size: 9px;
	width: auto;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 1px;
	height: 20px;
	line-height: 20px;
	padding: 0 20px;
	color: #E39B2A;
	position: absolute;
	right: 15px;
	top: 120px;
	background-color: #000000;
}

#topNav a:link, #topnav a:visited {
	text-decoration: none;
}

#topNav a:hover {
	text-decoration: underline;
}

.navMain {
	border: 1px solid #5d0000;
}

/* Main Area Classes */

#mainArea {
	width: 987px;
	background-image: url(images/mainbg.gif);
	position: relative;
	padding: 17px 0 50px 0;
}

#mainFeed {
	float: left;
	margin: 0 0 0 20px;
}
#wFeed {
	float: right;
	margin: 0 12px 0 0;
}
#mainFeed2 {
	margin: 0 0 0 107px;
}

.mainPlayer {
	margin: 0px 0 18px 0px;
}

#titleBar {
	margin: 0px 0 18px 19px;
}

/* Features */

.mainFeature {
	background-color: #F1EACE;
	margin: 0 0 25px 19px;
	width: 542px;
}

.mainFeature p {
	margin: 5px 7px 7px 189px;
}

.mainFeatureTitle {
	border-bottom: #000 1px dotted;
}

.mainFeature1 {
	position: relative;
	background-color: #EFDFA1;
	border-bottom: #000 1px dotted;
	height: 102px;
}

.mainFeature1 a:link, .mainFeature1 a:visited, .mainFeature1 a:hover,  {
	color: #CC2255;
}

.mainFeature2 {
	position: relative;
	background-color: #F1EACE;
	border-bottom: #000 1px dotted;
	height: 102px;
}

.mainFeature2 a:link, .mainFeature2 a:visited, .mainFeature2 a:hover, {
	color: #F59755;
}

.mainFeature3 {
	position: relative;
	background-color: #EFDFA1;
	border-bottom: #000 1px dotted;
	height: 102px;
}

.mainFeature3 a:link, .mainFeature3 a:visited, .mainFeature3 a:hover, {
	color: #1188AA;
}

.mainFeature4 {
	position: relative;
	background-color: #F1EACE;
	height: 102px;
}

.mainFeature4 a:link, .mainFeature4 a:visited, .mainFeature4 a:hover, {
	color: #008866;
}

.mFeatureTitle {
	margin: 0px 0 0 189px;
	padding: 7px 0 0 0;
}

.mFeatureImage {
	position: absolute;
	top: 7px;
	left: 7px;
}

/* Highlight 3 Ads */

.mainHighlight {
	position: absolute;
	top: 537px;
	left: 579px;
}

/* 300x250s for main page */

#mainAds {
	position: relative;
	margin: 5px 0 0 19px;
}

.mainAd2 {
	position: absolute;
	top: 0;
	left: 326px;
}

.mainAd3 {
	position: absolute;
	top: 0;
	left: 652px;
}

/* Footer */

#footer {
	position: relative;
	height: 110px;
	background-image: url(images/footer/footbg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px 0 0 0;
	color: #e92;
	background-color: #000;
	text-align: center;
	padding: 0 0 25px 0;
	width: 987px;
}

.footTitle {
	padding: 48px 0 10px 50px;
}

.footLinks {
	margin: 0 0 0 0px;
	border-bottom: 1px dotted #3E3D39;
	padding: 13px 0 13px 0;
}

.footLinks a:link, .footLinks a:visited {
	text-decoration: none;
}

.footLinks a:hover {
	text-decoration: underline;
}

.footLogo {
	padding: 15px 0 0 0;
	color: #989898;
	font-size: 8px;
}
.foot247{
	float: right;
}