@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-image: url(../images/home/end_gradient.gif);
	background-repeat: repeat-x;
	text-align: center;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
a:link {
	color: #FFFFFF; /* CCFF00 */
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}
#main {
	width: 980px;
	height: 920px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	background-image: url(../images/home/pinstripes2.gif);
	background-repeat: repeat-y;
	position: relative;
}
#head {
	height:80px;
	background-image: url(../images/home/header_gradient.jpg);
	background-repeat: repeat-x;
}
#logo {
	background-image: url(../images/home/logo.gif);
	background-repeat:no-repeat;
	background-position: 10px; 
	width: 450px;
	height: 80px;
	float: left;
}
#nav {
	width: 420px;
	height: 20px;
	float: right;
	margin-top: 40px;
}
#middle {
	
	position: absolute;
	left: 20px;
	top: 100px;
	height: 740px;
	/*
	margin: 20px;
	
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #0E0E0E;
	*/
}
#feature {
	height: 470px;
	border-style: solid;
	border-width: 1px;
	border-color: #323232;
	background-image:url(../images/home/features_no_flash.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	text-align: left;
	position: relative;
}
#no_flash_txt {
	background-image: url(../images/home/no_flash_txt.gif);
	background-repeat: no-repeat;
	padding-top: 24px;
	width: 350px;
	height: 50px; 
	text-align: left;
	position: absolute;
	left: 550px;
	top: 380px;
}
#no_flash_links {
	text-align: left;
	position: absolute;
	left: 30px;
	top: 20px;
	width: 430px;
	height: 420px;
	overflow: hidden;
}
.no_flash_link_titles {
	color: #e4701e;
	font-weight:bold;
}
#events {
	margin-top: 20px;
}
.event {
	border-style: solid;
	border-width: 1px;
	border-color: #323232;
	width: 298px;
	height: 248px;
	margin-right: 20px;
	background-color: #000000;
	float: left;
}
.noBrder{
	border-style: none;
}
.event_img {
	opacity: .2;
	filter: alpha(opacity=20);
	width: 298px;
	height: 248px;
	display: block;
	margin-left: -1px;
	margin-top: -1px;
}

#adbox {
	position: absolute;
	top: 590px;
	left: 20px;
	width: 302px;
	height: 252px;
	text-align: left;
}
#adboxBACKUP {
	position: relative;
	top: -330px;
	left: 19px;
	width: 980px;
	height: 252px;
	text-align: left;
}
.ad_img {
	width: 298px;
	height: 248px;
	display: block;
}
.event3 {
	border-style: solid;
	border-width: 1px;
	border-color: #323232;
	width: 298px;
	height: 248px;
	background-color: #000000;
	float: left;
	margin-bottom: 20px;
}

.clearer {
	clear: both;
	height:1px;
}
#footer {
	background-image: url(../images/home/footer_gradient.jpg);
	background-repeat: repeat-x;
	height: 60px;
	width: 980px;
	position: absolute;
	left: 0px;
	top: 860px;
}
.footer_txt {
	padding: 20px;
}
