html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
}
a:hover {
	color: #666666;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: url(images/page_bg2.gif);
	text-align: center;
	font: 12px arial, sans-serif;
	color: #464544;

}

#outer {
  background: top left url(images/page_bg_top.gif) repeat-x;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 798px;
  position: relative;
  background: url(images/body_bg.gif) repeat-y;
}
#body-bot {
  background: bottom left url(images/body_bg_bot.jpg) no-repeat;
  height:705px;
}
#body-top {
  background: url(images/body_bg_top.gif) no-repeat;
  min-height: 200px;
  _height: 200px;
}

/** logo **/

#logo {
padding-left:170px;
padding-top:75px;

}
#logo h1 {
  color: #596446;
  font: 26px "Arial narrow", arial, sans-serif;
  line-height: 1;
}
#logo p {
  color: #596446;
  font: 16px "Arial narrow", arial, sans-serif;
}

/** nav **/

#nav {
margin-top:210px;
margin-left:140px;
}
#nav li {
  list-style: none;
  float: left;
  background: left center url(images/arr.gif) no-repeat;
  padding-left: 8px;
  padding-right: 23px;
}
#nav a {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}
#nav a:hover {
  color: #6e92d0;
}

#navtitle {
font-size:20px;
font-weight:bold;
text-align:center;
}

/** body box **/
#bodytext {
	position:absolute;
	left: 179px;
	top: 368px;
	width: 459px;
	text-align:center;
	height: 227px;
}

#vanpic1{
	position:absolute;
	left: 171px;
	top: 511px;
}
#vanpic2{
	position:absolute;
	left: 485px;
	top: 511px;
}
#bodytext h2 {
  font: bold 24px arial, sans-serif;
  color: #000;
}
#bodytext h3 {
  font: bold 22px arial, sans-serif;
  color:#666666;
}

#bodytext p {
	font: 14px arial, sans-serif;
  margin: 1em 0;
}


#copyright {
  font-size: 9px;
  color: #fff;
  margin-top: 20px;
}
#bodytext table {
font-size:13px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-color:#999999;
}

