body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	}
#content{
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	height:700px;
	background-color: #FFF;
	padding-top: 5px;
	padding-bottom:5px;
	}
#contentborder{
	width:790px;
	height:700px;
	margin-left:5px;
	margin-right:5px;
	background-color: #FFF;
	}
#header{
	height:95px;
	width:790px;
	float:left;
	background-image: url(images/header.jpg);
	}
#menu{
	height:30px;
	width:790px;
	float:left;
	background-image: url(images/menubg.jpg);
	}
ul{
	padding: 0px;
	margin:0px;
	list-style-type: none;
}
li{
	list-style-type: none;
	float:left;
}
#menu a{
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	height: 23px;
	text-decoration: none;
	font-size: 14px;
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 7px;
	font-weight: bold;
}
#menu a:hover{
	color:#000;
}

#mainbox{
	width:790px;
	height:575px;
	background-color: #000;
	float:left;	
	}
#innerbox{
	height: 490px;
	width: 770px;
	margin-left:10px;
	margin-top:15px;
	margin-right:10px;
	background-color:#FFF;
}
#innerleft{
	height: 480px;
	width: 375px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	padding-left: 10px;
	padding-top: 10px;
}
#innerright{
	height: 490px;
	width:385px;
	float:left;
	background-image: url(images/adborder2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	}
#concertdetail{
	margin-top: 135px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
/*margin-top controls position of first line of concert blurb realive to logo*/


#footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
	margin-top: 5px;
}

/*Other Pages*/
#mapbox{
	height: 480px;
	width: 760px;
	margin-left:10px;
	margin-top:15px;
	margin-right:10px;
	background-color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-left: 10px;
	padding-top: 10px;
}
#members_innerright{
	height: 490px;
	width:385px;
	float:left;
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
#events_innerleft{
	xheight: 490px;
	height: 510px;
	width: 375px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	padding-left: 10px;
	background-image: url(images/adborder2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#events_innerright{
	height: 490px;
	width:380px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 5px;
	}
/*Classes*/
.link{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: underline;
}
.imagelink{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.image{
	margin-top: 5px;
	margin-left: 5px;
}
