﻿body 
{
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background: #171c37 url('../images/bg.png');
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: center;
	z-index: 0;
	position: relative;
}

/*-----CLASSES------------------------------------------------*/
.footerbg
{
	display: block;
	position: relative;
	z-index: 1;
	bottom: 0;
	width: 472px;
	height: 322px;
	background: url('../images/bg_footer.jpg') no-repeat left bottom;
}

.header
{
	border-bottom: 1px solid #565656;
}

.listen {
	padding: 23px 0 0 87px;
	color: #ffffff;
	font-size: 11px;
}

.lowerRight 
{
	float: right;
	width: 417px;
	padding: 23px 33px 0 0;
	position: relative;
	z-index: 100;
	color: #ffffff;
	font-size: 11px;
}

.lowerRight p 
{
	line-height: 16px;
}

.mainContent 
{
	width: 789px; /*815-26 padding*/
	border: 1px solid #b94532;
	z-index: 100;
	position: relative;
	background: #ffffff;
	margin: 0 auto;
	padding: 13px;
	line-height: 18px;
}

.mainContent p 
{
	margin: 0 0 13px 0;
}

.mainContent ul 
{
	margin-top: -6px;
	margin-bottom: 0;
}

.mainLeft 
{
	width: 349px;
	float: left;
}

.mainRight 
{
	width: 378px;
	float: left;
}

.quote01 
{
	width: 433px;
	margin-top: 13px;
	background-image: url('../images/quote_01.gif');
	background-repeat: no-repeat;
}

.quote01 p 
{
	width: 376px;
	padding: 10px 0 0 32px;
}

.wrapper 
{
	width: 898px;
	margin: 0 auto;
	z-index: 100;
	position: relative;
}
