html, body
{
    background:#d8d6c6;
    font-family: Georgia , serif;
    margin: auto;
}
#page {
    width:1024px;
    background:#d8d6c6;
    margin: auto;
}
#header {
    width:1024px;
    height:317px;
    background-color:#c2f1cd;
}
#logo {
    margin-left:300px;
    float:left;
}
#photo_L {
    background: url(pics/pic_holder.gif);
    width:180px;
    height:220px;
    text-align:center;
    margin:-250px 0px 0 20px;
    float:left;  
    
}
#photo_R {
    background:url(pics/pic_holder.gif);
    width:180px;
    height:220px;
    text-align:center;
    margin:-250px 24px 0 0px;
    float:right;

}
#banner {
    width:510px;
    height:140px;
    float:right;
    text-align:center;
    margin:-220px 260px 0px 0px;
}
#email_R {
    float:right;
    margin:0px 0px 0px 0px;
    width:180px;
}
#email_L {
    float:left;
    margin:0px 50px 0px 0px;
    width:180px;
}
#nav_bar {
    width:1024px;
    height:43px;
    background:url(pics/nav_bar.gif) repeat-x;
    padding:0px;
    margin-top:0px;
}
#nav_bar li {                          
    float:left;
    height:20px;
    width:155px;
    border-right:solid #968c83 1px;
    text-align:center;
    text-decoration:none;
    font-size:10px;
    margin:11px 0px 0px 9px;
    padding-top:4px;
    display:block;
    text-transform:uppercase;
}
#nav_bar li :hover {
    float:left;
    height:20px;
    width:155px;
    border-right:solid #968c83 1px;
    text-align:center;
    text-decoration:none;
    font-size:10px;
/*    margin:11px 0px 0px 9px; 
    padding-top:4px;           */
    display:block;
    text-transform:uppercase;
    color:#cf6445;
}
#content_top {
    Background:url(pics/content_top.gif);
    width:1024px;
    height:25px;
}
#content {
    width:1024px;
    min-height:400px;
    background:url(pics/content.gif) repeat-y;
}
#content_bottom {
    width:1024px;
    height:15px;    
    background:url(pics/content_bottom.gif)
}
#feat_show {
    float:left;
    width:442px;
    min-height:291px;
    font-size:12px;
    background:url(pics/center_pic_holder.jpg) no-repeat;
    margin:10px 10px 10px 27px;
}
#right {
    float:right;
    width:500px;
}
#right_top {
    width:450px;
    margin:10px 20px;    
}
#right_lower {
    width:190px;
    margin:10px 0px 10px 20px;
    float:left;    
}
#feat_listing {
    width:261px;
    height:213px;
    float:right;
    margin:15px 20px 0 0px;
    background:url(pics/feat_listing_pic_holder.gif);
    text-align:center;
}
#logos {
    width:140px;
    height:40px;
    float:left;
    margin:-34px 0 0 -215px;
}
.dark {
    color: #332330;
}
.orn {
    color:#cf6445;
}
.red {
    color:#cf5c3c;
}
.green {
    color:#5b8b65;
}
 .f9 {
     font-size:9px;
 }
 .f10 {
     font-size:10px;
 }
 .f11 {
     font-size:11px;
 }
 .f12 {
     font-size:12px;
 }
 .f13 {
     font-size:13px;
 }
 .f14 {
     font-size:14px;
 }
 .f15 {
     font-size:15px;
 }
 .f16 {
     font-size:16px;
 }
 .f17 {
     font-size:17px;
 }
 .f18 {
     font-size:18px;
 }
 .f19 {
     font-size:19px;
 }
 .tdn {
    text-decoration:none;
}
.tm5 {
    margin-top:5px;
}
.lh20 {
    line-height:20px;
}
.lh15 {
    line-height:15px;
}
.ffp {
    font-family: papyrus,sans-serif , serif;
    font-style: italic; 
}
.width_small {
    width:90px;    
}