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

a {color:#ffffff;}

p{
	line-height:18px;
	color: #D89600;
}

body{
background-color:#000;
font-family:Arial;
font-size:12px;
color:white;
}

.image_left{
	float:left;
	margin: 0 15px 10px 0;
}

ul.main_menu{
	margin: 0;
	padding: 0;
}

.main_menu li{
	margin: 0;
	padding: 10px 25px 0 0;
	display: inline;
	list-style-type: none;
}

.main_menu li a, .main_menu li a:visited{
	text-decoration: none;
	font-weight: bold;
}

.main_menu li a:hover{
	text-decoration: underline;
}

h2{
	color: #CC3300;
	font-size: 32px;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
}

h3{
	color: #CC3300;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
}

h4{
	color:#CC3300;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 27px;
	text-align: center;
}

.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
}

.style2 {font-size: 30px;}
.style3 {
	font-size: 10px;
}
.style4 {
	font-size: 14px;
	color:#CC3300;
	margin: 0;
	padding: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: center;
	text-transform: capitalize;
}
.style5 {
	font-size: 16px;
}
.style6 {
	font-size: 18px;
	color: #FFF;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}


span.label,span.spacer,span.multiple span {
	width:100px;
	float:left;
} 
span.multiple {
	float:left;
} 
span.button {
	padding-left:120px;
	margin: 10px 0 0 0;
} 
div.clear {clear:both;padding-top:5px;} 

#content_left{
	width: 535px;
	float:left;
	height:auto;
	text-align: left;
}

#content_right{
	float:right;
	width:290px;
	height:auto;
}
