* {
    margin: 0;
    padding: 0;
}

body {
	color: white;
	font-family: "Century Gothic", sans-serif;
	background: url(images/body-bg.jpg) repeat-x top #000;
}
a {
	color: #FFCC66;
	text-decoration: none;
}
a:hover {
	color: #FF6666;
	text-decoration: none;
}
.clear {
	clear: both;
}
h1 { 
	font-family: "Times New Roman", Times, serif;
	font-size: 1.8em;
	margin-bottom: 0.2cm;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em; 
	margin-bottom: 0.8em; 
}
h3 {
	font-family: "Century Gothic", sans-serif;
	font-size: 1.1em; 
	text-transform: uppercase; 
	font-style: italic;
	letter-spacing: 2px;
	background: #012D5A;
	color: white;
	padding: 5px;
	margin-bottom: 0.5em;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.80em; 
	margin-top: 0.8em;
	padding: 5px;
}
span#red {
	font-size: 2em; 
	text-transform: uppercase; 
	letter-spacing: 2px;
	color: #FF6666;
	padding: 5px;
}
span#blue {
	font-size: 1.2em; 
	text-transform: uppercase; 
	letter-spacing: 1px;
	color: #6666FF;
	padding: 1px;
}
span#green {
	font-size: 1.2em; 
	text-transform: uppercase; 
	letter-spacing: 1px;
	color: #99FF99;
	padding: 1px;
}
div#page-wrap {
	width: 820px;
	margin: 0 auto;
	background: #000;
}
div#navigation-wrapper {
	display: block;
	height: 155px; 
	background: url(images/header-bg.jpg) no-repeat;
}

ul#navigation {
	height: 39px;
	margin-bottom: 10px;
	list-style: none;
	padding-left: 200px;
}
ul#navigation li {
	display: inline;
	margin-right: 1em;
}
	ul#navigation li a {
		font-size: 1.0em;
		line-height: 1.3em;
		margin-bottom: 1.1em;
		width: 130px;
		float: left;
		margin-top: 115px;
		color: white;
		font-weight: bold;
		text-decoration: none;
		text-align: center;
}
	ul#navigation li a:hover, ul#navigation li a:active {
		color: #FFCC66;
		text-decoration: none;
}
div#main-content p {
	margin-bottom: 0.4cm;
	margin-top: 0.4cm;
}
div#main-content div#left-col {
	float: left;
	width: 480px;
	padding: 20px 0 50px 0;
}
div#main-content div#left-col div#quick-links {
	width: 160px;
	float: left;
	margin-right: 15px;
	background: url(images/quicksite.jpg) bottom center no-repeat;
	padding-bottom: 145px;
}
	div#quick-links p {
		text-transform: uppercase;
		font-weight: bold;
		margin-bottom: 0.01cm;
		margin-top: 0.01cm;
}
		div#quick-links p span {
			color: #FFCC66;
}
		div#quick-links a {
			color: #FFF;
			text-decoration: none;
}
		div#quick-links a:hover {
			color: #FFCC66;
}
div#main-content div#right-col {
	float: right;
	width: 250px;
	padding: 20px 0 50px 0;

}
div#right-col img {
	padding: 0 0 0 0;
}
div#right-col {
	font-size: 80%;
}
div#right-col h2 {
	border-top: 6px solid #012D5A;
	font-size: 1.6em;
	padding: 0.1cm;
}
div#footer-wrapper {
	width:100%;
	min-width:820px;
	background-color: #012D5A; 
	bottom: 0px;
	left: 0;
	position: fixed;
	padding: 0 0 0 0;
}


div#footer {
	background: #012D5A;
	color: white;
	font-size: 65%;
	padding: 0 0 0 0;
	text-transform: uppercase;
	border-top: 0.1px solid #517AA4;
	text-align: center;
}
	div#footer a {
		color: white;
		text-decoration: none;
}
div#footer p {
	margin-bottom: 0.1cm;
	margin-top: 0.1cm;
}
form {
	border: 1px solid #517AA4;
	border-color: #517AA4;
	padding: 2px 4px 2px 8px;
}
input {
	width: 70%;
}
input#submit {
	width:100px;
	color: white;
	font-size: 1.1em;
	background: #012D5A;
	text-align: center;
}
