body {
	background-color: #FCD232;
	font-family: arial;
	font-size: 12px;
}
#wrapper {
	width: 950px;
	margin: -10px auto;
	background-color: #FFFED8;
	border-left: 4px solid #CF171F;
	border-right: 4px solid #CF171F;
}
#header {
	text-align: left;
	padding-left:70px;
}
#nav {
	text-align: center;
	padding-left:10px;
}
#footer {
	height:240px;
	background-image: url('images/horsegrass.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
	width:950px;
	overflow:hidden;
}
#content {
	padding: 20px;
}
#rightContent {
	width: 250px;
	float: right;
	text-align: center;
}
#leftContent {
	width: 600px;
	float: left;
}
#whyAttend {
	padding: 20px;
	border: 3px solid #CF171F;
	background-color: #FCD232;
	font-weight: bold;
	margin:20px 20px 30px 0;
	font-size: 16px;
	text-align: center;
}
#nextStep {
	font-weight: bold;
	font-size: 14px;
	color: red;
}
#yerba {
	display: none;
}
#adFormBlock {
	margin: 30px 0 30px 0;
	border: 2px solid #CF171F;
	font-weight: bold;
	padding: 10px;
	font-size: 14px;
	background-color: white;
}
#ticketPricing th {
	text-align:center;
	padding-right:30px;
}
#ticketPricing td {
	text-align:center;
	padding-right:30px;
	padding-bottom:10px;
}



.clearfloat {
	clear: both;
}
.newsQuote {
	text-align: center;
	padding:0 20px 20px 20px;
	font-size: 11px;
	font-weight: bold;
	margin-right: 20px;
}
.newsQuoteSrc {
	font-style: italic;
	font-weight: normal;
}
.galaBig {
	font-weight: bold;
	font-size: 14px;
}
.bioHeader {
	font-weight: bold;
	font-size: 16px;
}
.photoCredits {
	color: #909090;
	font-size: 10px;
}
.mediaHolder {
	float: left;
	width: 402px;
	padding: 10px;
	margin-left: 20px;
}



/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 29px; width: 880px;
    background: url("images/bg.png") no-repeat top;
    padding: 15px; margin: 10px 0;margin-left:10px;
    overflow: hidden;
}
/* Force the list to flow horizontally */
.lavaLamp li {
    float: left;
    list-style: none;
	margin-right:20px;
}
/* Represents the background of the highlighted menu-item. */
.lavaLamp li.back {
    background: url("images/lava.gif") no-repeat right -30px;
    width: 9px; height: 30px;
    z-index: 8;
    position: absolute;
}
.lavaLamp li.back .left {
    background: url("images/lava.gif") no-repeat top left;
    height: 30px;
    margin-right: 9px;
}
/* Styles for each menu-item. */
.lavaLamp li a {
    position: relative; overflow: hidden;
    text-decoration: none;
    text-transform: uppercase;
    font: bold 14px arial;
    color: #fff; outline: none;
    text-align: center;
    height: 30px; top: 7px;
    z-index: 10; letter-spacing: 0;
    float: left; display: block;
    margin: auto 10px;
}