#intro
{
   background: #fbf3d7 url(../images/home_bk.png) top right no-repeat;     
   height: 380px;
   position: relative;
}

.adminintro
{
   background: #fbf3d7 url(../images/admin_bk.gif) top right no-repeat;     
   height: 192px;
   position: relative;
}
h1
{
	left:20px;
	position:absolute;
	text-align:right;
	width:220px;
}
#home #wrapper
{
   background-color: #f8f0d5;
   background-image: none;   
}

 h1
{
	top: 205px;
	overflow:hidden;
}

#home h2
{
   text-transform: uppercase;  
}


#phone
{
   background: url(../images/bk_phone.png) top left no-repeat;  
   color: #ffc80b;
   display: block;
      height: 30px;
      width: 140px;
   font-size: 17px;  
   font-weight: bold;
   line-height: 30px;    
   text-align: right;
   overflow: hidden;
   padding-right: 20px;
   position: absolute;
      top: 5px;
      right: 0;
}

 #nav
 {           
      top: 45px;
 }

    #home #gallery
    {
       position: absolute;
         top: 83px;
         left: 271px;
    }
    
    #home
    {
       background-image: none;
       background-color: #f9f1d6;
       padding: 30px 0 0 0;
       width: 960px;
    }
	#content
    {
       background-image: none;
       background-color: #f9f1d6;
       padding: 30px 0 0 0;
       width: 960px;
    }
    
.col
{
   background: url(../images/home_bk_col.png) top left no-repeat;    
   display: inline;
   float: left;
   margin-left: 25px;
   padding-bottom: 20px;
   width: 290px;
}

.col:first-child
{
   margin-left: 20px;
}    
    
.col img
{
   border: 10px solid #fff;
   margin: 10px 0;
}   

.col h2
{
   padding: 0;
   margin-left: 20px;
   margin-top: 14px;
   height: 30px;
} 

 ul li
{
list-style:none outside none;
}

a,a:active,a:link
   {
      border-bottom: 1px dotted;
      color: #002f36; 
      font-weight: bold;
      text-decoration: none;
      outline: none;
   }  
   
   a.image
   {
      border: 0 none;
   } 
   
   a.arrow
   {
      background: url(../images/bk_link.png) top left no-repeat;  
         background-position: 0 4px;
      padding-left: 10px;
   }

    a:hover
    {
        color: #3e6d74;
    }     

