body {
	background: #6a6341 url(/images/bg_body.gif) 50% 0 repeat-y;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Times, Serif;
	font-size:  13px;
	color: #4c3125;
}
a {
	color:  #7c4e30;
	text-decoration: none;
}
a:hover {
	text-decoration:  underline;
}
img {
	border: none;
}
p {
	line-height: 17px;
	padding: 0 0 10px 0;
	margin: 0;
}
#container {
	width:  900px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: green;
	overflow: hidden;
}
#top {
	height: 21px;
}
#top h1 {
	display: none;
}
#nav {
	background: #6a6341 url(/images/bg_nav.gif) 0 0 no-repeat;
	margin: 0;
	padding: 0 0 0 435px;
	height: 33px;
	overflow: hidden;
	clear: both;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	padding: 0;
	margin: 0 25px 0 0;
	list-style: none;
	float: left;
}
#nav .last {
	margin: 0;
}
#left {
	margin: 0;
	padding: 0;
	width: 600px;
	float: left;
	overflow: auto;
}
#left h2 {
	padding: 250px 0 0 130px;
	font-weight: normal;
	font-size: 21px;
}
#left h3 {
	font-weight: normal;
	font-size: 18px;
}
#left h4 {
	font-weight: normal;
	font-size: 16px;	
}
#left p {
	width:  390px;
}
#left #narrowcolumn {
	margin: 0 30px 0 130px;
}
#flashcontent {
	height: 285px;
	margin: 0;
	padding: 0;
}
#right {
	margin: 0;
	padding: 0;
	float: left;
	width: 275px;
	overflow: auto;
}
#right h4 {
	font-weight: normal;
	font-size: 14px;
	color: #4e473b;
	margin: 0;
	padding: 0;
}
#right dl {
	background: url(/images/bg_right_header.jpg) no-repeat;
	margin: 0 0 25px 0;
	padding: 0;
	overflow: auto;
	clear: both;
}
#right dt {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#right h3 {
	margin: 0;
	padding: 0 0 0 15px;
	line-height: 50px;
	font-size: 16px;
	font-weight: bold;
	color: #cac595;
	height: 42px;
}
#right dd {
	margin: 0;
	padding: 15px 15px 15px 15px;
	background: #d8d2a3;
	color: #6a6341;
	overflow: auto;
}
#right .first {
	background: transparent;
}
#right .first dd {
	background: #a6a06c;
}
#right .first h3 {
	display: none;
}
#right .date {
	padding-bottom: 8px;
}
#right .description {
	font-size: 12px;
	line-height: 120%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #918E5B;
}
#footer {
	clear:  both;
	background: #d1cc9c;
	border-top: 1px solid #96935f;
	margin: 25px 0 0 0;
	padding: 15px 25px 25px 25px;
	color: #6a6341;
}

.flash {
	color: green;
}

.edit {
	margin-top: 10px;
}
.edit a {
	background: #999;
	border: 1px solid #666;
	padding: 5px;
	color: #333;
}

.edit a:hover {
	text-decoration: none;
	background: #666;
	color: #333;
}

#storelist {
	margin: 0 30px 0 130px;	
}

#storelist h3 {
	padding-bottom: 5px;
	border-bottom: 1px solid #918E5B;
}

#storelist h4 {
	color:  #7c4e30;
	font-size: 18px;
	padding: 0;
	margin: 0;
}

/* -+-+-+-+-+-+-+- */
/*  Page Specific  */
/* -+-+-+-+-+-+-+- */

/* --- Home */
#home #top {
	background:  url(/images/bg_top_home.jpg) no-repeat;
}
#home #container {
	background:  url(/images/bg_main_home.jpg) 0 54px no-repeat;
}
#home #flashcontent {
	height: 415px;
}
#home #left h2 {
	padding: 375px 0 0 130px;
	font-weight: normal;
	font-size: 21px;
}
#home #right .first {
	margin-top: 69px;
}
#home #right .first h3 {
	display: block;
}
/* --- About */
#about #top {
	background:  url(/images/bg_top_about.jpg) no-repeat;
}
#about #container {
	background:  url(/images/bg_main_about.jpg) 0 54px no-repeat;
}
#about #right .first {
	margin-top: 174px;
}
/* --- Music */
#music #top {
	background:  url(/images/bg_top_music.jpg) no-repeat;
}
#music #container {
	background:  url(/images/bg_main_music.jpg) 0 54px no-repeat;
}
#music #right .first {
	margin-top: 185px;
}
#music #events {
	margin: 0 30px 0 130px;
}
#music #events .description {
	margin-bottom: 20px;
}
#music #events h4 {
	margin: 0;
	padding: 0;
	width: 390px;
}
#music #events p {
	width: 390px;
}
/* --- Store */

#store #top {
	background:  url(/images/bg_top_store.jpg) no-repeat;
}
#store #container {
	background:  url(/images/bg_main_store.jpg) 0 54px no-repeat;
}
#store #right .first {
	margin-top: 174px;
}

#store .cartitem {
	padding: 0 0 15px 0;
}

#store #cartcontents {
	clear: both;
}

#store #cartdetails {
	float: left;
}

#store #checkout {
	float: right;
}

.addtocart {
	margin: 5px 0 50px 0;
}

.addtocart input {
	vertical-align: middle;
}

#store .storeitem {
	clear: both;
}

#store .storeitem img {
	padding: 0 0 30px 0;
}

#store h3 {
	clear: both;
}

#store #storelist {
	overflow: auto;
	padding-bottom: 40px;
}

.clearing {
	float: none;
	clear: both;
}

/* --- Contact */
#contact #top {
	background:  url(/images/bg_top_contact.jpg) no-repeat;
}
#contact #container {
	background:  url(/images/bg_main_contact.jpg) 0 54px no-repeat;
}
#contact #right .first {
	margin-top: 174px;
}

/* ---- Mailing List */
#mailinglist #email {
	width: 235px;
	margin-bottom: 10px;
}

#mailinglist #signup {
	margin-left: 3px;
}

#mailinglist #unsubscribe {
	margin-left: 45px;
}
