/* CSS Document */
* {
	margin: 0; /* zero out margin */
	padding: 0; /* zero out padding */
}
html, body {
margin:0 12px 0 0;
padding:0;
height:100%;
}

body {
font-family:Arial, Helvetica, sans-serif;
background:url(festimages/main_bg.jpg) repeat-x #990100;
font-size:14px;
font-weight:normal;
color:#000000;
}
a:link {
	color:#FF0000;
	text-decoration:none;
	font-weight:bold;
	}
a:visited {
	color:#CC0000;
	text-decoration:none;
	font-weight:bold;
	}
a:hover {
	color:#FF3300;
	text-decoration:underline;
	font-weight:bold;
	}
a:active {
	color:#FF0000;
	font-weight:bold;
	}
#wrapper {
	position:relative;
	bottom:0px;
	margin:0 auto;
	height:auto;
	min-height: 100%; /* gives layout 100% height */
	}

#header{
height:118px;
}
.aelogo{
margin-left:0px;
margin-top:-120px;
position:absolute;
padding:0;
border:0;
}
.millcity_logo{
margin-left:460px;
margin-top:-119px;
position:absolute;
padding:0;
}
#main{
background:url(festimages/center_bg.jpg) repeat-y;
background-position:2px;
margin:0 auto;
width:1016px;
bottom:0;
position:relative;
}
#maintop{
background:url(festimages/main_image.jpg) no-repeat;
text-align:left;
width:1016px;
min-height:auto;
height:2600px;
}
#leftcol{
position:relative;
text-align:center;
height:auto;
float:left;
width:600px;
}
#rightcol{
text-align:center;
height:auto;
width:auto;
}

.bands{
margin-left:30px;
left:20px;
color:#FF0000;
font-size:18px;
font-weight:bold;
font-style:italic;
font-family:Georgia, "Times New Roman", Times, serif;
}
.sponsers{
color:#000;
font-size:16px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
}
.banner{
margin:0px 0px;
border:0;
}
.head_pic{
position:relative;
left:-2px;
}
.head_picfoot{
position:relative;
left:-2px;
}
#area1{
text-align:center;
width:570px;
position:relative;
top:70px;
left:10px;
}
.areareg{
text-align:left;
width:570px;
position:relative;
top:90px;
left:10px;
margin-bottom:20px;
}
.div_areatext{
background:url(festimages/area_1px.png) repeat-y;
}
.areahead{
padding:0;
font-weight:bold;
text-align:center;
}
.areatext{
padding:15px 20px 0 30px;
text-align:left;
}
#rightspacer{
height:175px;
}
#alexdiv{
padding:40px;
}
#alextext{
padding:0 70px;
height:400px;
width:200px;
}
#alex_text_pic{
position:relative;
top:260px;
z-index:500;
}

#clearfooter {
	height: 10px; /* provides space for the #footer */
	}
#footholder{
	text-align:center;
	width:1016px;
	height:5px;
	bottom:0px;
	margin: -25px auto 0 auto; /* -80px sucks it back in & auto centers it */	
}
#footer{
	background-image:url(festimages/center_bg.jpg);
	background-repeat:repeat-y;
	background-position:2px;
	position:relative;
	bottom:0px;
	width:1016px;
	height:60px;
	}