* {
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:active {
	color:#000;
}

a:hover{
	color:#ff6633;
}

body {
	background-image:url(images/background.jpg);
	background-repeat:repeat;
	padding-top: 0px;
	background-color: #fffff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	letter-spacing: 1px;
}

#container{
	position:relative;
	min-height:700px;
	min-width:640px;
	background-image:url(images/main.png);
	background-repeat:no-repeat;
}	

#m01{
	position:absolute;
	top:50px;
	left:400px;
	background-image:url(images/home.png);
	height:31px;
	width:83px;
}
#m01:hover{
	position:absolute;
	top:50px;
	left:400px;
	background-image:url(images/home_hov.png);
	height:31px;
	width:83px;
}
#m02{
	position:absolute;
	margin-top:100px;
	margin-left:380px;
	background-image:url(images/bio.png);
	height:31px;
	width:54px;
}
#m02:hover{
	position:absolute;
	margin-top:100px;
	margin-left:380px;
	background-image:url(images/bio_hov.png);
	height:31px;
	width:54px;
}
#m03{
	position:absolute;
	margin-top:150px;
	margin-left:330px;
	background-image:url(images/media.png);
	height:31px;
	width:94px;
}
#m03:hover{
	position:absolute;
	margin-top:150px;
	margin-left:330px;
	background-image:url(images/media_hov.png);
	height:31px;
	width:94px;
}
#m04{
	position:absolute;
	margin-top:200px;
	margin-left:285px;
	background-image:url(images/contact.png);
	height:31px;
	width:147px;
}
#m04:hover{
	position:absolute;
	margin-top:200px;
	margin-left:285px;
	background-image:url(images/contact_hov.png);
	height:31px;
	width:147px;
}
#m05{
	position:absolute;
	margin-top:270px;
	margin-left:240px;
	background-image:url(images/merch.png);
	height:31px;
	width:203px;
}
#m05:hover{
	position:absolute;
	margin-top:270px;
	margin-left:240px;
	background-image:url(images/merch_hov.png);
	height:31px;
	width:203px;
}
#m06{
	position:absolute;
	margin-top:320px;
	margin-left:220px;
	background-image:url(images/tour.png);
	height:31px;
	width:85px;
}
#m06:hover{
	position:absolute;
	margin-top:320px;
	margin-left:220px;
	background-image:url(images/tour_hov.png);
	height:31px;
	width:85px;
}

#facebook{
	position:absolute;
	top: 5px;
	right:5px;
	background-image:url(images/facebook.png);
	background-repeat:no-repeat;
	height:18px;
	width:88px;
}

#myspace{
	position:absolute;
	top: 26px;
	right:5px;
	background-image:url(images/myspace.png);
	background-repeat:no-repeat;
	height:18px;
	width:88px;
}

#content{
	background-image:url(images/trans.png);
	position:absolute;
	top: 100px;
	left: 500px;
	height:500px;
	width:600px;
	overflow:auto;
}

#upcoming{
	background-image:url(images/trans.png);
	position:absolute;
	left:30px;
	top:470px;
	width:300px;
	height:180px;
	overflow:auto;
	font-size:10px;
}

#upcomingp {
	font-size:9px;
}

#footer {
	position:absolute;
	top:630px;
	left:400px;
	width:445px;
	height:20px;
}

#footer a:link{
	text-decoration:none;
}

/*******************Custom Forms*****************/
#email_form{
	width: 400px;
}

#emailform{
	display:block;
}

#emailred{
	display:block;
	color:#F00;
}

#input{
	 background-color:#999999;
	 margin-left:10px;
}

#submit{
	display:block;
	margin-left: auto;
    margin-right: auto;
}

#email_names{
	float:left;
	text-align: right;
	list-style-type:none;
}

#email_links{
	float:left;
	padding-left: 30px;
	text-align:left;
	list-style-type:none;
}

#email_bold{
	font-weight:bold;
}
