body {
	margin: 0px;
	padding: 0px;
	background: #26364C url(/i/bg.gif) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
h2 {
	margin: 0px;
	padding: 0px;
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 25px;
	color: #d8d8b2;
	text-transform: uppercase;
}
h4 {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}
a {
	color: #000000;
}

/* --- */

.float_right {
	float: right;
	margin: 0px 0px 30px 20px;
}

/* ---- */

#container {
	margin: 0px auto 0px auto;
	width: 741px;
	text-align: left;
}

/* --- */

#header {
	text-indent: -789em;
	height: 64px;
	background: url(/i/logo.gif) bottom left no-repeat;
	background-position: 27px 34px;
}

/* --- */

#main {
	background: url(/i/main_bg.png) center repeat-y;
	padding: 0px 43px 0px 43px;
}
*html #main {
	background: url(/i/main_bg.gif) center repeat-y;
}

#nav_wrapper {
	background: url(/i/nav_bg.gif) repeat-y left;
	height: 90px;
	padding: 15px 0px 0px 10px;
	border-top: 16px solid #384d68;
}
.nav {
	list-style: none;
	float: left;
	width: 150px;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 1000;
}
.nav li {
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 10px;
	background: url(/i/dot.gif) center left no-repeat;
}
.nav li a {
	color: #000000;
	text-decoration: none;
	font-size: 13px;
}
.nav li a:hover {
	text-decoration: underline;
}

/* --- */

#content {
	position: relative;
	top: -35px;
	min-height: 270px;
	padding: 60px 240px 100px 20px;
	background: url(/i/building_bg.gif) right bottom no-repeat;
}
#content.full {
	padding-right: 20px;
	border-bottom: 2000px;
}
.inner {
	padding: 15px;
}

/* --- */

#footer {
	position: relative;
	top: -110px;
	left: 20px;
	font-size: 11px;
}
#footer p {
	display: block;
	float: left;
	width: 150px;
}
*html #footer p {
	margin: -100px 0px 0px 17px;
}

#abs_footer {
	clear: both;
	text-align: center;
	font-size: 10px;
	padding: 0px 0px 5px 0px;
	border-bottom: 16px solid #384d68;
}	

/* --- */

#contact_form {
	float: right;
	width: 260px;
}

#form .standard input,
#form .standard textarea {
	width: 250px;
}

#form .standard {
	margin-bottom: 8px;
}