body {
	margin: 0;
	padding: 0;
	text-align: center;
	background:  #736239;
	color: #2C2420;
	font-family: Arial, sans-serif;
	font-size: 13px;
}
a img { border: none; }
a {
	color: #A3A945;
}
/* Layout Styles */
#container-inner, #container {
	width: 756px;
	margin: 0 auto;
	text-align: left;
}
#container {
	background: url(../images/common/tile.png) repeat-y top center;
}
* html #container-inner { /* IE 6 min-height hack */
	height: 687px;
}
#container-inner {
	background: url(../images/common/footer.png) bottom center no-repeat;
	min-height: 550px;
	padding-top: 140px;
	padding-bottom: 75px;
}
#container-wrapper {
	background: url(../images/common/header.png) top center no-repeat;		
}
#header {
	margin: 0 20px;
}
/* Nav Styles */
#header ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#header li {
	float: left;
	margin: 0;
	padding: 0;
}
#header li span {
	display: none;
}
#header a {
	display: block;
	height: 12px;
	background-repeat: no-repeat;
	background-position: top left;
}
#header li {
	padding-left: 10px;
	margin-left: 5px;
	background: url(../images/nav/dot.png) left center no-repeat;
}
#header li.first { background: none; }
#nav_home { background-image: url(../images/nav/home.png); width: 36px; }
#nav_shows { background-image: url(../images/nav/shows.png); width: 43px; }
#nav_bio { background-image: url(../images/nav/bio.png); width: 22px; }
#nav_music { background-image: url(../images/nav/music.png); width: 34px;  }
#nav_art { background-image: url(../images/nav/art.png); width: 27px; }
#nav_blog { background-image: url(../images/nav/blog.png); width: 33px; }
#nav_links { background-image: url(../images/nav/links.png); width: 32px; }
#nav_contact { background-image: url(../images/nav/contact.png); width: 54px; }

#footer {
	margin: 10px 0;
	text-align: center;
}
#footer, #footer a {
	color: #9DA043;	
	text-decoration: none;
}

p {
	margin: 0 0 1em 0;
}
#header {
	height: 25px;
}
#body {
	clear: left;
	padding-top: 75px;
	position: relative;
}
#column_left {
	width: 195px;
	float: left;
	text-align: center;
	color: #A3A945;
}
#column_left a {
	color: #A3A945;
	text-decoration: none;
}
#column_left a:hover {
	text-decoration: underline;
}
#column_left h3 {
	padding-left: 25px;
	text-align: left;
}
#column_left ul {
	list-style: none;
	text-align: left;
}
#column_main {
	padding-left: 10px;
	width: 465px;
	float: left;
}
.photo_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
/* Utilities */
/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
/* End hide from IE-mac */
