body {
	background-repeat: repeat;
	background-image: url(../images/cd_covers_bg.jpg);
	background-attachment: fixed;
	margin: 0;
	padding: 0;
}

#container {
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #FFF;
	background-color: #06651E;
	margin: 0px auto;
}

#header {
	background-color: #004811;
}

#content {
	padding-top: 0px;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 0px;
	text-align: left;
	background-color: #06651E;
	font-size: 14px;
}

#footer {
	width: 800px;
	height: 70px;
}

#left_albums {
	float: right;
	height: 1400px;
	width: 305px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
}

#home_page #content {
	text-align: center;
}

#google_map {
	padding: 20px 0px;
}

.left_img_wrap {
	float: left;
	padding-bottom: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.left_map {
	float: left;
	margin: 15px 30px 30px 0px;
}

.right_img_wrap {
	float: right;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	margin-top: 0px;
}

a:link {
	color: #F1A200;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #EAA400;
}
a:hover {
	text-decoration: none;
	color: #EAA400;
}
a:active {
	text-decoration: underline;
	color: #EAA400;
}

h3 {
	text-align: center;
}

.staff_box {
	height: 200px;
	margin-bottom: 30px;
}

/*SIDELINKS*/

#sidelinks {
	position: absolute;
	float: left;
	margin-top: 200px;
}

#facebook {
	margin-left: -20px;
}

#facebook:hover a {
	margin-left: 20px;
}


/* SPRITE NAVIGATION */

ul {
	padding: 0px;
}

#nav-example {
	background:url("../images/nav.jpg") no-repeat;
	width: 800px;
	height: 27px;
	margin: 2px 0px 4px 0px;
	padding: 0px;
}

#nav-example span {
	display: none;
}

#nav-example li, #nav-example a {
	height:27px;
	display:block;
}

#nav-example li {
	float:left;
	list-style:none;
	display:inline;
}

#nav-example-01 {width: 162px;}
#nav-example-02 {width: 143px;}
#nav-example-03 {width: 134px;}
#nav-example-04 {width: 154px;}
#nav-example-05 {width: 100px;}
#nav-example-06 {width: 107px;}

#nav-example-01 a:hover {background:url("../images/nav.jpg") 0px -27px no-repeat; }
#nav-example-02 a:hover {background:url("../images/nav.jpg") -162px -27px no-repeat; }
#nav-example-03 a:hover {background:url("../images/nav.jpg") -305px -27px no-repeat; }
#nav-example-04 a:hover {background:url("../images/nav.jpg") -439px -27px no-repeat; }
#nav-example-05 a:hover {background:url("../images/nav.jpg") -593px -27px no-repeat; }
#nav-example-06 a:hover {background:url("../images/nav.jpg") -693px -27px no-repeat; }

body#home_page #nav-example-01 {
	background:url("../images/nav.jpg") 0px -27px no-repeat;
}

body#staff_page #nav-example-02 {
	background:url("../images/nav.jpg") -162px -27px no-repeat;
}

body#about_page #nav-example-03 {
	background:url("../images/nav.jpg") -305px -27px no-repeat;
}

body#contact_page #nav-example-04 {
	background:url("../images/nav.jpg") -439px -27px no-repeat;
}

body#links_page #nav-example-05 {
	background:url("../images/nav.jpg") -593px -27px no-repeat;
}

body#events_page #nav-example-06 {
	background:url("../images/nav.jpg") -693px -27px no-repeat;
}