/* Latin Tusion Trio */
body {
	color: #000000;
	padding: 0px;
	background-color: #E4DACE;
	background-image: url(../img/header-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	line-height: 170%;
}
#header{
	background-image: url(../img/banner.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 185px;
	padding: 0px;
	width: 1040px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#navbar{
	height: 23px;
	width: 500px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 32px;
	left: 180px;
}

#menu {
	list-style: none;
	position:absolute;
	left:0px;
	width:500px;
	height:26px;
	margin: 0;
	padding: 0;
	
	
	
}
#menu ul{
	margin: 0px;
	padding: 0px;
	top: 135px;
}
#menu li{
}
#menu span {
	position: absolute;
	display: none;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#menu a:hover {
  background-position: left bottom;
}
#menu .home {
	width: 72px;
	height: 23px;
	left: 0px;
	top: 0px;
	background-image: url(../img/nav-home.gif);
	background-repeat: no-repeat;
}

#menu .bio{
	width: 71px;
	height: 23px;
	left: 72px;
	top: 0px;
	background-image: url(../img/nav-bio.gif);
	background-repeat: no-repeat;
}
#menu .music {
	width: 89px;
	height: 23px;
	left: 143px;
	top: 0px;
	background-image: url(../img/nav-music.gif);
	background-repeat: no-repeat;
}
#menu .news {
	width: 95px;
	height:23px;
	left: 232px;
	top: 0px;
	background-image: url(../img/nav-news.gif);
	background-repeat: no-repeat;
}
#menu .performance{
	width: 163px;
	height: 23px;
	left: 232px;
	top: 0px;
	background-image: url(../img/nav-performance.gif);
	background-repeat: no-repeat;
}

#menu .contact{
	width: 102px;
	height: 23px;
	left: 395px;
	top: 0px;
	background-image: url(../img/nav-contact.gif);
	background-repeat: no-repeat;
}		
#content{
	background-color: #E4DACE;
	background-image: url(../img/content-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	
}
#main {
	width: 1040px;
	margin-right: auto;
	margin-left: auto;
}
.col-1{
	width: 610px;
	float: right;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 50px;
}

.col-1-center{
	width: 610px;
	float: right;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 50px;
	text-align: center;
}
.col-2{
	width: 370px;
	float: left;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	
}
.quotes{
width: 350px;
	font-size: 11px;
	text-align: right;
}
.white-border{
	border: 10px solid #FFFFFF;
}
#footer{
	background-image: url(../img/footer-bg.jpg);
	background-repeat: repeat-x;
	height: 126px;
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #E8D9B9;
	text-align: center;
	margin: 0px;
	clear: both;
}
#footer a:link{
	color: #E8D9B9;
	text-decoration: none;
}
#footer a:visited {
color: #E8D9B9;
	text-decoration: none;
}
#footer a:hover {
color: #E8D9B9;
	text-decoration: underline;
}
#footer p{
	line-height: 18px;
}
.copyright {
	padding-top: 30px;
}
h2 {
	color: #876325;
	font-style: italic;
	text-transform: uppercase;
	text-align: center;
}
h3 {
	text-align: center;
	font-size: 2em;
}

