body{
	margin:0;
	padding:0;
	background-color:#000;
}
img{
	border:none;
}
.outer{
	width:904px;
	height:auto;
	margin:0 auto;
	background-color:#f7f7f7;
	margin-bottom:25px;
}

.main-header{
	background-image:url(images/main-header-bg.jpg);
	background-repeat:repeat-x;
	height:238px;
	width:904px;
	float:left;
}
.main-header h1{
	margin-bottom:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	font-weight:normal;
	color:#b00404;
	margin-top:0;
	padding-top:20px;
	margin-left:10px;
}
.main-header h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:normal;
	margin-left:110px;
	color:#878282;
	margin-top:0;
}

.nav-end{
	background-image:url(images/nav_end.jpg);
	width:11px;
	height:38px;
	float:right;
	background-repeat:no-repeat;
}

.top-navigation{
	height:38px;
	width:auto;
	background-color:#7a7a7a;
		margin-top:114px !important;
	margin-top:115px;
}
.top-navigation ul{
	margin:0;
	padding:0;
	list-style:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
	margin-top:10px;
	margin-right:10px;
}
.top-navigation ul li{
	float:left;
	margin-left:30px;
}
.top-navigation ul li a{
	color:#fff;
	text-decoration:none;
}

.lft{
	width:275px;
	height:auto;
	float:left;
	margin-top:40px;
	padding-bottom:40px;
	margin-left:25px;
}
.rgt{
	float:right;
	width:560px;
	margin-right:35px !important;
	margin-right:15px;
	margin-top:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.rgt h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	font-weight:normal;
	color:#000;
	margin-top:0;
	padding-top:0;
}

.clear{
	clear:both;
}

.main-footer{
	background-image:url(images/main-footer-bg.jpg);
	height:23px;
	background-repeat:no-repeat;
	float:left;
	width:904px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#fff;
	padding-top:4px;
}
.main-footer a{
	color:#fff;
	text-decoration:none;
}
