@charset "UTF-8";
/* CSS Document */

#container {
width: 900px;
height: 700px;
left: auto;
right: auto;
padding-top: 10px;
padding-left: 60px;


}
#content{
height: 800px;
width: 900px;
left: auto;
right: auto;

}

#header {
width: 800px;
height: 51px;
margin-bottom: 5px;
}

#nav {
height: 550px;
width: 200px;
float: left;
border-right: 1px solid #ABABAB;
}

#nav ul {
margin-top: 0px;
padding-top: 0px;
}

.navbar li{
list-style: none;
padding: none;
line-height: 0;
margin: none;
}

.navbar li img {
border: none;
}

#slideshow {
width: 850px;
height: 550px;
padding-top: 10px;

}

#iframe {
width: 600px;
height: 550px;
float: right;
padding-top: 0px;
padding-right: 30px;
border: none;
}

.oyster{
padding-left: 50px;
padding-top: 10px;
}


#footer {
height: 40px;
width: 700px;
float: left;
clear: both;
padding-top: 15px;
}

#footer img {
padding-left: 40px;
}

#controls {
padding: 0px;
margin-top: -7px;
width: 550px;
border: none;
}

.home {
margin-left: 40px;
}

#art {
width: 550px;
height: 400px;
}

a {
border: none;
color: #999999;
}

.image {
border: 1px solid #CCCCCC;
padding: 3px;
}

.caption {
list-style-type: none;
font-family: Helvetica, Arial, Sans-serif;
font-size: 10px;
color: #666666;
margin-left: none;
bottom: 0px;
}

.links {
list-style-type: none;
font-family: Times, Times New Roman, Serif;
font-size: 11px;
font-style: italic;
color: #999999;
line-height: 33px;
letter-spacing: 1px;
margin-top: 0px;
}

.links a {
margin-left: 30px;
text-decoration: none;
}

.centered {
display: block;
margin-left: auto;
margin-right: auto;
}