* {
margin: 0 auto;
padding: 0;
}

body {
text-align: center;
background: #000;
font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
color: #FFF;
}

#page {
width: 800px;
margin: 0 auto;
}

a {
color: #fff;
text-decoration: none;
font-weight: bold;
font-size: 80%;
}

a:hover {
text-decoration: underline;
}

div.categories {
float: left;
width: 245px;
text-align: left;
padding-left: 5px;
}

div.categories p {
color: #fff;
padding: 10px 0 10px 0;
font-size: 11px;
}

div.categories img {
border: solid 1px #fff
}

div.categories a:hover img, #thumbs a:hover img {
filter:alpha(opacity=60);
moz-opacity:.6;
opacity:.6;
}

#description {
width: 800px;
padding: 10px 0 10px 0;
}

#description p {
padding: 10px;
}

#equip {
float: left;
width: 480px;
border: solid 1px #fff;
padding-bottom: 10px;
text-align: left;
}

#equip p {
padding: 5px;
font-size: 80%;
}

#exposure {
width: 800px;
border: solid 1px #666;
text-align: left;
padding: 10px 0 10px 10px;
margin-bottom: 10px;
font-size: 90%;
}

#exposure a {
float: right;
padding: 10px;
}

#exposure ul {
list-style: none;
}

#footer {
width: 800px;
border-top: 1px solid #fff;
padding-top: 20px;
clear: left;
margin: 0 auto;
}

#header {
height: 157px;
border-bottom: 1px solid #fff;
margin-bottom: 20px;
}

#image img {
border: solid 1px #666;
}

#image h2 {
padding: 10px;
font-style: italic;
}

#left {
width: 300px;
float: left;
}

#links {
float: left;
width: 480px;
border: solid 1px #fff;
padding-bottom: 10px;
}

#links h3, #equip h3 {
padding: 10px;
color: #999;
font-style: italic;
}

#nav {
float: left;
padding-left: 40px;
}

#nav ul {
list-style: none;
}

#nav a {
display: block;
width: 260px;
height: 45px;
padding-top: 18px;
}

#nav a.gallery {
background: url(images/gallery.jpg) no-repeat;
}

#nav a.gallery:hover {
background: url(images/gallery_over.jpg) no-repeat;
}

#nav a.nature {
background: url(images/nature.jpg) no-repeat;
}

#nav a.nature:hover {
background: url(images/nature_over.jpg) no-repeat;
}

#nav a.equip {
background: url(images/equip.jpg) no-repeat;
}

#nav a.equip:hover {
background: url(images/equip_over.jpg) no-repeat;
}

#nav a.links {
background: url(images/links.jpg) no-repeat;
}

#nav a.links:hover {
background: url(images/links_over.jpg) no-repeat;
}

#nav a.guide {
background: url(images/guide.jpg) no-repeat;
}

#nav a.guide:hover {
background: url(images/guide_over.jpg) no-repeat;
}

#photo img {
border: 1px solid #C0C0C0;
float: left;
margin-left: 5px;
}

#right {
width: 300px;
float: right;
}

#thumbs {
width: 500px;
float: left;
text-align: left;
}

#thumbs h3 {
font-style: italic;
}

#thumbs img {
padding: 10px 10px 0 0;
}

#upload {
width: 600px;
background: #FFF;
text-align: left;
}

p.date {
font-style: italic;
font-size: 90%;
}