html, body {
	background: url(bg.jpg) repeat-y top left;
	background-color: black;
	font-family: Palatino Linotype, serif;
	color: goldenrod;
	font-size: medium;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

a:link {color:#CC6600;text-decoration:none;}
a:visited {color:#CC6600;text-decoration:none;}
a:hover {color:#CC6600;text-decoration:underline;}
a:active {color:#CC6600;text-decoration:underline;}

.hidden {display:none;}
.shown {display:inline;}
	 
a.linkopacity80 img {filter:alpha(opacity=80); -moz-opacity: 0.8; opacity: 0.8;}
a.linkopacity80:hover img {filter:alpha(opacity=100);	-moz-opacity: 1.0; opacity: 1.0;}

#container {
	margin-left: 0;
	width: 1100px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#nav {
	background: url(side.jpg) no-repeat bottom right;
	margin-top: 0px;
	margin-left: 0px;
	width: 350px; 
	height: 100%; 
	float: left; 
	position: absolute;
}

#content {
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 400px;
	float: right;
	position: absolute;
	width: 640px;
}

#header {
	text-align: center;
}

#text {
	padding-right: 20px;
	position: absolute;
	margin-top: 0px;
	width: 625px;
	overflow: auto;
	height: 500px;

	scrollbar-arrow-color: #003300; 				/*darkgreen*/
	scrollbar-face-color: gold;
	scrollbar-track-color: #003300; 				/*darkgreen*/
	scrollbar-3dlight-color: #FFD700;				/*gold*/
	scrollbar-shadow-color: gray;
	scrollbar-highlight-color: #DAA520;				/*goldenrod*/
	scrollbar-darkshadow-color: black;
}

#footer {
	padding-top: 20px;
	text-align: center;
	padding-bottom: 20px;
}

#links {
}

#gallery {
}


h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

img {border: none;}
