@charset "UTF-8";
/* CSS Document */

body {
	background: #F3F1E0;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	}
	
img {
	border: none;
	}
	
#wrapper {
	width: 942px;
	margin: 0 auto;
	}
	
#header {
	height: 390px;
	background: url(images/header-bg.jpg) no-repeat;
	}
	
#content {
	clear: both;
	padding: 0 33px;
	}
	
#side {
	width: 360px;
	float: left;
	margin-bottom: 25px;
	}
	
#band {
	background: url(images/bandbg.gif);
	padding: 8px;
	}
	
#media {
	padding: 17px;
	background: url(images/media-bg.jpg) repeat-x;
	height: 300px;
	padding-top:4px;
	line-height:20px;
	}
	
#media h2 {
	font-size: 14px;
	color: #A7A056;
	margin-bottom: 5px;
	}
	
#media ul {
	margin: 0;
	padding: 0;
	}
	
#media li {
	color: #80807F;
	list-style:none;
	font-size: 11px;
	line-height: 140%;
	}
	
.instruments {
	color: #C2C0B3;
	}

#main {
	width: 494px;
	float: left;
	background: url(images/right-bg.jpg) repeat-x #46411B;
	font-size: 12px;
	color: #E0E0E0;
	line-height: 22px;
	padding: 10px;
	margin-bottom: 18px;
	text-align:justify
	}
	
#main p {margin-left:8px;margin-right:10px;}
	
#footer {
	clear: both;
	background: url(images/footer-bg.jpg) repeat-x;
	border-top: dashed 1px #C2C48C;
	border-bottom: dashed 1px #C2C48C;
	padding: 10px;
	margin-bottom:15px;
	}
	
#footer h2 {
	letter-spacing:1px;
	color: #747820;
	text-transform: uppercase;
	font-size: 16px;
	}
	
#footer h3 {
	
	color: #333333;
	text-transform: uppercase;
	font-size: 14px;
	margin: 30px 0 20px 0;
	}
	
#footer .record {
	width: 375px;
	float: left;
	text-align: center;
	margin-right: 50px;
	}
	
#footer .record img {
	float: left;
	margin: 0 20px 50px 0;
	}
	
#footer .record a {
	padding: 5px 25px;
	font-size: 14px;
	border: 1px #262314 solid;
	color: #262314;
	background: #F3F1E0;
	font-weight: bold;
	text-decoration: none;
	}
	
#footer .record a:hover {
	color: #F3F1E0;
	background: #262314;
	}
	
	

