body {
	background-color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	margin:0px;
	padding:0px;
	text-align:center;
}

#container {
	width:960px;
	height:1086px;
	margin:0 auto;
}

#flash {
	width:960px;
	height:478px;
	z-index:4;
}

#content_container {
	width:960px;
	height:608px;
	position:relative;
	z-index:3;
}

#submenu {
	position: absolute;
	top:0px;
	left:0px;
	width:299px;
	height:608px;
	background-image: url(../images/submenu_panel.gif);
	background-repeat: no-repeat;
}

#submenu_items {
	position: absolute;
	top:36px;
	left:63px;
	width:208px;
	height:507px;
}

#content {
	position: absolute;
	top:0px;
	left:299px;
	width:661px;
	height:608px;
	background-image: url(../images/content_panel.gif);
	background-repeat: no-repeat;
}

#content_title {
	position: absolute;
	top:11px;
	left:75px;
	font-size:14px;
	font-weight: bold;
	width:300px;
	text-align:left;
}

#content_text {
	position: absolute;
	top:45px;
	left:74px;
	width:534px;
	height:515px;
	text-align:left;
	overflow: auto;
}

#content_text p {
	width:490px;
}


#gallery {
	position: absolute;
	top:22px;
	left:26px;
}

h1 {
	font-size:13px;
	color:#CE301C;
}

h2 {
	font-size:12px;
	color:#CE301C;
}

h3 {
	font-size:12px;
	color:#CE301C;
	font-weight:normal;
}



img {
	border:0px;
}

noscript {
	color: red;
}

a:link, a:visited {
	color:#FFF506;
}

a:hover, a:active {
	color:#FFFA85;
}



/* NAV */

#submenu_items img {
	position: absolute;
	left:0px;
	z-index: 8;
}

#showtimes {
	top:0px;
}

#admission {
	top:32px;
}

#gettingthere {
	top:64px;
}

#registration {
	top:128px;
}

#contactus {
	top:160px;
}

#display {
	top:191px;
}

#tradelinks {
	top:255px;
}

#sponsors {
	top:287px;
}

#winners {
	top:347px;
}

#blank {
	top:380px;
}

#subscribe {
	top:446px;
}


img.align_left {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	display:block;
}

img.align_right {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
display:block;
}
