
body {
background : url(img/bg.png);
font-family : georgia;
}
h1 {
font-size : 18px;
color : #66a6a5;
font-weight : normal;
text-transform : lowercase;
font-style : italic;
}
h2 {
font-size : 13px;
letter-spacing : 7px;
max-width : 350px;
font-family : arial;
text-transform : uppercase;
margin : 0;
text-align : center;
color : #6d8f8e;
background : #dce1e1;
}
p, blockquote, ul, ol {
font-size : 11px;
color : #6d8f8e;
}
blockquote {
border-left : 9px solid #587373;
background : #c0caca;
padding-left : 5px;
}
b {
text-transform : uppercase;
color : #3b716c;
}
a {
text-decoration : none;
font-style : italic;
color : #66a6a5;
}
a:hover {
color : #3b716c;
}
textarea {
max-width: 300px;
}
#image {
text-align: left;
width: 1000px
}
#scroll {
overflow: auto;
z-index: 99;
position: relative;
top: 361px;
left: 498px;
width: 430px;
height: 178px;
margin-right: -430px;
margin-bottom: -178px
}
#navigation {
left : 87px;
top : 597px;
width : 140px;
position : absolute;
margin-left : -8px;
}
#navigation a, #navigation a:visited {
color : #66a6a5;
font : 12px arial bold;
text-decoration : none;
text-transform : uppercase;
text-align : left;
display : block;
border-bottom : 1px dotted #dce1e1;
line-height : 20px;
}
#navigation a:hover, #navigation a:active {
color : #3b716c;
text-align : right;
display : block;
border-bottom : 1px dotted #a7b5b5;
line-height : 20px;
}
#content {
left : 242px;
top : 597px;
width : 400px;
position : absolute;
}
/*lightbox styles start here!*/
#lightbox {
background-color:#eee;
padding: 10px;
border-bottom: 2px solid #666;
border-right: 2px solid #666;
}
#lightboxDetails {
font-size: 0.8em;
padding-top: 0.4em;
}	
#lightboxCaption { 
float: left; 
}
#keyboardMsg { 
float: right; 
}
#closeButton { 
top: 5px; 
right: 5px; 
}
#lightbox img { 
border: none; 
clear: both;
} 
#overlay img { 
border: none; 
}
#overlay {
background-image: url(img/overlay.png);
}
* html #overlay {
background-color: #333;
back\ground-color: transparent;
background-image: url(blank.gif);
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}
.light {
border: 6px #fff solid
} 