
#main
{
    
    background-color:#f1ebe7;


}
.banner_container
{
    
    border-top: 3px solid #c77851;
    border-bottom: 3px solid #c77851;
    
background: #995b3f; /* Old browsers */
background: -moz-linear-gradient(top,  #995b3f 0%, #e2865d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#995b3f), color-stop(100%,#e2865d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #995b3f 0%,#e2865d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #995b3f 0%,#e2865d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #995b3f 0%,#e2865d 100%); /* IE10+ */
background: linear-gradient(to bottom,  #995b3f 0%,#e2865d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#995b3f', endColorstr='#e2865d',GradientType=0 ); /* IE6-9 */



    }	

.banner_center
{ 
    background-color:#c77851;
    background-image: url("../design/bannermanagement.jpg");
    border-left: 3px solid #c77851;
    border-right: 3px solid #c77851;
    }
.banner_box
{   

background: #995b3f; /* Old browsers */
background: -moz-linear-gradient(left,  #995b3f 0%, #e2865d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#995b3f), color-stop(100%,#e2865d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #995b3f 0%,#e2865d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #995b3f 0%,#e2865d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #995b3f 0%,#e2865d 100%); /* IE10+ */
background: linear-gradient(to right,  #995b3f 0%,#e2865d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#995b3f', endColorstr='#e2865d',GradientType=1 ); /* IE6-9 */


border-bottom: 5px solid #c77851;
}
.main_center
{
    
    border-left: 3px solid #c77851;
    border-right: 3px solid #c77851;
    
}   
 
 .breakspace_line
{
border-bottom:3px solid #c77851;
}    
    
.footer_top
{
    
    background-color:#c77851;
    }    
        
    
p.footer_email
{

    color:#7f4b36;

}    
p.footer_phone
{

    color:#7f4b36;

} 
 
 
  .link_email
{
    float:left;
    color: #b0bfc8;
    text-decoration: none; 
    
    padding-left: 5px;
    padding-right: 5px;
} 
      
 .link_email:hover
{
    border-bottom: 3px solid #7f4b36;
    padding-bottom: 2px;
} 
   
    
    .link_phone
{
    float:right;
    color: #b0bfc8;
    text-decoration: none; 
    
    padding-left: 5px;
    padding-right: 5px;
} 
      
 .link_phone:hover
{
    border-bottom: 3px solid #7f4b36;
    padding-bottom: 2px;
} 
    