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

body {
background-color:#000;
background-image:url(../images/bg.png);
background-position: top left;
background-repeat:no-repeat;
font-family: verdana;
font-weight: normal;
font-size:11px;
line-height:1.4em;
color:#d6d6d6;
}

img {
margin-right:-.5em;
}

#wrapper {
position:absolute;
top: 40px;
left: 150px;
width: 666px;
}

#nav{
margin-bottom:1em;
}

#thumbs{
height:50px;
}

#thumbs ul{
position:relative;
width:666px;
margin: 0;
padding: 0;
display: inline;
}

#thumbs li{
margin: 0;
list-style: none;
display: inline;
}

#thumbs a{
display:block;
text-indent: -9999px;
overflow:hidden;
width:50px;
height:50px;
text-decoration:none;
}

li#cam1:hover{background:url(../images/thumb_cam.jpg) no-repeat -50px 0;}
li#cam2:hover{background:url(../images/thumb_cam.jpg) no-repeat -50px 0;}
li#cam3:hover{background:url(../images/thumb_cam.jpg) no-repeat -50px 0;}
li#cam4:hover{background:url(../images/thumb_cam.jpg) no-repeat -50px 0;}
li#cam5:hover{background:url(../imagesthumb_cam.jpg) no-repeat -50px 0;}

li#cam1{
position:absolute;
top:0;
left:0;
background:url(../images/thumb_cam.jpg) no-repeat 0 0;
height: 50px;
width:50px;
}

li#cam2{
position:absolute;
top:0;
left:50px;
background:url(../images/thumb_cam.jpg) no-repeat 0 0;
height: 50px;
width:50px;
}

li#cam3{
position:absolute;
top:0;
left:100px;
background:url(../images/thumb_cam.jpg) no-repeat 0 0;
height: 50px;
width:50px;
}

li#cam4{
position:absolute;
top:0;
left:150px;
background:url(../images/thumb_cam.jpg) no-repeat 0 0;
height: 50px;
width:50px;
}

li#cam5{
position:absolute;
top:0;
left:200px;
background:url(../images/thumb_cam.jpg) no-repeat 0 0;
height: 50px;
width:50px;
}


#content {
position:relative;
float:left;
background-color:#393939;
padding: 0 8px 10px;
}


#footer {
position:relative;
float:left;
height:25px;
width:666px;
padding-top:15px;
margin-bottom:40px;
background-color:#232323;
background-image:url(../images/footer_bg.png);
background-position:left;
background-repeat:no-repeat;
}

#footer_text{
width:100%;
font-size: 10px;
text-align:center;
}

#navigation{
margin:1em 0;
background-color:#393939;
padding-bottom:10px;
padding-left:
}

#previous {
position:relative;
float:left;
text-align:left;
width:333px;
background-color:#393939;
}

#pages{
position:relative;
float:left;
text-align:left;
width:333px;
background-color:#393939;
}

#next{
position:relative;
float:right;
text-align:right;
width:333px;
background-color:#393939;
}

h1 {
font-size:13px;
font-weight:normal;
letter-spacing:.1em;
}

h2 {
font-size:10px;
font-weight:normal;
letter-spacing:.1em;
line-height:1.5em;
}

.caption {
background-color: #232323;
font-style:italic;
margin: 0 -8px;
padding: 5px 8px;
font-size: 11px;
font-weight: normal;
line-height: 1em;
}

.photo {
margin: 0 -8px;
}

.current {
color:#ffcc00;
}

.text {
margin: .25em 0 1em;
}

a:link {
color: #847b65;
text-decoration: none;
}

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

a:visited {
color: #847b65;
text-decoration: none;
}

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

a:active {
color: #847b65;
text-decoration:none;
}

a.navlink:link{
color:#666666;
}

a.navlink:hover{
text-decoration:none;
color:#ffcc00;
}

a.bodylapselink:link{
color:#d6d6d6;
}

a.bodylapselink:hover{
text-decoration:none;
color:#ffcc00;
}

a.bodylapselink:visited{
text-decoration:none;
color:#d6d6d6;
}