html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #7c929f;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #555f69;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #008b9c url(images/bg.gif) repeat-x;
	text-align: center;
	color: #555555;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

/** layout **/
#wrapper {
	text-align: justify;
	margin: auto;
	width: 767px;
	position: relative;
}
#left {
 position: absolute;
 top: 0;
 left: 0;
 width: 245px;
}
#right {
 position: absolute;
 top: 0;
 left: 245px;
 width: 522px;
}

/** Left **/
#left {
 background: url(images/logo.gif) no-repeat;
 padding-top: 30px;
}
#left h1 {
 text-align: center;
 font: 28px verdana, serif;
 color: #008b9c;
 height: 450px;
}
#copyright {
 color: white;
}
#copyright p {
 margin: 0 1em 0.5em 1em;
}

/** Right **/
#nav {
 background: url(images/header.png) no-repeat;
 height: 108px;
}
#nav ul {
 margin: 0;
 padding: 0 0 0 18px;
}
#nav li {
 float: left;
 border-right: 1px solid #85c5ce;
 padding: 70px 7px 7px 7px;
 list-style: none;
}
#nav li.last {
 border-right: none;
 padding: 54px 7px 7px 7px;
}
#nav a {
	color: #c0e1e5;
	font-weight: bold;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
}
#nav .selected a {
 font-weight: bold;
 color: #333333;
}

/** Body **/
#body {
 background: url(images/body_bg.gif) repeat-y;
 min-height:370px
}
#body-top {
 background: url(images/body_top.gif) no-repeat;
}
#body-bot {
 background: bottom left url(images/body_bot.gif) no-repeat;
 padding: 37px 39px 19px 49px;
 height:370px
}
#body-bot2 {
 background: bottom left url(images/body_bot.gif) no-repeat;
 padding: 37px 39px 19px 49px;
}
#body h2 {
 font: 11px "Verdana", serif;
}
#body h2 strong {
	color: #7c929f;
	font-weight: bold;
	font-size: 15px;
}
#body h3 {
 font: 12px "Verdana", serif;
 color: #7c929f;
 margin-top: 1.4em;
 margin-bottom: 1.1em;
 font-weight: bold;
}
#body h4 {
 color: #7d93a1;
}
#body .left {
 margin: 0 26px 0 0;
}

