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

* {
	margin:0;
	border:0;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
body {
	background-image: url(../images/Repeating_Bg.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	width:100%;
	height:100%;
	color:#78562f;
	background-color:#c7b69c;
}
a {
	color:#FF6600;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}

#wrapper {
	background-image:url(../images/Main_Bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	width:100%;
	height:779px;
	text-align:center;
	border-top:5px solid #c3a888;
}
h1 {
color:#78562f;
padding-bottom:10px;
}

p {
	padding-bottom:20px;
}

#page {
width:1000px;
margin:0 auto;
/*margin-top:40px;*/

}
#page-top {
width:760px;
float:right;
background-image:url(../images/paper-top.png);
background-repeat:no-repeat;
background-position:top center;
height:82px;
margin-top:30px;
}
#page-body {
width:680px;
float:right;
background-image:url(../images/paper-repeat.png);
background-repeat:repeat-y;
background-position:top center;
text-align:left;
padding-left:40px;
padding-right:40px;
}
#page-footer {
width:760px;
height:130px;
float:right;
background-image:url(../images/paper-bottom.png);
background-repeat:no-repeat;
background-position:bottom center;
text-align:left;
}
.clear {
clear:both;
}
#nav-list {
	float:right;
	width:740px;
}
#nav-list a {
	color:#c3a888;
	text-decoration:none;
	padding:5px 15px;
	
}
#nav-list a:hover {
	color:#000000;
	text-decoration:none;
	padding:5px 15px;
	background-color:#c3a888;
}
#nav-list li{
	float:left;
	/*width:100px;*/
	/*padding:0 15px;*/
	display:inline;
	color:#c3a888;
	line-height:20px;
	font-size:15px;
	
}
/*#nav-list li:hover{
	float:left;
	display:inline;
	background-color:#c3a888;
	color:#000000;
	font-size:15px;
	
}*/
#selected {
	color:#000000;
	text-decoration:none;
	/*padding:5px 15px;*/
	
}
#selected a {
	color:#000000;
	text-decoration:none;
	background-color:#c3a888;
}
#sponsors {
	width:740px;
	float:right;
}
/********** artist styles **********/
.artist-container {
	width:680px;
	padding-right:40px;
}
.artist-left {
	float:left;
	padding:10px;
	width:100px;
}
.artist-right {
	float:right;
	padding:10px;
	width:540px;
}

