html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
a {
	color: #464544;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}

body {
	background: #FFFFFF url(images/page_bg.jpg) repeat-x;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color: #000000;
	padding-bottom: 10px;
	padding-top: 31px;
}

#wrapper {
	text-align: left;
	margin: auto;
	width: 843px;
  	position: relative;
  	background: url(images/body_bg.jpg) repeat-y;
}

#header {
  position: absolute;
  top: 0;
  left: 243px;
  width: 600px;
  height: 279px;
  background: url(images/header_2.jpg) no-repeat;
}
#left {
  float: left;
  width: 243px;
}
#logo {
  width: 244px;
  height: 152px;
  background: url(images/header_1.jpg) no-repeat;
  text-align: center;
  color: #595959;
}


#nav {
  background: url(images/nav_left.jpg) no-repeat;
}

#nav .menu{
	background-color:#142952;
	padding-top:5px;
	padding-left:8px;
	padding-bottom:5px;
	margin-left:9px;
}
#news {
  background: url(images/news_bg.jpg) repeat-y;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 22px;
  padding-bottom: 3px;
  text-align: justify;
}
#news h2 {
  font-size: 12px;
  color: #142952;
}
#news h3, #news p {
  font-size: 11px;
  margin: 1em 8px 1em 0;
}
#news a {
  color: #142952;
  text-decoration: underline;
}
#news a:hover {
  color: #142952;
}
#news .hr-dots {
  background: center url(images/dots.gif) repeat-x;
  height: 10px;
}
#right {
  float: right;
  width: 565px;
  padding-right: 9px;
  padding-top: 290px;
}
#footer {
  background: url(images/footer_bg.jpg) repeat-y;
}
#copyright {
  text-align: center;
  padding: 10px 0px 10px 00px;
  font-size: 9px;
  color: #000000;
  font-weight: bold;
}
#footerline{
	background: url(images/footerline.jpg) no-repeat;
	height:10px;
	margin-top:0px;
	display:block;
	font-size:1px;
}
/*eigen code*/
.path{
	font: normal 10px Verdana, Tahoma; color: #111; 
	padding-bottom:10px;	
}
.title {
	margin: 0 5px 0px 0; border-bottom: 1px solid #EE1D23; padding: 0px 0px 2px 0px;
	font: normal 18px Verdana, Tahoma; color: #111; 
	letter-spacing:-1px;	
}
