body {
  background:#E6DDB9 url(/images/body_bg.png) repeat-x scroll 0 0;
  color: #333333;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-style: normal;
  font-size: 12px;
  margin: 0px;
}
#wrapper {
	border: 1px solid #bbbbbb;
	margin: 0px auto;
	padding: 10px;
	width: 900px;
	background-color: #FFF;
}
#header {
	border: 1px solid #bbbbbb;
	background-color: #fbfaf4;
	background-image: url(../images/hbgr.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 190px;
}
#headerright, #headerleft {
  float: left;
}
#headerleft {
	width: 200px;
	height:190px;
}
#headerright {
  padding-left: 0px;
}
#header h1, h2, h3 {
  font-style: normal;
  color: #1a3f57;
  font-size: 22px;
  font-family: Georgia,Times,serif;
}
#header h1 {
  font-size: 22px;
}
#header h2 {
  font-size: 18px;
}
#header h3 {
  font-size: 14px;
}
#content {
  clear: both;
  margin-top: 0px;
  padding-bottom: 0px;
  background-color: #fbfaf4;
}
#content-left, #content-main, #content-right {
	border-style: none solid solid;
	border-color: #bbbbbb;
	border-width: medium 1px 1px;
	padding: 10px 10px 10px 0px;
	float: left;
	background-color: #fbfaf4;
}
#content-left {
	border:  none;
	width: 134px;
}
#content-main {
  border-right: medium none;
  border-bottom: medium none;
  padding-top: 0px;
  margin-left: 0px;
  background-color: white;
  width: 738px;
}
#content-right {
  margin-left: 10px;
  width: 120px;
  display: none;
}
#footer {
  border: 1px solid #bbbbbb;
  padding: 10px;
  float: left;
  margin-top: 0px;
  margin-bottom: 10px;
  width: 878px;
  background-color: #fbfaf4;
}
#bottom {
  clear: both;
  text-align: right;
}

/*left content*/  
ul#left-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul#left-menu li {
  margin-top: 4px;
}
ul#left-menu li a {
  padding: 3px 5px 3px 10px;
  display: block;
  width: 105px;
  text-decoration: none;
  color: #000000;
  background-color: #edebd5;
}
ul#left-menu li a:hover {
  background-color: #dbd5b7;
}
ul#left-menu li a:active {
  background-color: #dbd5b7;
}
#header h3 {
    color: #A8346A;
    float: left;
    font-size: 18px;
}