﻿/* CSS Document */
body
{
   
    color:White;
    font-family:Verdana,Arial;
    padding:0px;    
    background-color: #AD9563;   
    height:100%;
}
a, a:visited
{
    text-decoration:none;
    color:white;
    
}
#wrapper
{
    width:600px;
    height:100%;
  
    margin:auto;
    background-color:#231E1C;
    padding:0px;
    font-size:14px;
    padding-bottom:10px;
    
}

#header
{
    height:200px;   
    margin-bottom:5px;
   
}
.title
{
    float:left;
    padding-left:20px;
    
}
.pic
{
    float:right;
}

#content
{
    width:100%;  
    height:100%;   
  
}

#content h3
{
    color:#AD9563;
}
.col1
{
   
      border-bottom:0px; 
    padding:0px;
}
.col2
{
  
     border-bottom:0px;
    padding:0px;
 }
.col3
{

     border-bottom:0px;
    padding:0px;
}
.row2
{
     
    padding:0px;
}
#contact
{
    padding:0px 20px 5px 20px;
    font-size:11px;
}












