/*
	red: #ED1C24
	gray: #595C5E
	light-gray: #808386
	beige: #FFFDD2
*/
/*------------------------
Base Styles
-------------------------*/
body {
	background: transparent url(../images/gator.jpg) no-repeat;
	font-family: Helvetica, Arial, sans-serif !important;
	color: #444;
	font-size: 0.8125em;
	text-align: center;
}

* {
	margin: 0;
	padding: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

p {
	line-height: 1.5em;
	padding: 0 0 1em 0;
}

h2 {
	font-weight: bold;
	text-transform: uppercase;
	margin: .5em 0 .5em 0;
	background: #ffcc00;
	color: #ff0000;
	padding: 5px 10px;
}
h3 {
	font-weight: bold;
	text-transform: uppercase;
	margin: .5em 0 .5em 0;
	color: #000;
}

a,
a:visited {
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	border-bottom: 1px dotted #ff0000;
}

#container {
	width: 960px;
}

#header {
	margin-top: 20px;
}

#header h1 {
	position: absolute;
	top:-999px;
}

#header .logo {
	padding: 10px 15px 10px 0;
	background: #fff;
	text-align: right;
}

#header .logo a{
	border: none;
}

#navigation {
	position: absolute;
	width: auto;
	top: 160px;
	left: 300px;
}

ul {
	list-style: none;
}

li {
	float: left;
	width: auto;
	margin-right: 20px;
}
#navigation a,
#navigation a:visited {
	background: #ff0000;
	color:#fff;
	width: 150px;
	display: block;
	padding: 8px 0 5px 0;
	text-decoration:none;
	font-size: 1.25em;
}

#navigation a:hover {
	background: #ffcc00;
	color:#ff0000;
	width: 150px;
	display: block;
	padding: 8px 0 5px 0;
	text-decoration:none;
	font-size: 1.25em;
}

#navigation a.buy-tix,
#navigation a.buy-tix:visited {
	background: #ffcc00;
	color:#ff0000;
	width: 150px;
	display: block;
	padding: 8px 0 5px 0;
	text-decoration:none;
	font-size: 1.25em;
}

#navigation a.buy-tix:hover {
	background: #ff0000;
	color:#fff;
	width: 150px;
	display: block;
	padding: 8px 0 5px 0;
	text-decoration:none;
	font-size: 1.25em;
}

#content {
	position: absolute;
	width: 900px;
	top: 215px;
	left: 20px;
	background: transparent url(../images/transparent-tiler.png);
	padding: 20px;
	text-align: left;
}
#sub-content-space {
	float: left;
	width: 100%;
	height: 100px;
}

#main-content-left {
	float: left;
	width: 570px;
	text-align: left;
}

#main-content-right {
	float: right;
	width: 310px;
	margin-left: 20px;
	text-align: left;
}

.event {
	padding-bottom: 10px;
}
/* ---------------------------------------------------------------------------
Footer
--------------------------------------------------------------------------- */
#footer {
	float: left;
	width: 100%;
	text-align: left;
	margin-top:20px;
}
.footer {
	font-size: .8em;
	color: #333;
	line-height: 1.1em;
	padding: 10px 0 0 10px;
}
#copyright {
	float: left;
	width: 100%;
}
/* EOF */
