@charset "utf-8";

html,body
{
	height: 100%;
	margin: 0 auto;
	
	font-family: "Segoe UI", serif;
	font-size: 18px;
	
	/*background: url(../images/bg.png) repeat-x #BDD8F1;*/
	/*background: url(../images/bg_test_01.png) repeat-x #BDD8F1;*/
	/*background: url(../images/bgtest.png) repeat-x #BDD8F1;*/
	background: url(../images/bgGood_01.png) repeat-x #BDD8F1;
}

.wrapper
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	
	margin: 0 auto -182px;
	
	background-image: url(../images/clouds_01.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#contentWrap
{
	width: 800px;
	margin: auto;
}

.ship
{
	margin: auto;
	
	width: 980px;
	height: 182px;
	
	margin-top: -10px;
	
	background-image: url(../images/ship2.png);
	background-repeat: no-repeat;
	background-position: bottom, center;
}

#header
{
	height: 130px;
}

	#header #logo
	{
		height: 60px;
		width: 400px;
	
		background: url(../images/logo_03.png) no-repeat bottom;
		padding-top: 40px;
		
		margin-left: 10px;
	}

#menu
{
	width: 250px;
	min-height: 500px;
	
	margin-left: 15px;
	margin-top: 10px;
	
	/*border: #000000 1px solid;*/
	
	float: left;
}

	#menu .big
	{
		width: 205px;
		height: 39px;
		
		padding-left: 10px;
		padding-top: 5px;
		
		margin-left: 42px;
		margin-top: 8px;
		
		font: "Segoe UI", serif;
		font-size: 22px;
		color: #FFFFFF;
		
		background: url(../images/buttonBg.png) no-repeat;
	}
	
	#menu .big a, a:visited
	{
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#menu .big a:hover
	{
		text-decoration: underline;
	}
	
	#menu .small
	{
		width: 205px;
		height: 20px;
		
		margin-bottom: 2px;
		margin-top: 2px;
		
		margin-left: 62px;
		
		/*border: #000000 1px solid;*/
	}
	
	#menu .small a, a:visited
	{
		color: #000000;
		text-decoration: none;
	}
	
	#menu .small a:hover
	{
		text-decoration: underline;
	}
	
.nav
{
	position: absolute;
	z-index: 1;

	width: 24px;
	height: 23px;
	
	color: #294660;

	margin-top: -25px;
	margin-left: 187px;
	
	background: url(../images/nav.png) no-repeat bottom;
}

#content
{
	width: 451px;
	min-height: 576px;
	
	font-size: 14px;
	
	padding: 12px;
	
	float: left;
	
	background: url(../images/contentBg.png) repeat-x #FFFFFF;
	border: #8A8A8A solid 1px;
}

#bottomBar
{
	height: 20px;
	width: 465px;
	
	font-size: 12px;
	color: #333333;
	
	padding-left: 270px;
	padding-top: 5px;
}

.push
{
	height: 182px;
}

#splash
{
	position: absolute;
	
	height: 438px;
	width: 720px;
	
	margin-left: -360px;
	margin-top: -318px;
	
	left: 50%;
	top: 50%;
}

.contentTitle
{
	font: "Segoe UI", serif;
	font-size: 22px;
	color: #000000;
}
