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

body
{
background-color: #000000;
margin: 0px;
padding: 0px;
font-family:Verdana, Arial, Helvetica, Sans-Serif;
color:#FFFFFF;
font-size: smaller;
}

div{
	margin: 0px;
}

#venuename
{
	position: absolute;
	top: 6px;
	left: 220px;
	background-color:#000;
	color:#FFFFFF;
	text-align:right;
	width:80%;
}

#header
{
	position: relative;
	top: 0px;
	height:98px;
	width: 100%;
	padding: 0px;
	background-color: #000000;
}

#naviMain
{
	position: absolute;
	top: 48px;
	left: 220px;
	width: 80%;
	background-color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	color:#FFFFFF;
	font-size:12px;
	border:none;
}

#logo 
{
	position: relative;
	top: 5px;
	left: 20px
	background-image: url("../../logos/splash_logo_smaller.jpg");	
}

#split
{
	background-color:#666;
	height:2;
	text-align:center;
}

#venueinfo
{
	position: relative;
	left: 10px;
	top: 10px;
	bottom: 10px;
	float:left;
	width: 400px;
	height: 95%;
	border-style:solid;
	border-width:1px;
	border-color:#ffffff;
	vertical-align: top;
}

#slideshow
{
	position: relative;
	left: 20px;
	top: 10px;
	bottom: 10px;
	float:left;
	width: 780px;
	height: 95%;
	border-style:solid;
	border-width:1px;
	border-color:#ffffff;
	vertical-align: top;
}
div.naviSub
{
position: relative;
top: 0px;
width: 200px;
height: 100%;
background-color: #2A333B;
float:left;
vertical-align: top;
}

div.seperatorContent
{
position: relative;
left: 0px;
float:left;
width: 100px;
height: 100%;
background-image: url("/images/layout/bg.jpg");
border-left: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
vertical-align: top;
}

#content
{
position: relative;
top: 0px;
left: 0px;
height: 550px;
background-color: #ffffff;
text-align:center;
}

#footer
{
position: relative;
top: 0px;
width: 100%;
text-align:center;
background-color:#333;
border: none;
} 

A:link {color: #CCCCCC}
A:visited {color: #666666}
A:hover {text-decoration: underline; color:red}	
A:active {text-decoration: none}		
	
h1 {
	font-size: 14px;
	font-weight: bold;
	}
	
h2 {
	font-size: 30px;
	text-align: center;
	}
	
h3 {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	}
	
h4 {
	font-size: 14px;
	text-align: center;
	color:#000;
	}
	
h5 {
	font-size: 14px;
	text-align: center;
	color:#666;
}

.links {
	font-size: 12px;
	text-align: center;
	}

.faqstyle {
	font-size: 12px;
	font-weight: normal;


