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

body {
	background:#000000 url(../images/bg_sp_repeating.jpg) repeat-x left 120px;
	font-size:75%;
	margin:0;
	padding:0;
}

.wrapper {
	width:1024px;
	display:block;
	margin:0px auto; 
	position:relative;
	clear:both;
	float:none;
	min-height:20px;
	overflow:hidden;
}

.deck {
	width:1024px;
	display:block;
	float:left;
	min-height:200px;
	position:relative;
}

#header,
#nav,
#content {
	width:1004px;	
}

#header {
	display:block;
	margin:0 auto 4px;
	clear:both;
	height:200px;
	position:relative;
}

#nav, .menu {
	display:block;
	margin:0 auto 4px;
	clear:both;
	min-height:50px;
	position:relative;
	padding:0;
}

#content {
	display:block;
	margin:0 auto;
	clear:both;
	min-height:450px;
	position:relative;
	margin-bottom:6px;
}


#footer {
	display:block;
	width:800px;
	border-left:0px solid #ffffff;
	border-right:0px solid #ffffff;
	margin-top:10px;
	clear:both;
	height:100px;
	position:relative;
	margin:0 auto;
}

#content #events ul {
	clear: both;
	margin-left: 20px;
	min-height: 40px;
	margin-bottom: 20px;
}

#content #events li {
	float: left;
	margin-right: 10px;	
	line-height: 10px !important;
}

#content #events h3 a {
	color: white;
}

#content #events h3 {
	margin-bottom: 10px;
}

#content h2.events {
	border-bottom: 1px solid #FFF;
}

#TB_window {
	z-index: 100000 !important;
}