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

body {
	background-color: #000000;
	margin-top: 25px;
}
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F2BA4B;
}
h1 {
	color: #C52D24;
	font-size: 17px;
	padding-top: 10px;
}


h2 {
	color: #C52D24;
	font-size: 14px;
}

#nav {
	margin:0 auto;
	width: 900px;
	height: 20px;
	padding: 0px 0 0 20px;
	
	
}
#nav ul li{
	color:#FFFFFF;
	list-style:none;
	text-decoration:none;
	display:inline;
	font-family:"Helvetica", sans-serif;
	font-weight:bold;
	font-size: 15px;	
	padding: 0 10px 0 0;
}
#nav ul li a{
	color: #800000;
	text-decoration:none;
}
#nav ul li a:hover{
	color: #C52D24;
}
#content {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#content p{
	
	width: 500px;
	color: #4F2700;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
}
#content_left {
	float: left;
	width: 480px;
	color: #4F2700;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
}
#content_right {
	float: right;
	width: 300px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content p span {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 25px;
}
#content_left p span {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 25px;
}
a {
	color: #800000;
	text-decoration: none;
}
a:hover {
	color: #C52D24;
	text-decoration: underline;
}
.footer {
	text-align: center;
	padding-top: 55px;
	background-color:#000000;
}

.footer a {
	color: #666666;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

