/* CSS Document */

body{
background-color:#495664;
text-align:center;
font-family:;
}



#container{
width:760px;

margin: 0 auto;

}



#main{
height:100%;
background-color:white;
margin:0px 5px 0px 13px;
width:744px;
padding-bottom:10px; 
}

#nav{
text-align:center;
font-family:Arial, san-serif;
color:white;
width:100%;
height:22px;
background-color:#495664;
border:3px solid #D6D2A4 ;
padding:2px 0px 2px 0px;
}
#nav a{
color:white;
text-decoration:none;
margin:0px 5px 0px 5px;
font-size:13px;

}

#nav a:hover{
color:#D6D2A4 ;
}

.subnav{
margin-top:2px;
text-align:center;
color:white;
font-family:Arial, san-serif;
width:100%;
height:20px;
background-color:#495664;
border:2px solid #D6D2A4 ;
padding:1px 0px 1px 0px;
}
.subnav a{
color:white;
text-decoration:none;
margin:0px 10px 0px 10px;
font-size:10px;

}

.subnav a:hover{
color:#D6D2A4 ;
}


#words{

margin:40px 0px 0px 20px;
text-align:left;
}

#words h2{
margin-top:0px;
}

#words p{ 
width:340px;
}

#words a{
margin-right:10px;
}

.contact h2{
margin-left:10px;

}
.contact ul{
margin-left:10px;
}

#photo{
position:relative;
float:right;
margin:0px 5px 0px 0px;
width:350px;
}

#photo img{
border:3px solid #495664;
}

#footer{
clear:right;
margin:0px 3px 0px 13px;
height:128px;
}

#footer img{
 


}

