/* CSS Document */

#html, body{
margin:0;
padding:0;
font-family:Arial, Verdana, Helvetica, sans-serif;
background: #FFFFFF;
color:#000000; 
text-align: left; 
}

/*div{ border-width:1px; border-style: solid; }*/

#main{
margin:0 auto;
width: 960px;
}

#nav{
min-height:625px;
width: 230px;
float:left;
padding-top:25px;
padding-right: 25px;
position:relative;
z-index:10;
}

#nav img{
border: 0;
}

#title{
position:relative;
height: 60px;
background:#ffffff;
top:15px;
left: 410px;
width: 550px;
}

#content{
min-height: 500px;
}

#home{
position:relative;
top: 50px;
left: -50px;
vertical-align:middle;
min-height: 550px;
}

#preview{
float:left;
width: 450px;
min-height: 550px;
}

#photos{
position:relative;
width:230 px;
min-height: 335px;
top:230px;
float: left;
padding-left: 25px;
text-align:right;
}

#about{
width: 665px;
font-size:12px;
line-height:150%;
margin: 50px 0px 0px 30px;
float:right;
}
#section li{
display:inline;
list-style-type:none;
}

#footer{
border-top: solid 1px #271300;
clear:both;
text-align: center;
margin-top: 25px;
padding-top: 10px;
height:25px;
width:960px;
font-size:13px;
color:#271300;
}

a{ text-decoration:none; color:#271300; font-weight:bold; }