@charset "utf-8";
/* CSS Document */

html, body {
  margin:0;
  padding:0;
}

body {
  font-family:"Times New Roman", Times, serif;
  font-size:14px;
  color:#333;
  text-align:center;
}

#wrap {
  width:860px;
  margin:15px auto;
  text-align:left;
  background:url('images/newsite/mid_bg.gif') repeat-y;
}

#hdr {
	height:120px;
	margin:0;
	padding:11px 5px 22px 0px;
	background:url('images/newsite/hdr_bg.gif') no-repeat;
}

#hdr h1 {
  font-size:1px;
  text-indent:-0em;
  width:103px;
  height:102px;
  margin:0;
  padding:0;
  background:url('images/newsite/logo2.gif') no-repeat;
}

#hdr h1 a {
  display:block;
  height:102px;
  width:103px;
}

#hdr .webform {
	float:right;
    margin-top:-125px;
	width:204px;
	text-align:center;
}

#hdr .webform p {
	font:11px;
	text-align:right;
	margin:0;
	padding:1px 1px 0px 0px;
	color:#cc9900;
}  
#nav {
  position:absolute;
  margin:7px 0 0 20px;
  width:820px;
}
#guides { 
  display:none;
}

#content {
  width:800px;
  padding:0 0 0 30px;
  margin:0;
} 

#content h3 {
  color:#000;
}

#content a {
  color:#7e2d21;
}   

#content a:hover {
  color:#fff;
} 

.clear {
  line-height:1px;
  height:1px;
  clear:both;
}

#ftr {
  margin-top:15px;
  padding-bottom:15px;
  text-align:center;
  background:url('images/newsite/ftr_bg.gif') no-repeat bottom;
} 

#ftr a {
  color:#7e2d21;
}        
       
#ftr a:hover {
  color:#fff;
}       
   