@charset "utf-8";
html {
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
}

h1 {
	font-size: 13px;
	text-transform: uppercase;
}

h2 {
	font-size: 11px;
	line-height: 25px;
	font-weight: bold;
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

.link1 A:link {text-decoration: none; color: #000;}
.link1 A:visited {text-decoration: none; color: #000;}
.link1 A:active {text-decoration: none; color: #da8627;}
.link1 A:hover {text-decoration: none; color: #da8627;}

.link2 A:link {text-decoration: none; color: #fff}
.link2 A:visited {text-decoration: none; color: #fff}
.link2 A:active {text-decoration: none; color: #da8627}
.link2 A:hover {text-decoration: none; color: #da8627;}

#content {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}

#headerSpacer {
	height: 50px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	text-transform: uppercase;
	color: #da8627; 
	text-align: center; 
	font-size: 18px;
}

#header {
	text-align: right;
	width: 700px;
	height: 138px;
	margin-right:auto;
	margin-left: auto;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#nav {
	margin-top: 34px;
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#nav ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 20px;

}

#contentBG {
	background-image: url(images/contentBG.jpg);
	background-repeat: no-repeat;
	height: 632px;
	width: 800px;
	margin-right: 50px;
}

#mainContent {
	width: 252px;
	margin-left: 95px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

#footer {
	font-size: 8px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
}
