html, body {
	height: 100%;
}

body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-position: left top;
	background-attachment: fixed;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

img, div {
	behavior: url(iepngfix.htc);
}

#container {
	position: absolute; 	
	width: 600px;
	left:50%;
	width:600px;
	margin-left:-300px;
	min-height: 100%;
    height: auto;
	background-image: url(images/bg2.jpg);
	border-left:solid;
	border-left-color:#09f;
	border-right:solid;
	border-right-color:#09f;
}

	/* Hack for IE, Reset to 100% height */
	* html #Content {
		height: 100%;
	}
	/* End IE Hack */

#header {
	height:350px;
}
	
#main {
	position: relative; 
	width:590px; 
	padding-left: 5px;
}
	
a:link { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #09f;
}

a:visited { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #09f;
}

a:hover, a:active { 
	text-decoration: underline; 
	color: #09f;
}
	
.style1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

.style2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #06f;
}	

.style3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
	
.header {
	position: absolute;
	top: 0px;
}

.news {
	position: absolute;
	top: 318px;
}

.info {
	position: absolute;
	left: 57px;
	top: 318px;
}

.bands {
	position: absolute;
	left: 105px;
	top: 318px;
}

.route {
	position: absolute;
	left: 172px;
	top: 318px;
}

.history {
	position: absolute;
	left: 240px;
	top: 318px;
}

.photos {
	position: absolute;
	left: 324px;
	top: 318px;
}

.sponsors {
	position: absolute;
	left: 401px;
	top: 318px;
}

.contact {
	position: absolute;
	left: 503px;
	top: 318px;
}

.mnews {
	position: absolute;
	left: 6px;
	top: 1px;
}

.minfo {
	position: absolute;
	left: 6px;
	top: 1px;
}

.mbands {
	position: absolute;
	left: 6px;
	top: 1px;
}

.mroute {
	position: absolute;
	left: 6px;
	top: 1px;
}

.mhistory {
	position: absolute;
	left: 6px;
	top: 1px;
}

.mphotos {
	position: absolute;
	left: 6px;
	top: 1px;
}

.msponsors {
	position: absolute;
	left: 6px;
	top: 1px;
}

.mcontact {
	position: absolute;
	left: 6px;
	top: 1px;
}

.myspace {
	position:absolute;
	left: 5px;
	top: 5px;
}
	
.p1 {
	padding-top: 25px;
}

.p2 {
	padding-bottom: 25px;
}

.p3 {
	padding-top: 25px;
	padding-bottom: 25px;
}
.p4 {
	padding-top: 40px;
}

div.hr {
  height: 1px;
  background: #03051a url(images/hr.png) no-repeat scroll center;
}

div.hr hr {
  display: none;
}