 body {
   color: #ffffff;
   background-color: #505050;
 }


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


a:active { color: #00ffbb; text-decoration:none; }


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


a:hover { color: #00ffbb; text-decoration:underline; }


 #page{
   width: 800px;
   color: #ffffff;
   background-color: #505050;
   margin: 0 auto;
 }


 #top {
   height: 11px;
   width: 800px;
   background-image: url(graphics/top.png);
   background-repeat: no-repeat;
   position: static;
   border: 0px;
 }


 #navi {
   height: 30px;
   width: 800px;
   position: static;
   border: 0px;
 }


 #header {
   height: 174px;
   width: 800px;
   background-image: url(graphics/header.png);
   background-repeat: no-repeat;
   position: static;
   border: 0px;
 }


 #content_home {
   height: 385px;
   width: 800px;
   background-image: url(graphics/content_home.png);
   background-repeat: no-repeat;
   position: static;
   border: 0px;
 }


 #content_bio {
   height: 385px;
   width: 800px;
   position: static;
   border: 0px;
 }


 #content_media {
   height: 385px;
   width: 800px;
   background-image: url(graphics/content_media.png);
   background-repeat: no-repeat;
   position: static;
   border: 0px;
 }


 #content_documents {
   height: 385px;
   width: 800px;
   background-image: url(graphics/content_documents.png);
   background-repeat: no-repeat;
   position: static;
   border: 0px;
 }


 #content_gallery {
   height: 385px;
   width: 800px;
   background-image: url(graphics/content_gallery.png);
   background-repeat: no-repeat;
   position: static;
   border: 0px;
 }


 #content_links {
   height: 385px;
   width: 800px;
   background-image: url(graphics/content_links.png);
   background-repeat: no-repeat;
   position: static;
   border: 0px;
 }


/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(graphics/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(graphics/slimbox/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(graphics/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 113px;
	height: 22px;
	background: transparent url(graphics/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
