


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          ~~~~~~~ html elements ~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

html,body 
    {
    margin: 0 0; 
    padding: 0;
    height: 100%;
    background-position: top;
    background-image: url("../Images/bg.jpg");
    background-repeat: repeat-x;
    background-color: #0e5965;
    text-align: left;
    letter-spacing: .1em;
    line-height: 1.6em;
	color:#ffffff;  
    font-family: verdana, "trebuchet ms", helvetica, sans-serif; 
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    }

p   { margin:0px 0px 15px 0px; }

a   { 
    font-size: 12px;
    text-decoration: none; 
    color: #ffffff;        
    font-family: verdana, "trebuchet ms", helvetica, sans-serif;  
    }
    
a:visited { color: #ffffff; } 

a:hover 
    { 
    color: #ffffff; 
    text-decoration: underline;
    }     


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         ~~~~~~~ layout elements ~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#indx_wrapper 
    {
    position: relative;
	height: 471px; 
    margin: 0 auto 0 auto;
    width: 237px;
    background-image: url("../Images/front_img.jpg");
    overflow: visible;
    } 
    
#indx_wrapper2 
    {
    position: absolute;
    margin-top: 239px;
    width: 237px;
    text-align: center;
    font-size: 13px;
    }  
      
#indx_wrapper2 div { margin-bottom: 32px; } 

#indx_wrapper2 a { font-size: 13px; } 
    
#body_wrapper 
    {
    position: relative;  /* needed for footer positioning */
    height: auto  !important;  real browsers */
	height: 100%; /* IE6: treated as min-height*/
    min-height: 100%;
    margin: 0 auto 0 auto;
    width: 640px;
    overflow: visible;
    }
    
#body_wrapper a { color: #edaf57; }

#body_wrapper a:visited { color: #edaf57; } 

#body_wrapper a:hover 
    { 
    color: #edaf57; 
    text-decoration: underline;
    }  

#copy_wrapper 
    {
    position: absolute;
    width: 640px;
    }

#header 
    { 
    font-size: 14px;
    margin: 30px 0 13px 0;
    } 
    
#header2 
    { 
    font-size: 14px;
    margin: 24px 0 13px 0;
    } 
    
#subheader
    {
    font-size: 13px;
    font-style: italic;
    margin: 0 0 6px 20px;
    }
    
#subheader2
    {
    font-size: 13px;
    font-style: italic;
    margin: 20px 0 6px 20px;
    }
    
#pub
    { 
    margin: 0 0 15px 40px;
    text-indent: -20px;
    } 

#myinfo
    {
    font-size: 11px;
    }

#contact_info 
    { 
    position: absolute;
    margin: 0 0 0 220px;
    }  
    
#notfound
    { 
    position: absolute;
    margin: 0 0 0 160px;
    }   

.mugshot
    {
    width: 140px;
    margin: 4px 30px 8px 1px;
    border-width: 1px;
    border-color: #fff;
    }
    
.padl_20 {margin-left: 20px; }
.padl_40 {margin-left: 40px; }
.padl_80 {margin-left: 80px; }

.txt_bld {font-weight: bold; }
.txt_ital {font-style: italic; }




        
        
