@charset "utf-8";
/* CSS Document */
#header{
 position:relative;
}
#header_photo{ width:532px; height:300px; float:left; }
#header_slogan{ width:368px; height:300px; float:left; }
.clearfloat { clear:both; height:0px;  }
#acuff_logo{
 clear:both;
 width:128px;
 height:155px;
 margin:0px; padding:0px;
 position:absolute;
 top:180px;
 left:15px;
 z-index:3;
}
#nav_area { 
  height:94px;
  width:900px;
  background-image:url(../images/home_head_horizstripbg.jpg); background-repeat:repeat-x;
  background-color:#91592f;
  position:relative;
}


#left_col{
 margin:0px;
 padding:0px;
 padding-bottom:20px;
 width:610px;
 margin-left:10px;
 margin-right:10px;
 float:left;
 background-image:url(../images/home_content_bgstrip.gif);
 background-repeat:repeat-x;
 background-position:bottom;
 display:inline;
}

#right_col{
 float:left;
 width:200px;
 margin:0px;
 padding:0px;
 position:relative;
 top:-61px;
}
#newsletter_tab{
 width:270px;
 height:37px;
}
#newsletter_box{
  height:260px;
  width:250px;
  background-color:#ecf5ff;
  background-image:url(../images/home_newsletterbox_bg.gif);
  background-repeat:repeat-x;
  background-position:bottom;
  padding:10px;
}




#home_promo{
 width:250px;
 height:150px;
 margin-left:auto;
 margin-right:auto;
}

