@charset "UTF-8";
body {
	background-color: #000;
	background-image: url(images/bk.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:19px;
}
a{color:#fdc309;}
#wrapper {
	width: 1001px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #navs {
	background-image: url(images/navBk.png);
	height: 100px;
	width: 1001px;
	float:left;
}
#wrapper #mid {
	background-color: #000;
	background-image: url(images/midBk.jpg);
	background-repeat: no-repeat;
    background-position-y: 60px;
	float:left;
}
#wrapper #mid #topCopy {
	float: left;
	width: 1001px;
	height:350px;
}
#wrapper #midAb {
	background-color: #000;
	background-image: url(images/aboutBk.jpg);
	background-repeat: no-repeat;
	float:left;
	height:1800px;
}
#wrapper #midAb #topCopy {
	float: left;
	width: 1001px;
	height:350px;
}
h1{
	font-size:18px;
	color:#fdc309;
	line-height:22px;
}
h2{
	font-size:18px;
	color:#fdc309;
	font-weight:bold;
	display:inline;
	line-height:none;
}
h3{
	font-size:14px;
	color:#fdc309;
	font-weight:bold;
	display:inline;
	line-height:none;
}
.mainText{
	font-size:14px;
	line-height:20px;
}
.bigWhite{
	font-size:30px;
	color:#FFF;
	line-height:34px;
}
#navs div a:link {
	color: #FFF;
	text-decoration: none;
	margin-left: 25px;
}
#navs div a:hover {
	color:#fdc309;
	text-decoration: none;
	margin-left: 25px;
}
#navs div a:visited {
	color: #FFF;
	text-decoration: none;
	margin-left: 25px;
}
#wrapper #mid #bottom {
	background-image: url(images/transBk.png);
	background-repeat: no-repeat;
	margin-left: 43px;
	float: left;
	height: 290px;
	width: 916px;
}
#wrapper #mid #bottom #botBox1 {
	float: left;
	width: 270px;
	margin-left: 35px;
	padding-top: 25px;
}
#wrapper #mid #bottom #botBox2 {
	background-image:url(images/border.png);
	background-position:left;
	background-repeat:no-repeat;
	float: left;
	width: 230px;
	margin-left: 35px;
	padding-top: 5px;
	padding-left:30px;
	margin-top:25px;
	height:200px;
}
#wrapper #midAb #bottom {
	background-image: url(images/transBk.png);
	background-repeat: no-repeat;
	margin-left: 43px;
	float: left;
	height: 290px;
	width: 916px;
}
#wrapper #midAb #bottom #botBox1 {
	float: left;
	width: 270px;
	margin-left: 35px;
	padding-top: 25px;
}
#wrapper #midAb #bottom #botBox2 {
	background-image:url(images/border.png);
	background-position:left;
	background-repeat:no-repeat;
	float: left;
	width: 230px;
	margin-left: 35px;
	padding-top: 5px;
	padding-left:30px;
	margin-top:25px;
	height:200px;
}
#wrapper #footer {
	width: 1001px;
	margin-right: auto;
	margin-left: auto;
	text-align:right;
	
}
#wrapper #footer a {
	text-decoration: none;
	color:#FFF;
}
