body {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFF;
	color: #666;
	text-align:center;
}
p,td,li	{
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0;
	font-size: 11px;
}
.tighter {
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0;
}
.bigger {
	font-size: 12px;
	font-family: "century gothic", arial, helvetica, sans-serif;
	line-height: 13px;
}

strong, b {
	font-weight: bold;
	}

em, i {
	font-style: italic;
	}

a:link, a:visited, a:active {
	outline: none;
	font-weight: bold;
	text-decoration: underline;
	color: #C39822;
	}
a:hover {
	outline: none;
	font-weight: bold;
	text-decoration: underline;
	color: #C39822;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #C39822;
	}
h3 {
	font-size: 12px;
	margin-bottom: 0;
}

form {
	margin:0;
	padding:0;
}

img {
	border: 0;
	}

.imgLeft {
	float: left;
	margin-top: -2px;
	padding-right: 5px;
	padding-bottom:0px;
	clear: both;
}
.padBottom {
	margin-bottom:10px;
	clear: both;
}
div#container {
	margin-left: auto;
	margin-right: auto;
	padding:0;
	margin-top: 20px;
	background-color: #FFF;
	background-image: url("images/topBackground.jpg");
	background-repeat: no-repeat;
	width: 700px;
	border: 1px solid #CCC;
	text-align: left;
}

div#top {
	position: relative;
	height:350px;
}

div#home {
	position:absolute; width:70px; left:592px; top:15px
}
div#flash {
	position:absolute; width:408px; height:255px; top:68px; left:40px; border:0px solid red
}
div#tickets {
	position:absolute; width:207px; left:458px; top:68px;
}
div#button1 {
	position:absolute; width:207px; left:458px; top:102px;
}
div#button2 {
	position:absolute; width:207px; left:458px; top:176px;
}
div#button3 {
	position:absolute; width:207px; left:458px; top:251px;
}

div#main {
	position:relative; width:700px; border:0px solid red;
}

.contentTable {
	width: 660px;
	margin-top: 12px;
	margin-bottom: 0;
	margin-left:35px;
	margin-right:35px;
	padding: 0;
}

.leftCol {
	width: 430px;
}
.centerCol {
	width: 5px;
}
.rightCol {
	width: 235px;
}

div#bottom {
	border:0px solid blue;
}
div#sponsors {
	position: relative;  width:620px; left:40px; padding-top:35px; border:0px solid red;
}

div#sponsors h3 {
	font-size: 11px;
	margin: 0;
	margin-top: 35px;
	padding: 0;
	padding-left: 8px;
	background-color: #C39822;
	color: #FFF;
}



