@charset "utf-8";
/* CSS Document */

body{
	color: #fff;
	background-color: #fff;;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-top: 0px;
}

a {
	color: #29ABE2;
	text-decoration:underline;
}

a:hover {
	color: #fff;
}
/* layout */

#page{
	width: 980px;
	background-color: #1A1A1A !important; 
	margin:15px auto;
	border: 0px;
}

#logoheader {
	position: inherit;
	height: 110px;
	line-height: 110px;
	border: 0px;
}

#tlcorner {
	position: inherit;
	background-image: url(images/tlcorner.gif);
	top: 0px;
	left: 0px;
	width: 15px;
	float: left;
}

#trcorner {
	position: inherit;
	background-image: url(images/trcorner.gif);
	top: 0px;
	left: 980px;
	width: 15px;
	float: right;
}


#banner {
	height: 250px;
	border: 0px;
}

#blackbar {
	width: 980px;
	height: 20px;
	background-color: #000;
}

#leftcolumn {
	float: left;
	width: 530px;
	padding: 20px;
}

#homeleft {
	float: left;
	width: 530;
	padding: 20px;
}

#homemiddle {
	float:left;
	width: 220px;
	padding: 20px 20px 20px 0px;
}

#homeright {
	float:left;
	width: 150px;
	padding-top: 20px;
	margin-right: 20px;
}

.clr {
	clear:both;
} 

#rightcolumn {
	float:left;
	width: 200px;
	padding: 20px 20px 20px 0px;
	margin-right: 20px;
}

#showinfo {
	width: 180px;
	padding: 20px;
	margin-bottom: 15px;
	background-color: #222;
}

#smallhead {
	width: 205px;
	padding-left: 15px;
	background-color: #000000;
	color: #29ABE2;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}

#sponshead {
	width: 135px;
	padding-left: 15px;
	background-color: #000;
	color: #29ABE2;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}

#sponscont {
	width: 120px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 15px;
	background-color:#222;
}

#smallcont {
	width: 190px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 15px;
	background-color:#222;
}

#fbcolumn {
	width: 290px;
	float: right;
}

#epheading {
	width: 515px;
	padding-left: 15px;
	height: 30px;
	background-color: #000;
	line-height: 30px;
	color: #29ABE2;
	font-weight: bold;
	font-size: 14px;
}

#epinfo {
	width: 500px;
	padding: 15px;
	margin-top: 10px;
	margin-bottom: 20px;
	background-color:#222;
}

#leftcont {
	width: 580px;
}

#lbar1 {
	float:left;
	width: 155px;
	margin-top: 10px;
	margin-right: 15px;
	text-align: center; 
}

#lbar2 {
	float: left;
	width: 155px;
	margin-top: 10px;
	margin-right: 15px;
	text-align: center; 
}

#lbar3 {
	margin-top: 10px;
	float: left;
	width: 155px;
	text-align: center; 
}

#footer {
	width: 930px;
	background-color: #333;
	height: 30px;
	line-height: 30px;
	padding: 10px 25px 0px 25px;
	color:#CCC;
	font-size: 10px;
}	

#bottom {
	width: 980px;
	height: 15px;
	background-image: url(images/bot.gif);
}
	
.bold {
	font-weight: bold;
}

/* images */

img.logo {
	margin-left: 10px;
	border: 0px;
	vertical-align: middle;
}

img.feats {
	background-color:#333;
	padding: 5px;
	float: left;
	border: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}

img.host {
	background-color:#111;
	padding: 5px;
	float: left;
	border: 0px;
	margin-right: 10px;
}

img.face {
	border: 0px;
}

img.sponsors {
	background-color:#333;
	padding: 5px;
	border: 0px;
}	

.boldbluehead {
	color: #29ABE2;
	font-weight:bold;
}

.movsched {
	border: 0px;
}

.movsched td {
	padding-top: 5px;
	padding-bottom: 10px;
}