html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	margin: 10px 10px 0px 10px;
}
a {
	color: #0f2627;
	text-decoration: underline;
}
a:hover {
	color: #660505;
	font-weight: bold;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #0f2627 url(images/page_bg.jpg) repeat-x;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 80%;
	color: #565656;
}

/** layout **/
#wrapper {
	text-align: justify;
	margin: auto;
	width: 955px;
  position: relative;
}
#left {
 position: absolute;
 top: 0;
 left: 0;
 width: 272px;
}
#right {
 position: absolute;
 top: 0;
 left: 272px;
 width: 682px;
}

/** Left **/

#copyright {
 color: white;
}
#copyright p {
 margin: 0 1em 0.5em 1em;
}

/** Right **/
#nav {
 background: url(images/header.jpg) no-repeat;
 height: 120px;
}
#nav ul {
 margin: 0;
 padding: 0 0 0 20px;
}
#nav li {
 float: left;
 padding: 90px 9px 9px 9px;
 list-style: none;
}
#nav li.last {
 border-right: none;
}
#nav a {
 color: #CECECE;
 font: 14px arial, sans-serif;
 font-weight: bold;
 text-decoration: none;
}
#nav .selected a {
 font-weight: bold;
}

/** Body **/
#body {
 background: url(images/body_bg.jpg) repeat-y;
}
#body-top {
 background: url(images/body_top.jpg) no-repeat;
}
#body-bot {
 background: bottom left url(images/body_bot.jpg) no-repeat;
 padding: 20px 39px 19px 39px;
}
#breadcrum a {
 color: #0f2627;
 font-weight: bold;
}
#breadcrum-f a {
 color: #CECECE;
 font: 14px arial, sans-serif;
 font-weight: bold;
 text-decoration: none;
}
#breadcrum-f a:hover {
	color: #CECECE;
	text-decoration: underline;
}
#body h2 {
 font: 14px "Times New Roman", serif;
}
#body h2 strong {
 color: #660505;
 font-weight: bold;
 font-size: 22px;
}
#body h3 {
 color: #660505;
 font-weight: bold;
 font-size: 13.5px; 
}
#body h4 {
 font-weight: bold
}
#body .left {
 margin: 0 26px 0 0;
}
 