html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #ffffef url(images/page_bg.jpg) repeat-x;
	text-align: center;
	font: 12px verdana, arial, sans-serif;
	color: #000000;
	padding-bottom: 0px;
	padding-top: 0px;
}

/** layout **/
#wrapper {
	text-align: center;
	margin: auto;
	width: 643px;
    position: relative;
    background: url(images/body_bg.jpg) repeat-y;
}
#left {
  float: left;
  width: 265px;
  display: inline;
}
#nav ul {
  position: absolute;
  top: 0;
  margin-left: 0px;
  padding-left: 18px;
  padding-bottom: 6px;
  width: 643px;
  height: 398px;
  background: url(images/header.jpg) no-repeat;
}
/** control menu**/
#nav li {
  list-style: none;
  font: 17px "arial narrow", arial, sans-serif;
  padding: 360px 0 0 0px;
}
#nav a {
  color: #fff;
  text-decoration: none;
  padding-right: 22px; 
  display: inline;
}
#nav a:hover {
  text-decoration: underline;
}
#nav .important {
  border: none;
}
#nav .important a {
  color: #347939;
}
#right {
  float: left;
  width: 600px;
  display : inline;
  padding-left: 30px;
  padding-top: 110px;
}
#right h2 {
  font: 18px arial, sans-serif;
  color: #C34B1C;
  border-bottom: 1px solid #C4AE7C;
  padding-bottom: 6px;
  margin-bottom: 1em;
}
#right h3 {
  font: 14px arial, sans-serif;
  color: #BE8B06;
  border-bottom: 1px solid #C4AE7C;
  padding-bottom: 6px;
  margin-bottom: 1em;
  margin-top: 2em;
}
#welcome {
  margin-right: 20px;
}
#profile {
  margin-right: 16px;
}
#right .left {
  margin-right: 18px;
}
#right .more {
  font-weight: bold;
  font-size: 10px;
}
#corp-img {
  width: 700px;
  height: 115px;
  margin-top:0px;
  display : block;
}
#spacer {
  height: 2em;
}
#copyright {
  text-align: center;
  padding: 00px 0px 0px 00px;
  font-size: 9px;
  color: #347939;
  font-weight: bold;
}
#footerline{
    position: absolute;
	margin-top:0px;
	display:block;
}