body {
margin: 0px;
padding: 0px;
background: #bddcea url(img/back.gif) top center repeat-y;
text-align: center;
}

#topbar {
margin: 0px auto;
width: 806px;
height: 103px;
background: url(img/topbar.gif)
}

#nav {
margin: 0px auto;
width: 806px;
height: 27px;
background: url(img/nav.gif) top center no-repeat;
}

ul {
margin: 0px;
padding: 0px;
}

ul li {
list-style-type: none;
padding: 0px;
margin: 0px;
display: block;
float: left;
font: 1px arial;
color: #bddcea;
}

ul li a {
display: block;
padding: 0px;
margin: 0px;
height: 27px;
color: #bddcea;
text-decoration: none;
}

#home {
width: 94px;
height: 27px;
background: transparent url(img/home.gif) 0px -94px no-repeat;
}

#gallery {
width: 137px;
height: 27px;
background: transparent url(img/gallery.gif) 0px -137px no-repeat;
}

#exhibits {
width: 146px;
height: 27px;
background: transparent url(img/exhibits.gif) 0px -146px no-repeat;
}

#cv {
width: 61px;
height: 27px;
background: transparent url(img/cv.gif) 0px -61px no-repeat;
}

#contact {
width: 130px;
height: 27px;
background: transparent url(img/contact.gif) 0px -130px no-repeat;
}

#content {
margin: 0px auto;
width: 800px;
font: 22px georgia;
text-align: left;
}

#footer {
margin: 10px auto;
width: 800px;
height: 30px;
font: 14px arial;
}

#footer a {
color: #000;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

#left {
float: left;
}

#right {
float: right;
}
