body {
	background: url(/images/bgr.gif) center top;
	margin: 0;
	padding: 0;
	font: 76% Verdana, Arial, Helvetica, sans-serif;
	color: #65893C;
}
h1 {
	font-size: 11px;
}
#content h2 {
	padding: 0 0 0 19px;
	font-size: 11px;
	background: url(/images/mail.gif) no-repeat;
}
#content h3 {
	padding: 0 0 0 19px;
	font-size: 11px;
	background: url(/images/icq.gif) no-repeat;
}
#content h4 {
	padding: 0 0 0 19px;
	font-size: 11px;
	background: url(/images/bullet.gif) no-repeat;
}
a:link, a:visited {
	color: #663366;
	text-decoration: none;
	border-bottom: 1px dashed #663366;
}
a:hover {
	color: #65893C;
}
#wrap {
	margin: 0 auto;
	width: 560px;
}
#menu {
	background: url(/images/menu.gif) no-repeat;
	width: 560px;
	height: 35px;
	text-align: left;
}
#list {
    position: absolute;
}
#menu a {
	position: absolute;
	text-decoration: none;
	border: none;
}
#menu a i {
	visibility: hidden;
}
a#news { left: 31px; top: 22px; width: 60px; height: 12px;}
a#bio { left: 114px; top: 22px; width: 40px; height: 12px;}
a#media { left: 175px; top: 22px; width: 66px; height: 12px;}
a#blog { left: 264px; top: 22px; width: 58px; height: 12px;}
a#contact { left: 343px; top: 22px; width: 100px; height: 12px;}
a#links { left: 463px; top: 22px; width: 65px; height: 12px;}
a#news:hover { background-image: url(/images/newsh.gif); }
a#bio:hover { background-image: url(/images/bioh.gif); }
a#media:hover { background-image: url(/images/mediah.gif); }
a#blog:hover { background-image: url(/images/blogh.gif); }
a#contact:hover { background-image: url(/images/contacth.gif); }
a#links:hover { background-image: url(/images/linksh.gif); }
#header {
	background: url(/images/header.gif) no-repeat;
	width: 497px;
	height: 20px;
	padding: 220px 0 0 63px;
}
#content {
	background: url(/images/content.gif) no-repeat;
	width: 450px;
	height: 345px;
	text-align: center;
	padding: 0 55px 0 55px;
}
#contentMain {
	width: 430px;
	height: 345px;
	overflow: auto;
	text-align: justify;
	font-size: 10px;
	overflow: auto;
	padding: 0 10px 0 10px;
	line-height: 14px;
}
#player {
	background: url(/images/player.gif) no-repeat;
	width: 480px;
	height: 160px;
	padding: 70px 0 0 80px;
}
.image {
	border: solid 2px #65893C;
	margin: 2px;
}
#gallery {
	text-align: center;
}
#gallery a {
	border: none;
}

/* LightBox */

#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(/images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(/images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/overlay.png", sizingMethod="scale");
	}