/***           MISC           ***/
body {
	background: #041e69 url(../images/body-bg.jpg) repeat-x center top;
	margin: 0px;
	padding: 0px;
	font: 12px Arial, Helvetica, sans-serif;
}
p {
	margin: 0px;
	padding: 9px 0px;
}
h1 {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
img{border:none;}
.imgr {
	float: right;
	margin: 5px 0px 5px 10px;
}
.imgl {
	float: left;
	margin: 5px 10px 5px 0px;
}
.border {
	border:solid 1px #660000; padding: 4px;
}
a, a:visited {color: #660000; text-decoration:underline;}
a:hover {color:#021C66; text-decoration:none;}

/***           LAYOUT           ***/
#container {
	background: url(../images/container-bg.jpg) repeat-y;
	width: 836px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	border: 1px solid #021c66;
	border-top:none;
}
#top {
	background: url(../images/top-bg.jpg) no-repeat;
	height: 153px;
	width: 900px;
}
#content {
	width: 770px;
	margin: 0px;
	background: url(../images/content-bg.jpg) no-repeat;
	padding: 0px 65px 5px;
	text-align: justify;
}
#footer {
	width: 770px;
	margin: 0px auto;
	padding: 5px 65px;
	background: url(../images/footer-bg.jpg) no-repeat;
	color: #FFFFFF;
	text-align: center;
	clear:both;
	font-size:10px;
}

/***           HOMEPAGE           ***/
#index {
	background: url(../images/index-bg.jpg);
	height: 771px;
	width: 836px;
}
#start, #loc, #crew, #index div, #index ul {
	position: absolute;
	top: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 5;
	display: block;
	height: 186px;
	width: 190px;
}
#start {
	right: -18px;
	background: url(../images/get-started.jpg) no-repeat;
}
#loc {
	top: 203px;
	left: 47px;
	height: 268px;
	width: 254px;
}
#crew {
	top: 462px;
	left: 312px;
	height: 244px;
	width: 486px;
}
#index div {
	top: 177px;
	left: 349px;
	height: 272px;
	width: 445px;
	font-size: 14px;
	color:#000000;
	line-height:normal;
	text-align:justify;
}
#index ul {
	list-style: none;
	top: 542px;
	left: 105px;
	height: 120px;
	width: 192px;
	font-size: 18px;
	color:#FFFFFF;
	line-height:23px;
}
#index ul a {
	color:#FFFFFF;
}
#start img, #loc img, #crew img { display:none;}
#start:hover img, #loc:hover img, #crew:hover img { display:block;}

#index div#footer {
	position: absolute;
	top: 720px;
	left: 218px;
	margin: 0px;
	padding: 0px;
	z-index: 5;
	display: block;
	width: 400px;
	text-align:center;
	height:50px;
	font-size:12px;
}
