html, body
{
	margin: 0;
	padding: 0;
	
	background: #2C3640;
	
	color: #CE9A4E;

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a
{
	color: #fff;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

a img
{
	border: none;
}

#container
{
	margin: 126px auto 0 auto;
	padding: 0;
	width: 862px;
}

#header
{
	width: 862px;
	height: 43px;
}

#header a
{
	color: #A47531;
	text-decoration: none;
}

#header a img
{
	float: left;	
	margin: -92px 0 0 0;
	padding: 0;
}

ul.navigation
{
	float: right;
	margin: 0;
	padding: 0;

	list-style-type: none;
}

ul.navigation li
{
	float: left;
	margin: 0 3px;
	padding: 0;
	
	background: #343E47;
	
	font-size: 18px;
}

ul.navigation li:hover
{
	background: #4C473C;
}

ul.navigation li a
{
	display: block;
	height: 43px;
	line-height: 43px;
	padding: 0 5px;

	color: #A47531;
	text-decoration: none;
}

ul.navigation li a:hover
{
	color: #CE9A4E !important;
	text-decoration: underline !important;
}

#top
{
	width: 862px;
	height: 2px;
	background: url('images/border_top.jpg') no-repeat;
}

#main
{	
	background: #151A20 url('images/loading_2.gif') no-repeat center center;
	padding: 3px 0 0 0;
	
	color: #A47531;
	width: 858px;
	border: 2px solid #CE9A4E;
	border-top: none;
	border-bottom: none;
}

#flash
{
	margin: 0 auto;
	padding: 0;
	
	width: 850px;
	height: 434px;
	
	border: 1px dotted #CE9A4E;
	background:	-1px -1px no-repeat;
}

#flash object
{
	z-index: 2;
}

#text
{
	position: relative;

	width: 40%;
	height: 428px;
	background: url('images/textbg.png');
	padding: 3px 6px;
	z-index: 3;
	
	color: #fff;
	line-height: 16px;
}

* html #text
{
	background: #151A20 !important;
}

#text h1
{
	font-size: 14px;
	line-height: normal;
	border-bottom: 1px solid #fff;
	padding-top: 4px;
}

#footer
{
	margin: 4px 0 0 0;
	
	width: 100%;
	
	background: #1A2027 url('images/footer_fadeout.jpg') right center repeat-y;
}

#footer p
{
	margin: 0;
	padding: 5px 10px;
}

#footer a
{
	color: #A47531;
}

#bottom
{
	width: 862px;
	height: 2px;
	background: url('images/border_bottom.jpg') no-repeat;
}

#intro
{
	position: absolute;
	width: 550px;
	height: 400px;
	position: absolute;
	left: 50%;
	margin-left: -275px;
	top: 50%;
	margin-top: -200px;
	
	text-align:	center;
}

#intro table, #intro tr, #intro td
{
	margin: 0;
	padding: 0;
	border: none;
}

#intro table
{
	width: 210px;
	margin: 0 auto;
}

#intro td
{
	width: 80px;
}

#intro td.spacer
{
	width: 50px;
}

table td img, ul.gallery a img
{
	padding: 5px;
	margin: 2px;
	background: #fff;
	border: 1px dotted #000;
	vertical-align: middle;
}

ul.gallery
{
	list-style-type: none;
}

ul.gallery a
{
	text-decoration: none;
}

ul.gallery a:hover
{
	background: #fff;
	color: #000;
}
/* CLEARFIX */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
