@charset "UTF-8";
/* CSS Document */

body {
	background-color: #444444;
}

#contain {
	height: 1013px;
	width: 909px;
	margin:0 auto; 
	background-image: url(images/content_bg.jpg);
}


/*-- Header Section <----*/

#header {
	height: 206px;
	width: 909px;
	background-image: url(images/header1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	padding-top: 52px;
}

/*-- Navigation Menu <----*/

#nav-bar {
	position: relative;
	width:853px;
	height: 26px;
	margin: 0;
	border-top-color:#83E05E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 25px;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 56px;
}
#nav-bar ul {
	float: none;
	list-style: none;
	margin:0; padding: 0;
}
#nav-bar ul li {
	display: inline;
}
#nav-bar ul li a {
	display: block;
	float: left;
	padding: 0 10px;
	color: #ffffff;	
	text-decoration: none;
	border: thin solid #1d1d1d;
}
#nav-bar ul li a:hover {
	color: #ff7711;
	}
#nav-bar ul li#selected a {
	background-color: #333333;
	color: #FFFFFF;
}

/*-- Editable Section <----*/

#editable {
	height: 438px;
	width: 909px;
	background-image:url(images/editable_bg2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;	
}

#notes_box {
	height: 375px;
	width: 475px;
	margin: 50px 0 0 91px;
}

#aotm_box {
	height: 208px;
	width: 188px;
	padding: 204px 0px 0px 38px;
	
}

.aotm_box_band {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #ffffff;
	letter-spacing: .5px;
}
.aotm_box_album {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
    color: #ff7711;
		
}
.aotm_box_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #eeeeee;
	line-height: 18px;
	text-align: justify;		
}

.aotm_box_copy  a:link{
text-decoration: none;
	color: #ff7711;
	
}
.aotm_box_copy a:visited {
	text-decoration: none;
	color: #ff7711;
}
.aotm_box_copy  a:hover {
	text-decoration: none;
	color: #ffffff;
}
.aotm_box_copy  a:active {
	text-decoration: none;
}


/*-- Footer Section <----*/

#footer {
    padding: 0px 0px 10px 0px;
	height: 199px;
	width: 909px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	
}

#event_box {
	height: 108px;
	width: 312px;
	padding: 55px 0px 0px 50px;
	}
	
.footer_event_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	text-align: justify;
}

#gallery_box {
	height: 38px;
	width: 90px;
	padding: 158px 0px 10px 315px;
	vertical-align: bottom;
	}

.footer_gallery_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006a9a;
	text-align: justify;
}

.footer_gallery_copy  a:link{
text-decoration: none;
	color: #ff7711;
	
}
.footer_gallery_copy a:visited {
	text-decoration: none;
	color: #ff7711;
}
.footer_gallery_copy  a:hover {
	text-decoration: none;
	color: #000000;
}
.footer_gallery_copy  a:active {
	text-decoration: none;
}
