body {
  text-align: left;
	background-color: #fff;
	background-image: url(../img/littlelogo.gif);
	background-repeat: repeat;
	background-position: center bottom;
  margin-top:0px;
  margin-bottom:10px;
}

A:link {
	COLOR: #8b864e; text-decoration: none
}
A:visited {
	COLOR: #8b864e; text-decoration: none
}
A:active {
	COLOR: #8b864e; text-decoration: none
}
A:hover {
	COLOR: #8b864e; text-decoration: underline
}

#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 760px;
  text-align: left;
  background: #ffffff;
  border: solid 1px #5b5833;
}

#page_header {
  height: 120px;
  background: #8b864e url(../img/logo.jpg) no-repeat right top;
  clear: both;
}

#page_header h1 { margin: 0; padding-top:5px; padding-left:25px; font-family: verdana, arial, sans-serif; font-size:9px; font-weight: normal; letter-spacing: -1px; color: #fff; float: right; padding-right: 100px; }

#page_header h2 { margin: 0; padding-left:25px; font-family: verdana, arial, sans-serif; font-size:13px; font-weight: bold; letter-spacing: 2px; color: #018843; float: right; }

#menu_bar {
  height:25px;
  background: #8b864e;
  clear: both;
 
}

#menu_bar ul {
  margin-top: 0;
  padding-left: 0;
  margin-left: 0;
  background: #8b864e;
  color: white;
  float: left;
  width: 100%;
  font-family: verdana, arial, sans-serif;
  font-size:10px;
  font-weight: normal;
}

#menu_bar ul li { display: inline; }

#menu_bar ul li a
{ color: #efefef; background: url('(EmptyReference!)') repeat-x left top; text-decoration: none; float: left; padding: 5px 15px; border-right: 1px solid #fff; }

#menu_bar ul li a:hover
{ color: #ffffff; background-color: transparent; background-repeat: repeat-x; background-attachment: scroll; background-position: left top; }

#content_wrapper {
  margin-top:10px;
  margin-bottom:0px;
  margin-left:15px;
  margin-right:15px;
  clear:both;
}

/*#right_side {
  margin-top:5px;
  float: right;
  width:160px;
  border:dashed 0 #cccccc;
}

#right_side h3 { margin-top:0; margin-bottom:10px; font-family: verdana, arial, sans-serif; font-size: 14px; color: #8b864e; padding:4px; background-color:transparent; border: 1px transparent; }

#right_side p {
  margin-top:0px;
  margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #666666;
  line-height: 16px;
  padding-left:4px;
}*/

#left_side { float: left; width:735px; background-color: white; text-align: justify; border:dashed 0 #cccccc; }

#left_side h3 { margin-top:0; margin-bottom:10px; font-family: Arial Narrow, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 19px; color: #8b864e; background-color:transparent; padding:4px; border-bottom: 1px solid gray; clear:both; }

#left_side p {
  margin-top:0px;
  margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #666666;
  line-height: 18px;
  padding-left:4px;
}

.float_left {
  float: left;
  margin-right: 10px;
}

.float_right {
  float: right;
  margin-left: 10px;
}

#feature_box {
  float:left;
  width:250px;
  background-color: #f6fcec;
  border:solid 1px #8b864e;
  padding:10px;
  margin-top:10px;
  margin-bottom:5px;
  margin-right:8px;
}

#feature_box h4 {
  padding-left:5px;
  margin-top:0;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #8b864e;
}

#feature_box p {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #555555;
  line-height: 16px;
  margin-bottom:5px;
}

#page_footer { height: 60px; background-color: #8b864e; background-image: url(../img/footer.jpg); clear: both; }

#page_footer p {
  padding-top:22px;
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: black;
  letter-spacing:1px;
}

#spacer {
  height:20px;
  clear:both;
}

.arrow_list { 
  margin-left: 10px;
  padding-left: 0;
  list-style: none;
} 

.arrow_list li { 
  padding-left: 10px;
  background-image: url(../img/arrow.gif);
  background-repeat: no-repeat;
  background-position: 0 7px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height:18px;
}