/* 
   	http://www.xionic.net   stylesheet
  	version 2.0
	01.23.03
   	Jeff Pickell
	jkp@xionic.net
*/

body 	{  
	position: relative;
	color: #000;
	background-color: #777;
	font-family: arial,bookman,serif;
	text-align: center; 
	font-size: small;
	margin:auto;
	text-align: center;
	}

a 	{
	color: #000;
	text-decoration: none;
	}

a:hover { color: #fff; }

hr    	{ 
	height: 2px;
	background-color: #acc;
	}

#frame {
	background: url(images/bg.jpg);
	position: absolute;
	top: 20px;
	height: 600px;
	width: 600px;
	left: 50%;
	margin-left: -300px;
	border-top: 2px solid #555;
	border-bottom: 2px solid #333;
	}

img {
        border-style: solid;
	border-width:3px;
	border-color: #499;
	border-left-color: #4ff;
	border-top-color: #4ff;
	text-decoration: none;
	}

#header {
	position: relative;
	}

#header img {
	border: none;
	}

#header a { border: 1px solid #000; padding-left: 2px; padding-right: 2px;background-color:#4ff;}
#header a:hover { background-color: #4cc; }
#menu {
	position: relative;
	margin-top: 10px;
	width: 592px;
	border: 1px solid #000;
	border-left-style: none;
	border-right-style: none;
	left: 4px;
	background-color: #4aa;
	}
	
#list {
	position: relative;
	margin-top: 5px;
	height: 305px;
	overflow: auto;
	color: #000;
	scrollbar-base-color: #acc;
	scrollbar-track-color: #9aa;
	}

#list img {
	height: 60px;
	}

#bio { 
	position: relative;
	border-style: solid;
	border-width: 2px;
	border-color: #499;
	border-left-color: #4ff;
	border-top-color: #4ff;
	background-color: #7cc;
	padding: 10px;
	margin: auto;
	width: 70%;
	margin-top:50px;
	}

#copy {
	position: relative;
	margin-top: 50px;
	font-size: xx-small;
	}

#entry	{
	postition: relative;
	background-color: #acc;
	padding-left: 5px;
	padding-right: 5px;
	margin-top:10px;
	border-style: solid;
	border-width: 1px;
	width: 90%;
	float:left;
	}

#main {
	position: relative;
	padding-left: 5px;
	padding-top: 30px;
	}

#events {
	margin: 10px;
	background-color: #acc;
	border-style: solid;
	border-width: 1px;
	text-align: left;
	}

#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; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

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