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: top center;
	background-attachment: scroll;
	background-repeat: repeat-y;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}

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

#container {
	position: absolute; 	
	width: 600px;
	left: 50%;
	margin-left: -280px;
	min-height: 100%;
    height: auto;
}

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

#header {
	height: 200px;
}	
	
#main {
	position: relative; 
	width: 600px; 
}
	
a:link { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #363;
}

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

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

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

.style3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006;
}
	
.style4 {
	font-size: x-small;
}

.header {
	position: absolute;
	top: 0px;
}

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

.info {
	position: absolute;
	left: 63px;
	top: 150px;
}

.bands {
	position: absolute;
	left: 113px;
	top: 150px;
}

.route {
	position: absolute;
	left: 183px;
	top: 150px;
}

.history {
	position: absolute;
	left: 248px;
	top: 150px;
}

.photos {
	position: absolute;
	left: 329px;
	top: 150px;
}

.sponsors {
	position: absolute;
	left: 407px;
	top: 150px;
}

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

.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;
}
