html, body {
	color:#FFFFFF;
	background-color:#482316;
	scrollbar-base-color:black;
	scrollbar-3d-light-color:black;
	scrollbar-arrow-color:white;
	scrollbar-darkshadow-color:black;
	scrollbar-face-color:black;
	scrollbar-highlight-color:white;
	scrollbar-shadow-color:black;
	scrollbar-track-color:black;
}

div#top {
	background-color:#482316;
	position:absolute;
	top:0px;
	left:0px;
	width:720px;
	height:125;
	overflow:none;
	padding: 0;
}


div#main{
	background-color:#482316;
	position:absolute;
	top:0px;
	left:15px;
	width:450px;
	padding: 0 20px 0 0;
	height: 600px;
}

div#back{
	background-color:#482316;
	position:absolute;
	top:15px;
	left:300px;
	width:450px;
	padding: 0 30px 0 0;
}

div#sidebox{
	position:absolute;
	top:15px;
	left:10px;
	width:250px;
	padding: 5px 5px 5px 5px;
	height: 486px;
	overflow: auto;
}

.minitext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
}

.text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	line-height: 140%
}

.invtext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #482316;
	line-height: 140%
}


a:link {
	color: #FFFFFF;
	text-decoration: underline;
	
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	
}
a:active {
	color: #990000;
	text-decoration: none;
	background-color: #FFFFFF;
}
a:hover {
	color: #482316;
	background-color: #FFFFFF;
}

.megatext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}
a.nostylelink:link {
	text-decoration: none;
	border-bottom: none;
	}
a.nostylelink:visited {
	text-decoration: none;
	border-bottom: none;	
	}
	
a.nostylelink:active {
	text-decoration: none;
	background-color:#482316;	
	border-bottom: none;
}
a.nostylelink:hover {
	text-decoration: none;
	background-color:#482316;
	border-bottom: none;
}
.picbox {
	border: 1px white outset;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-color: #FFFFFF;
	padding-bottom: 15px;
	padding-right: 5px;
	padding-top: 5px;
	padding-left: 5px;
	margin: 10px;
	background-color: #eee;
}

.box {
	border: 1px white outset;
	padding: 5px;
}

.editbox {
	background-color: #EA6400;
	padding: 5px;
}
input.text {
	width:400px;
	height:300px;
	background-color:#482316;
	color:#FFFFFF;
	border-width: 2;
	border-color: #FF0000;
}
input.button {
	background-color:#FF6600;
	color:#FFFFFF;
	border-width: 2;
	text-transform: uppercase;
}

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

