/*
// style_home.css
// Created by: Geoff Franklin
// Date Created: 10.June.09
// Date Last Edited: 12.June.09
*/

/************************* GENERAL */

html, body {
	font-family: Arial, Helvetica, sans-serif;
	background: #000 url(images/bg_vintage.jpg) fixed;
	color: #CCC;
	text-align: left;
	height: 100%;
}
body {
	font-size: 62.5%;
}
p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 18px;
}
p a {
	text-decoration: underline;
}
p a:hover {
	text-decoration: none;
	color: #FFCC00;
}
a {
	text-decoration: none;
	color: #FF8D0F;
}
a:hover {
	text-decoration: underline;
}
.hidden {
	display: none;
}
div.reset {
	border: medium none;
	clear: both;
	display: block;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
}

div#wrapper {
	width: 902px;
	margin: 0 auto;
}

#flashintro {
	margin: 0 auto;
	width: 902px;
}

/************************* GENERAL end */

/************************* HEADER */

div#header {
	background: none;
	height: 150px;
	width: auto;
	float: left;
}
div#header_logo {
	background: url(images/logo.png) no-repeat;
	float: left;
	width: 300px;
	height: 143px;
	position: relative;
	right: 12px;
	bottom: 1px;
}
div#header_logo a {
	display: block;
	width: 300px;
	height: 143px;
}

/************************* SEARCH BAR */

div#searchbar {
	display: none;
}

/************************* SEARCH BAR end */

/************************* NAVBAR */

div#navbar {
	display: none;
}

/************************* NAVBAR end */

/************************* HEADER end */

/************************* CONTENT */

div#content {
	background: none;
	float: left;
	width: auto;
	min-height: 0;
	clear: both;
}

div#content_end {
	background: none;
	float: left;
	width: 900px;
	height: 25px;
}

/************************* LEFTSIDE */

div#leftside {
	float: left;
	width: auto;
	padding: 0;
	margin: 0 auto;
}

div#enter-link {
	width: 900px;
	margin: 10px auto 0;
	text-align: center;
	font-size: 1.8em;
}
a#enter-link-a {
	text-decoration: none;
}
a#enter-link-a:hover {
	text-decoration: none;
	color: #FFCC00;
}

/************************* LEFTSIDE end */

/************************* CONTENT end */

/************************* FOOTER */

div#footer {
	font-size: 1.1em;
	width: 900px;
	height: 20px;
	color: #999;
	margin-bottom: 10px;
}
div#footer a {
	text-decoration: none;
	color: #999;
}
div#footer a:hover {
	text-decoration: underline;
	color: #CCC;
}

/************************* FOOTER LEFT */

div#footer_left {
	display: none;
}

/************************* FOOTER LEFT end */

/************************* FOOTER RIGHT */

div#footer_right {
	display: none;
}

/************************* FOOTER RIGHT end */

/************************* FOOTER end */