﻿* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000;
	color: #fff;
	font: 12pt times, serif;
}

#wrapper{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

h1, h2, h3 {
	margin-bottom: 5px;
	border-bottom: 1px #ccc solid;
}

img {
	border: none;
}

/* Header */
#header {
	background-image: url('images/headerbkg.png');
	background-repeat: no-repeat;
}

#logo {
	margin: 75px 320px 0px 320px;
	position: relative;
	z-index: 1;
	border: none;
}

/* Nav */
#nav {
	margin-top: -80px;
}

#nav ul li {
	display: inline;
}

#nav ul li a {
	color: #fff;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #FF9900;
}

#navright {
	margin-left: 340px;
}

#homeicon {
	margin-bottom: -5px;
}

.active {
	color: #FF9900;
	text-decoration: underline;
}

/* Content */
#article {
	width: 99%;
	padding: 5px;
	margin-top: 75px;
	border-bottom: 1px gray solid;
	float: left;
	background-image: url('images/background.png');
	background-repeat: repeat-x;
}

#article a {
	color: #F7DC06;
	text-decoration: underline;
}

#article a:hover {
	color: #FF9900;
	text-decoration: none;
}

#article ul {
	margin-left: 40px;
}

#article ul li {
	margin-left: 30px;
}

.section1 {
	width: 42%;
	padding: 10px;
	margin: 5px 10px 0 30px;
	float: left;
	background-image: url('images/sectionbkg.png');
	background-repeat: repeat;
}

.section2 {
	width: 42%;
	padding: 10px;
	margin: 5px 30px 0 10px;
	float: right;
	background-image: url('images/sectionbkg.png');
	background-repeat: repeat;
}

.section3 {
	width: 100%;
	margin-top: 35px;
	float: left;
	clear: both;
	padding-bottom: 10px;
}

.section4 {
	width: 80%;
	margin: 5px auto 0 auto;
	padding: 10px;
	background-image: url('images/sectionbkg.png');
	background-repeat: repeat;
}

/* Form */
form input {
	margin-bottom: 7px;
}


/* Footer */
#footer {
	width: 930px;
	margin: 10px 0 10px 25px;
	padding: 10px;
	color: gray;
}

#footer span {
	float: right;
	clear: both;
}

#footer a {
	color: gray;
}

#footer a:hover {
	color: white;
}









.floatL {
	float: left;
}

.clear {
	clear: both;
}



