body
{
	background-image: url('../img/background-index.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}
body.es 
{
	background-image: none;
	/*background-repeat: no-repeat;
	background-position: top center;*/
}
#header
{
	background-image: none;
}

#content-wrapper
{
	height: 640px;
	
	/* Below are changes for 100% in the flash movie */
	width: 100%;
	margin-left: 0;
	left: 0;
	padding-left: 0;
	padding-right: 0;
}
#content-wrapper.es
{
	height: 550px;
}

.events_item_header
{
	font-size: 12px; 
	font-weight: bold; 
	color: #66615C;
}

/*#footer
{
	padding: 10px 0 0 0;
}*/

#footer-div
{
	/*background-image: url('../img/footer-tile.gif');
	background-repeat: no-repeat;
	background-position: top center;*/
	color:#333;
	font-size: 11px;
	height: 153px;
	/* Below are changes for 100% in the flash movie */
	width: 960px;
	margin-left: -490px;
	position: relative;
	left: 50%;
}

#footer-div th
{
	padding: 5px 0 5px 0;
}

.footer-email-div 
{
	padding: 5px;
	float: left;
	height: 151px;
	width: 21%;
	
	/* border: 1px solid #F0F; */
}

.footer-email-div td input.submit
{
	position: relative;
	top:8px;
}

.footer-events-div 
{
	padding: 5px;
	float: right;
	height: 151px;
	width: 75%;
	/* border: 1px solid #F00; */
}

.footer-events-div h3
{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.1em;
	color: #5f5b59;
	/*font-weight: normal;*/
}

.footer-events-div table
{
	width: 100%;
}

.footer-events-div td a
{
	float: right;
	text-decoration: none;
	color: #000;
	font-size: 1.1em;
	padding-right: 20px;
	background: url('../img/callout-arrow.gif') no-repeat top right;
}
