﻿/* Default Stylesheet */
/** BODY ELEMENTS **/
html, body {
	margin: 0;
	height: 100%;
	overflow: auto;
}
body {
	background-position: center center;
	background-image: url("../images/LodestarBackground.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-align: center;
}
/** MAIN CONTAINERS **/
div#container {
	width: 700px;
	margin: auto;
	padding: 60px 0;
	text-align: left;
}
div#header {
	color: inherit;
	border: 2px solid #999;
	background: transparent;
}
div#header-in {
	background: #000;
	padding: 0;
}
div#content-wrap {
	padding: 10px 0;
}
div.content {
	color: inherit;
	background: transparent;
	border: 2px solid #999;
}
div.content-in {
	padding: 20px;
	background: #000;
}
div#footer {
	color: inherit;
	background: transparent;
	border: 2px solid #999;
}
div#footer-in {
	padding: 20px;
	background: #000;
}
.transparent {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
}
/** SUB CONTAINERS **/
* {
}
/** LISTS **/
* {
}
/** FORMS **/
* {
}
/** SUB CONTAINERS **/
* {
}
/** LISTS **/
* {
}
/** TYPOGRAPHY **/
body {
	font-size: 1em;
	font-family: Verdana;
	color: #FFFFFF;
}
h1 {
	font-size: 1.8em;
	margin: 6px;
}
#footer p {
	margin: 0;
}
a, a:link, a:visited {
	color: #fff;
}
a:hover, a:active {
	background: #fff;
	color: #0054A6;
}
#LodestarOnline {
	text-align: left;
	float: left;
}
#Copyright {
	text-align: right;
}
/** FORMS **/
* {
}
/** END **/
