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

body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote, img, div, span
{
	padding:0;
	margin:0;
}

body
{
	background-color: #765f38;
}

.big-block-o-text
{
	margin-right: 40px;
}

.featured-performers
{
	margin-right: 40px;
	float: right;
}

#wrapper
{
	width: 786px;
	margin: 0px auto;
	
}

#header
{
	margin-top: 15px;
	width: 786px;
	height: 163px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#logo
{
	padding-top: 80px;
	padding-left: 15px;
	margin:0px;
	width: 600px;
	float: left;
}

#logo a
{
	color: #8B4500;
	text-decoration:none;
	font-family: Times;
	font-size: 72px;
	font-style: normal;
	line-height:72px;
}

#navigation
{
	padding-top: 12px;
	color: #382612;
	font-family: Times;
	font-size: 24px;
	float: right;
	clear: right;
	width: 300px;
}

#navigation a
{
	color: #382612;
	text-decoration: none;
	font-family: times;
	font-size: 24px;
}
#inner-wrap
{
	background-repeat: no-repeat;
	width: 780px;
	float: left;
	background-color: #a28e69;
	background-image: url(images/sidebar.gif);
	background-repeat: repeat-y;
	background-position:right;
}

#side-bar
{
	float: right;
	width: 214px;
}
#side-bar a
{
	color: #ffffff;
	text-decoration: none;
	font-family: Times;
	padding:0px 10px 5px 20px;	
}

#side-bar h2
{
	font-weight: 200;
	color: #FF7F24;
	padding:0px 10px 5px 20px;
	font-family: Times;
}
#side-bar h3
{
	font-weight: 100;
	color: #ffef6b;
	padding:0px 10px 5px 20px;
	font-family: Times;
}
#side-bar p
{
	padding:0px 10px 20px 20px;
	color: #CDAA7D;
	font-family: Times;
}

#side-bar ul
{
	padding:0px 10px 20px 20px;
/*	color: #CDAA7D; */
	color: #FFB90F;
	font-family: Times;
}
#main
{
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	margin-left:20px;
	float: left;
	width: 546px;
}

#footer
{
	width: 740px;
	height: 40px;
	background-color: #593c1b;
	clear: both;
	padding-top: 15px;
}
#footer p
{
	margin-top:20px;
	text-align: center;
	color: #cac0ae;
	font-size: .6em;
	
}
#footer a
{
	color: white;
}

#paypal-link
{
	text-align: left;
}

#image-boundary
{
	width: 350px;
	height: 350px;
	background-color: #000000;
}

h1
{
	font-weight: 100;
	color: #252d05;
	margin-top: 15px;
	font-family: Times;
	
}

h2
{
	font-weight: 100;
	color: #5c4211;
	margin-top: 15px;
	font-family: Times;
}

h3
{
	font-weight: 100;
	color: #ffe381;
	margin-top: 15px;
	font-family: Times;
}

p
{
	color: #5C4211;
	font-family: Times;
	
}
ol
{
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 30px;
	color: #FFB90F;
	font-weight: bold;
}