/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
}

body {
	margin:0px;
	padding:0px;
	border:0px;
	color:#CCCCCC;
	font-size:10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/bg_body.jpg);
	background-repeat:repeat-y;
	background-position:top;
	background-color:#4d5464;
}

h1, h2 {
	text-indent: -9000px;
	font-size:8px;
}

img {
	border:thin solid #333333;
}

/* DIVS */

#wrap {
	position:absolute; 
	left:50%;
	margin-left: -465px;
	margin-top:0px;
	margin-bottom:0px;
	width:890px;
}

#header {
	height:180px;
	width:890px;
	background-image:url(images/bg_header.jpg);
	background-repeat:no-repeat;
}

#nav {
	width:250px;
	height:340px;
	background-image:url(images/bg_nav.jpg);
	background-repeat:no-repeat;
	float:left;
	padding-top:75px;
	padding-left:70px;
	line-height:2.5em;
	color:#FFFFFF;
}

#content {
	padding-top:50px;
	line-height:1.7em;
	font-size:0.85em;
	width:500px;
	float:left;
}

#award {
	text-align:center;
	margin-bottom:15px;
	font-size:1.1em;
}

#history {
	background-image:url(images/bg_history.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	height:370px;
	text-align:right;
	padding-top:20px;
	padding-right:70px;
	color:#333333;
	font-size:0.85em;
}

#vip {
	width:390px;
	margin-left:30px;
	margin-top:30px;
	margin-bottom:30px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	border:solid thin #0099FF;
}
#vip img {
	margin-top:20px;
	margin-bottom:30px;
}

#ticketmaster {
	float:right;
	background-image:url(images/ticketmaster.gif);
	width:195px;
	height:63px;
	margin-left:20px;
	margin-top:7px;
}

#tixinfo {
	margin-top:30px;
}

#phonelocations {
	float:left;
	text-align:right;
	margin-right:20px;
}
#phonenumbers {
	float:left;
	width:90px;
	margin-right:30px;
}

#purchaselocations1 {
	float:left;
	margin-right:30px;
}
#purchaselocations2 {
	float:left;
}

#sfbfaddy {
	margin-left:30px;
	margin-top:15px;
	margin-bottom:15px;
}

#map {
	margin-top:30px;
}

/* FOOTER */

#footer	{
	position:relative;
	text-align:center;
	left:35%;
	background-color:#000000;
}

#footer p {
	border-top: 1px solid #333333;
	padding-top:3px;
	padding-bottom:3px;
	background-color:#000000;
	color:#333333;
	font-size:0.85em;
	position:fixed;	
	bottom:0;
	margin-bottom:0;
}

#clearfooter {height:50px;width:100%;clear:both}
#clearfooter2 {height:1px;width:100%;clear:both}


/* TEXT */

h3 {
	color:#0099FF;
	font-size:1.5em;
	text-align:center;
	margin-bottom:0.8em;
}
h4 {
	color:#0099FF;
	font-size:1.2em;
	text-align:left;
	margin-bottom:0.7em;
	margin-top:1.5em;
}
h5 {
	color:#6633FF;
	font-size:1.2em;
	text-align:left;
	margin-bottom:0.7em;
	margin-top:2em;
}

#content p {
	margin-bottom:0.6em;
}

li {
	padding:3px;
}
ul {
	padding-left: 30px;
}

.bluetext {
	color:#0099FF;
}
.purpletext {
	color:#6633FF;
}

.emphasis {
	color:#FFFFFF;
	font-weight:bold;
}
.emphasis2 {
	color:#FFFFFF;
	font-weight:bold;
	font-size:1.1em;
	padding:15px;
}

.center {
	text-align:center;
}


/* LINKS */

#nav a:link, #nav a:visited {
	font-size:1.05em;
	color:#CCCCCC;
	text-decoration:none;
}

#nav a:hover, #nav a:active {
	font-size:1.05em;
	color:#FFFFFF;
	text-decoration:none;
}

#content a:link, #content a:visited {
	text-decoration:none;
	color:#0099FF;
}
#content a:hover, #content a:active {
	text-decoration:underline;
	color:#0099FF;
}


