#header {
	float:left;
	width:875px;
	background:#DAE0D2 url("../images/bg2.png") repeat-x bottom;
	font-size:12px;
	line-height:normal;
	position: static;
  }
#header ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#header li {
  float:left;
  background:url("../images/left2.png") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#header a {
  float:left;
  display:block;
  background:url("../images/right2.png") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#fff;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:#FFCC33;
  }
#header #current {
  background-image:url("../images/left_on2.png");
  }
#header #current a {
  background-image:url("../images/right_on2.png");
  color:#FFC;
  padding-bottom:5px;
  }
  /*Footer*/
  
#footer{
background-image:url("../images/footbk.png");

border-bottom:1px solid #635B3D;

border-left:1px solid #635B3D;

border-right:1px solid #635B3D;

color:#FFFFFF;

float:left;

font-size:16px;

height:40px;

width:875px;
}

#footer_left{
float: left;
padding-left: 20px;
position:relative;
top:10px
}

#footer_right{
float: right;
margin-right: 20px;
position:relative;
top:10px
}

#credit{
font-size:14px;

text-align:left;

color:#fff;

margin: 0 auto;

height:40px;

width:875px;
}
