body {
background-color:#ffffff;
}

#site{
position: absolute;
width: 900px;
height: 600px;
top: 10px;
left: 50%;
margin-left: -450px;
border: 1px solid #000000;
}

#index{
position: absolute;
width: 340px;
height: 550px;
top: 50px;
left: 50%;
margin-left: -170px;
}

#nav{
position: absolute;
width: 750px;
height: 40px;
left: 140px;
top: 10px;
}

#info{
position: absolute;
width: 120px;
height: 40px;
left: 10px;
top: 10px;
}

#thumbs{
position: absolute;
width: 120px;
height: 515px;
left: 10px;
top: 75px;
overflow: auto;
}

#content{
position: absolute;
width: 750px;
height: 515px;
left: 140px;
top: 75px;
overflow: hidden;
}

#contentL{
position: absolute;
width: 750px;
height: 515px;
left: 140px;
top: 75px;
overflow: auto;
}

p{
font-family: century gothic, gill sans, futura, sans-serif;
font-size: 12px;
color:#A50575;
}

h2{
font-family: century gothic, gill sans, futura, sans-serif;
font-size: 12px;
color:#A50575;
}

h1{
font-family: century gothic, gill sans, futura, sans-serif;
font-size: 14px;
color:#A50575;
}

a:link{
text-decoration: none;
color: #94C948;
}

a:active{
text-decoration: none;
color: #94C948;
}

a:visited{
text-decoration: none;
color: #94C948;
}

a:hover{
text-decoration: none;
color: #649025;
} 