﻿* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	text-align: center;
	background: #002F43 url('../images/bg01.jpg') repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B9B9B9;
}

h1, h2, h3 {
	margin-bottom: 1.5em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 180%;
}

ul, ol {
	margin-left: 3em;
	position: relative;
}

a {
	color: #8AC800;
}

a:hover {
	text-decoration: none;
}

strong {
	color: #D7D7D7;
}


#container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1240px;
	min-width: 900px;
	position: relative;
}

#bg2 {
	background: url('../images/bg02.jpg') no-repeat center top;
	height: 145px;
	position:relative;
}

#header1 {
	width: 900px;
	height: 145px;
	margin: 0px auto;
	color: #FFFFFF;
	position:relative;
}

#header1 h1 {
	float: left;
	margin: 0px;
	padding: 70px 0px 0px 25px;
	font-size: 40px;
}

#logo {
	position: relative;
	margin-left:5px;
	margin-top:5px;
	float:left;
}

#bg3 {
	background:url('../images/bg03.jpg') no-repeat center top;
	height:88px;
	position:relative;
	margin: 0px auto;
}

#header2 {
	width:900px;
	height:88px;
	margin: 0px auto;
	position:relative;
}
#menu {
	float: left;
	position:relative;
}

#menu ul {
	margin: 0px;
	padding: 40px 0px 0px 0px;
	list-style: none;
	
}

#menu li {
	float: left;
}

#menu a {
	padding-left: 50px;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}


#bg4 {
	background: repeat-y center top;
	margin-left: auto;
	margin-right: auto;
	max-width: 1240px;
	position:relative;
	clear:both;
	background-image:url('../images/bg04.jpg');
}

#bg5 {
	background: no-repeat center top;
	height:457px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1240px;
	position:relative;
	clear: both;
	line-height:100%;
	background-image:url('../images/bg05.jpg');
}

#content_container {
	width: 900px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	
}

#left {
	width: 65%;
	float: left;
	position: relative;
	text-align: left;
	top: 0px;
	left: 0px;
	padding-left: 2em;
	padding-top: 2em;
}

#search {
	margin-left: 1em;
}

#right {
	width: 236px;
	float: right;
	position: relative;
	text-align: left;
	padding-right: 1em;
	padding-top: 2em;
}

#bg6 {
	background: url('../images/bg06.jpg') no-repeat center bottom;
	height:85px;
	clear:both;
	position:relative;
}

#right_user_space {
	margin-left:0px;
}

#news {
	margin-top:-2.5em;
}

#footer {
	position:relative;
	clear:both;
}

#footer p {
	margin: 0px;
	padding: 20px 0px;
	text-align: center;
	
	color: #566D77;
}

#footer a {
	color: #8097A1;
}

.left_title {
	background:url('../images/img02.gif') no-repeat;
	height:49px;
	padding-left:1em;
	padding-top:1.5em;
}

.left_content_indent {
	padding-left:1.5em;
}

.left_heading_indent {
	margin-left:1em;
}

.right_title {
	background:url('../images/img03.gif') no-repeat;
	height:49px;
	padding-left:1em;
	padding-top:1.5em;
}

.right_content_indent {
	padding-left:1em;
}

.large_font {
	font-size: large;
	line-height: 125%;
}
