*{
	margin: 0px;
}

html{
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body{
	background-position: center top;
	background-attachment: scroll;
	background-repeat: repeat;
	background-image: url(/images/Background-Speaker.jpg);
}

#container{
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	height: 500px;
	text-align: left;
}

#main{
	position: absolute;
	top: 0px;
	background-image: url(../images/main.jpg);
	z-index: 1;
	width: 800px;
	height: 800px;
	left: auto;
}

#news{
	width: 394px;
	height: 295px;
	text-align: justify;
	margin-left: 68px;
	position: absolute;
	top: 471px;
	overflow:auto;
	overflow-x: hidden;
	padding-right: 8px;
	float: left;
	z-index: 2;
	margin-top: 0px;
}

#upcomingshows{
	width: 212px;
	height: 146px;
	text-align: left;
	margin-left: 531px;
	position: absolute;
	top: 472px;
	overflow: auto;
	overflow-x: hidden;
	z-index: 3;
}

#join_list{
	position: absolute;
	top: 690px;
	text-align: left;
	margin-left: 530px;
	width: 212px;
	float: left;
	height: auto;
	z-index: 4;
}


#banner{
	position: absolute;
	top: 900px;
	text-align: center;
	width: 800px;
	float: left;
	z-index: 5;
}

#nav{
	position: absolute;
	top: 25px;
	margin: 0px;
	padding: 0px;
	width: auto;
	text-align: center;
	visibility: visible;
}

#bottomNav{
	position: absolute;
	top: 800px;
	margin: 0px;
	padding: 0px;
	width: auto;
	text-align: center;
	z-index: 6;
}

.shadeform{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/images/shadeform.gif);
	text-align: left;
	width: 135px;
	border: #000000 1px solid;
	font-size: 12px;
}

p{
	margin-bottom: 10px;
}

.hr {
	border: none 0;
	border-top: 1px dashed #999999;
	width: 100%;
	height: 1px;
	margin: 10px 0px 0px 0px;
}
