/*ALL PAGES */
html, body {
	padding: 0px;
	border: 0px;
	background-color: black; 
	font-family: Arial, sans-serif;
	color: #F0FFF0;					/*honeydew*/
	text-align: center;
	background-image: url(bg.jpg);
	background-repeat: repeat-y; 
	background-attachment: fixed;
	margin-left: auto;
	margin-right: auto;
	background-position: top center; 
}

a:link {color:#F0FFF0;}					/*honeydew*/
a:visited {color:#808000;}				/*olive*/
a:hover {color:#BDB76B;}				/*darkkhaki*/
a:active {color:#F0E68C;}				/*khaki*/

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;}

h1 {font-weight:bolder;}
h2 {font-weight:bolder;}
h3 {font-weight:bolder;}
h4 {font-weight:bolder;}
h5 {}
h6 {font-style: italic; font-size: bigger;}

.hidden {display:none;}
.shown {display:inline;}

#container {
	padding: 0px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#top {
	text-align: left;
	background-image: url(vines.gif);
	background-repeat: no-repeat;
	background-position: top left; 
	height: 185px;
}

#top img {
	border: none;
	padding: 0px;
}

#top #links {
	font-family: Pallatino, Georgia, serif;
	font-weight:bolder;
	padding-left: 240px;
	font-style: italic;
	font-size: 85%;
}

#content {
}

#text {
	text-align: left;
	padding-left: 240px;
	padding-right: 240px;
}

#gallery {
	padding-left: 40px;
	padding-right: 40px;
}

#bottom {
	height: 325px;
	background-image: url(tray.gif);
	background-repeat: no-repeat;
	background-position: bottom right; 
	text-align: left;
	padding-right: 260px;
	padding-left: 240px;
}

#bottom #links {
	font-family: Pallatino, Georgia, serif;
	font-weight:bolder;
	font-style: italic;
	font-size: 85%;
}

#showgallery {
	margin: 0px auto; 
	padding-top: 10px;
	padding-bottom: 30px;
	paddling-left: 20px;
	padding-right: 20px;
	text-align: center;
	background-color: #F0E68C;				/*khaki*/
	border: 3px solid #BDB76B;				/*darkkhaki*/
}

