/* Fonts and Colors */

body {
	background-color: #C6C0B5;
	font-family: Georgia, Times, serif;
}

p {
	margin: 0px;
	padding: 0px;
}

p.small {
	font-size: 12px;
	color: #63513D;
	text-align: center;
	padding: 2px;
}

p.gsmall {
	font-size: 12px;
	color: #63513D;
	padding: 2px;
}

a {
	text-decoration: none;
	color: #903A0C;
}

a img {border: none; }

a:hover {
	color: #C36732;
}

/* Main Divisions */

#container {
	margin: 0 auto 0 auto;
	width: 1070px;
	height: 972px;
}

#header {
	background-image: url("images/header.jpg");
	width: 1070px;
	height: 203px;
	margin: 0px;
	padding: 0px;
}

#navigation {
	margin: 132px 20px 5px 500px;
	width: 200px;
	height: 20px;
	position: absolute;
	float: right;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	color: white;
}

#navigation a {
	color: white;
	text-decoration: none;
	display: block;
	padding: 0px 10px;
}

#navigation ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	width: 500px;
}

#navigation li {
	float: left;
}

#navigation a:hover {
	text-decoration: underline;
}

#content1 {
	background-image: url("images/content1.jpg");
	width: 1070px;
	height: 361px;
	margin: 0px;
	padding: 0px;	
}

#welcometext {
	margin: 25px 0 0 20px;
	padding: 10px;
	float: left;
	width: 400px;
	color: #FAF7EA;
	font-size: 15px;
}

.welcome {
	font-size: 20px;
	color: orange;
}

#spacer {
	background-color: #E8E1D4;
	width: 1070px;
	height: 80px;
	margin: 0px;
	padding: 0px;
}
#content2 {
	background-image: url("images/content2.jpg");
	background-repeat: no-repeat;
	background-color: #E8E1D4;
	width: 1070px;
	height: 2100px;
	margin: 0px;
	padding: 0px;
}

.spring {
	margin: 0px 0 0 20px;
	padding: 10px 5px 5px 5px;
	display: block;
	width: 590px;
	border-bottom: 1px solid #B6B0A6;
	color: #903A0C;
	font-size: 22px;
}

#musictext {
	margin: 5px 0 0 20px;
	padding: 5px;
	float: left;
	width: 600px;
	height: 600px;
	color: #63513D;
	font-size: 15px;
}

.sponsorheader {
	margin: -10px 0px 5px 700px;
	position: absolute;
	padding: 0px;
	display: block;
	width: 280px;
	border-bottom: 1px solid #B6B0A6;
	color: #903A0C;
	font-size: 18px;
}

#sponsors {
	margin: 10px 20px 0 700px;
	position: absolute;
	padding: 0px;
	width: 266px;
	height: 400px;
	float: right;	
}

#sponsorleft a {
	text-decoration: none;
}

#sponsorright a {
	text-decoration: none;
}

#sponsorleft {
	float: left;
	width: 133px;
	margin: 0px;
	padding: 0px;
}

#sponsorright {
	float: right;
	width: 133px;
	margin: 0px;
	padding: 0px;
}

#switch {
	width: 1070px;
}

#footer {
	width: 1070px;
	height: 100px;
	margin: 0 auto 0 auto;
}

/* General Section Structures */

#section {
	background-image: url("images/sectionback.jpg");
	background-color: #E8E1D4;
	background-repeat: no-repeat;
	width: 1070px;
	height: 4700px;
	margin: 0px;
	padding: 0px;	
}

.sheader {
	display: block;
	border-bottom: 1px solid #B6B0A6;
	color: #903A0C;
	font-size: 24px;
	margin-bottom: 2px;
}

.pics {
	width: 266px;
	height: 194;
	margin-left: 6px;
}

#sectioncontent {
	width: 700px;
	height: 1500px;
	float: right;
	position: absolute;
	margin: -530px 0px 0px 300px;
}

#presscontent {
	width: 700px;
	height: 1500px;
	float: right;
	position: absolute;
	margin: -530px 0px 0px 300px;
}

#sectionnav {
	width: 266px;
	float: left;
}

#sectionnav ul {
	color: #B6B0A6;
}

#sectionnav ul li {
	border-bottom: 1px solid #B6B0A6;
	padding: 5px;
}

#sectionnav a {
	text-decoration: none;
	color: #903A0C;
}

#sectionnav a:hover {
	color: #C36732;
}

/* Sponsors */

#sponsorcontent {
	width: 900px;
	height: 600px;
	float: left;
	position: relative;
	margin: 20px 0px 0px 0px;
	padding-left: 80px;
}

#text1 {
	width: 900px;
	height: 150px;
	clear: both;
}

#column1 {
	width: 400px;
	float: left;
	padding: 2px;
	height: 400px;
}

#column2 {
	width: 400px;
	height: 400px;
	float: right;
	padding: 2px;
}

#text2 {
	width: 900px;
	height: 50px;
	clear: both;
}

/* Contact */

#contact {
	background-image: url("images/sectionback.jpg");
	width: 1070px;
	height: 700px;
	margin: 0px;
	padding: 0px;	
}

#contactinfo {
	padding-top: 20px;
	float: right;
	position: absolute;
	width: 500px;
	margin: -205px 0px 0px 300px;
}

/* Gallery */

#gallery {
	background-image: url("images/sectionback.jpg");
	background-color: #E8E1D4;
	background-repeat: no-repeat;
	width: 1070px;
	height: 800px;
	margin: 0px;
	padding: 0px;	
}

#galleryinfo {
	padding-top: 20px;
	float: right;
	position: absolute;
	width: 500px;
	margin: -405px 0px 0px 300px;
}

/* Store */

#store {
	background-image: url("images/sectionback.jpg");
	background-color: #E8E1D4;
	background-repeat: no-repeat;	
	width: 1070px;
	height: 700px;
	margin: 0px;
	padding: 0px;	
}

#storeinfo {
	padding-top: 20px;
	float: right;
	position: absolute;
	width: 900px;
	margin-left: 100px;
}

#yatm {
	width: 900px;
	height: 400px;
}

#medley {
	width: 900px;
	height: 300px;
}

.albumcover {
	width: 125px;
	height: 125px;
	float: left;
}

.description {
	width: 750px;
	float: right;
	text-align: justify;
}

.tracks {
	background-color: #E8E1D4;
	padding: 2px;
}

.trackheader {
	color: #903A0C;
}
/* Images */

#bigimage {
	float: right;
	position: absolute;
	margin: -25px 5px 0px 450px;
	width: 593px;
	height: 428px;
}

img.sponsors {
	margin: 0px;
	padding: 0px;
	width: 133px;
	height: 97px;
}

#ncac {
	border: 1px solid #B6B0A6;
	margin-left: 20px;
	width: 96px;
	height: 116px;
	float: left;
	position: relative;
}