﻿body 
{
    padding-top:0px;
    padding-bottom:0px;
    margin-top:0px;
    margin-bottom:0px;
    background-color:#000;
    font-family:Tahoma;
    font-size:12px;
}
#nav
{
    padding: 94px 0px 0px 0px;
    height: 45px;
    margin-top:10px;
}
#navigation
{
    padding-left:63px;
    margin-left: 40px;
}
#navigation ul
{
    list-style: none;
}
#navigation li
{
    float:left;
    list-style:none;
    margin: 0;
    padding: 0px 0px 0px 0px;
}
.main
{
    width:780px;
    margin-left:auto;
    margin-right:auto;
}
.top
{
    width:780px;
    height:237px;
    background-image:url('Images/top.gif');
    background-repeat:no-repeat;   
}
.content
{
    width:780px;
    height:356px;
    background-image:url('Images/home_content.gif');
    background-repeat:no-repeat;   
}
.bottom
{
    width:780px;
    height:158px;
    background-image:url('Images/home_bottom.gif');
    background-repeat:no-repeat;   
}

.briefbio
{
    float:right; 
    width:245px; 
    height:165px; 
    margin-right:130px;
    padding-left:4px;
    padding-right:10px;
    padding-top:10px;
    padding-bottom:5px;
    line-height:15px;
    color:White;
}
.latestprojects
{
    width:260px; 
    padding-right:10px;
    padding-top:16px;
    padding-left:10px; 
    height:117px; 
    margin-left:107px;
    color:White;
}
a:link
{
   color:#FFD9AA;
   text-decoration:underline;
}
a:active
{
   color:#FFD9AA;
   text-decoration:underline;
}
a:hover
{
   color:#FFD9AA;
   text-decoration:none;
}
a:visited
{
	color:#FFD9AA;
   text-decoration:underline;
}

.contactinfo
{
    color:#FFD9AA; 
    line-height:17px; 
    width:290px; 
    margin-left:103px; 
    padding-left:10px; 
    padding-top:10px; 
    height:80px;
}
