html, body {
	width: 100%;
	height: 100%;
	
	padding: 0px;
	margin: 0px;
	border: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	
	background-color: #00033a;
	color: #ffffff;
	
	text-align: center;
}

img {
	border: 0;	
}

td, th, div, span, p, h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #ffffff;
}

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

a:hover {
	font-weight: bold;
	color: #fa022d;
	text-decoration: underline;
}

h1 { 
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
}

h2 { 
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}

h3 { 
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}

#wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	
	width: 962px;
	height: 100%;
	
	margin: 0px auto;
	padding: 0px;
	
	background-image: url(../../images/structure/bg.jpg);
	background-color: #00033a;
	
	text-align: left;
	
	z-index: 0;
}

#top {
	position: absolute;
	top: 0px;
	left: 0px;
}

#content {
	position: absolute;
	top: 222px;
	left: 0px;
	
	width: 711px;
	padding: 2px 24px 1em 227px;
	
	background-image: url(../../images/structure/bg.jpg);
}

#main {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
}

#main_bg {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}

#nav {
	position: absolute;
	top: 160px;
	left: 43px;
	
	width: 102px;
	
	text-align: center;
}

#naw {
	margin-top: 21px;
	color: #000333;
}

#marquee {
	position: absolute;
	top: 157px;
	left: 213px;
	
	width: 748px;
	text-transform: uppercase;
	font-weight: bold;
}

#marquee .marquee {
	margin: 0px;
}
