body {
background: #0da8d6 url('bg.gif') repeat-x top;
margin: 0px;
font-family: "Georgia";
}


.toggle span {
display: none;
}

.stretcher {
background: url('cont_bg.gif') repeat-y;
font-family: "Georgia";
font-size: 13px;
}

#moofx {
}

#shark {
width: 750px;
margin: auto;
}

#nose {
background: url('nose.gif') no-repeat;
height: 257px;
position: relative;
}

#nose .home {
background: url('home.gif') no-repeat;
width: 138px;
height: 99px;
display: block;
position: absolute;
left: 100px;
top: 50px;
}

#nose .home:hover {
background: url('home_on.gif') no-repeat;
}

#nose .about {
background: url('about.gif') no-repeat;
width: 112px;
height: 129px;
display: block;
position: absolute;
right: 130px;
top: 89px;
}

#nose .about:hover {
background: url('about_on.gif') no-repeat;
}

#nose .contact {
background: url('contact.gif') no-repeat;
width: 142px;
height: 98px;
display: block;
position: absolute;
right: 242px;
top: 98px;
}

#nose .contact:hover {
background: url('contact_on.gif') no-repeat;
}

#nose .about span,
#nose .contact span,
#nose .home span {
display: none;
}

#title {
background: url('mouth_upper.gif') no-repeat;
height: 106px;
}

#navicons {
background: url('mouth_top.gif') no-repeat;
height: 91px;
line-height: 91px;
text-align: center;
}

#holder {
background: #3b3934 url('content_bg.gif');
color: white;
}

.stretcher {
background: #3b3934 ;
}

#content {
width: 404px;
margin: auto;
padding: 8px;
}

#bottom {
background: url('mouth_bottom.gif') no-repeat;
height: 198px;
}

#footer {
background: url('footer.gif') no-repeat;
height: 39px;
font-weight: 900;
padding-top: 70px;
color: #3b3934 ;
text-align: center;
font-size: 11px;
}

#footer .remix {
color: #ff2c9b;
}

.toggle {
cursor: pointer;
}

.stretcher a {
color: #f97a11;
text-decoration: none;
border-bottom: 0px solid white;
}

.stretcher a:hover {
color: #ffb65f;
}

.stretcher img {
border: 0px;
text-decoration: none;
}

#footer a {
color: black;
}

#title h1 span {
display: none;
}

#title h1 {
margin: auto;
background: url('where.gif') no-repeat;
height: 106px;
margin: 0px;
padding: 0px;
}

kbd{
color: #555;
background-color: #ddd;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
font-size: inherit;
font-family: inherit;
padding: 0 3px 2px 4px;
}

.center {
text-align: center;
}


#lightbox{
background-color:#eee;
padding: 10px;
border-bottom: 2px solid #666;
border-right: 2px solid #666;
}
#lightboxDetails{
font-size: 12px;
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(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");
}

h2 {
text-transform: uppercase;
font-size: 22px;
width: 387px;
height: 26px;
background: url('h2.gif');
color: #3b3934;
padding: 3px 6px;
}

.nobr {
display: none;
}

.thumbed {
position: relative;
z-index: 700;
}

.thumbed img {
border: 1px solid black;
margin: 15px 0px 0px 0px;
}

.thumbed span { display: none; }

.thumbed:hover span {
display: block;
width: 182px;
height: 141px;
background: url('popped.gif');
position: absolute;
top: -141px;
left: 100px;
z-index: 900;
text-align: center;
}