@charset "utf-8";
/* CSS Document */

HTML, BODY	{
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
}
* HTML, * HTML BODY	{
	overflow: auto;
}
BODY	{
	font-size: 62.5%;
	background: #BB8634 url(images/bg.jpg) 50% top repeat-x;
}	
* HTML BODY	{
	background-position: fixed;
}
#header	{
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 2;
}
	#header UL	{
		width: 980px;
		list-style: none;
		margin: 0 auto;
		padding: 0;
	}
		#header UL LI	{
			margin: 0;
			padding: 0 0 0 40px;
			float: right;
			font: bold 1.4em/40px Georgia, "Times New Roman", Times, serif;
			text-transform: uppercase;
			color: #DBCC9B;
		}
		#header UL LI A	{
			color: #FFF;
			text-decoration: none;
		}
			#header UL LI A:HOVER	{
				text-decoration: underline;
				color: #EEE;
			}

#container	{
	width: 980px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}

#logo	{
	float: left;
	padding-top: 15px;
}

#content	{
	position: absolute;
	top: 50px;
	bottom: 250px;
	right: 0;
	overflow: auto;
	width: 650px;
	font: 1.5em Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}
	#content A	{
		color: #DDD;
	}

#footer	{
	position: absolute;
	width: 100%;
	bottom: 0;
	background: url(images/sea2.png) 50% top repeat-x;
	min-height: 240px;
}
* HTML #footer	{
	display: none !important;
}
	#footer .center	{
		width: 980px;
		margin: 0 auto;
		padding-top: 90px;
	}
		#footer .center DIV	{
			float: left;
			padding: 0 15px 10px 0;
		}
			#footer .center DIV IMG	{
				padding: 0 0 5px;
			}
