body {
	margin: 0;
	padding: 0;
	background: black url(../images/common/wood.jpg) top left;
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
}
p {
	margin: 0 0 1em 0;
}
a { 
outline: 0;
color:#E0D1BE;
 }
img {
	border: none;
	}
#body {
	margin: 50px auto 0 auto;
	width: 953px;
	text-align: left;
	background: url(../images/common/background.jpg) top left no-repeat;
	min-height: 700px;
	position: relative;
}
#logo {
	position: absolute;
	display: block;
	top: 30px;
	right: 100px;
}
#tagline {
	display: block;
	position: absolute;
	top: 120px;
	right: 140px;
}
#nav {
	list-style: none;
	position: absolute;
	top: 230px;
	left: 200px;
	margin: 0;
	padding: 0;
}
#nav li {
	margin: 0;
	padding: 8px 0;
}
#nav a {
	color: #D7CFA9;
	text-decoration: none;
	font-family: Times, serif;
	display: block;
	height: 17px;
	width: 210px;
	
	background-repeat: no-repeat;
	background-position: top left;
}
#community_nav {
height: 20px !important;
}

#nav a:hover, #home #home_nav, #press #press_nav, #performances #performances_nav, #music #music_nav, #links #links_nav, #contact #contact_nav, #about #about_nav, #community #community_nav {
	background-position: bottom left;
}
#home_nav { background-image: url('../images/nav/home.png'); }
#contact_nav { background-image: url('../images/nav/contact.png'); }
#links_nav { background-image: url('../images/nav/links.png'); }
#music_nav { background-image: url('../images/nav/music.png'); }
#community_nav { background-image: url('../images/nav/community.png'); }
#performances_nav { background-image: url('../images/nav/performance.png'); }
#press_nav { background-image: url('../images/nav/press-kit.png'); }
#about_nav { background-image: url('../images/nav/about.png'); }
#nav a span {
	display: none;
}
#content {
	padding-top: 150px;
	margin-left: 420px;
	width: 450px;
	color: #BB9A79;
	font-size: 13px;
	min-height: 563px;
	padding-bottom: 10px;
}
* html #content { height: 563px; }
#footer {
	color: #461C09;
	font-size: 14px;
	padding-bottom: 30px;
	font-size: 12px;
}
#footer a {
	color: #BB9978;
	text-decoration: none;
}
.tan { color: #BB9978; }
#footer a:hover {
	text-decoration: underline;
}

.right_image {
	float: right;
	display: block;
	padding-left: 10px;
	padding-bottom: 10px;
}
.left_image {
	float: left;
	display: block;
	padding-right: 10px;
	padding-bottom: 10px;
}