html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: gray;
	font-family: Palatino Linotype, sans-serif;
	background-image: url(bg.jpg);
	background-repeat: repeat;
	color: black;
	text-align: center;
}


.hidden {display:none;}
.shown {display:inline;}
	 
#main {
	width: 750px;
	padding-top: 25px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-image: url(main.jpg);
	background-repeat: repeat-y;
}

#header {
	padding-top: 25px;
	text-align: center;
	background-image: url(links.jpg);
	background-repeat: repeat;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 50px;
	margin-right: 50px;
}

#header a:link {color:yellow;}
#header a:visited {color:goldenrod;}
#header a:hover {color:white;}
#header a:active {color:#DAA520;}

#header img {border: none;}

#text {
	margin-left: 50px;
	margin-right: 50px;
	padding: 20px;
	background-color: white;
}

#footer {
	margin-left: 50px;
	margin-right: 50px;
	text-align: center;
	background-image: url(links.jpg);
	background-repeat: repeat;
	padding: 20px;
}

#footer a:link {color:yellow;}
#footer a:visited {color:goldenrod;}
#footer a:hover {color:white;}
#footer a:active {color:#DAA520;}

#quote {
	font-style: italic;
	padding-left: 50px;
	padding-right: 50px;
}

#picture {
	padding: 10px;
	font-style: italic;
	color: #00008B;
	text-align: center;
	font-size: x-small;
}

#trans {width: 600px; height: 100px;)

a.linkopacity img {filter:alpha(opacity=50);-moz-opacity: 0.5;opacity: 0.5;}
a.linkopacity:hover img {filter:alpha(opacity=100);-moz-opacity: 1.0;opacity: 1.0;}

h1 {font-family: Palatino Linotype, sans-serif; font-style: bold;}
h2 {font-family: Palatino Linotype, sans-serif; font-style: bold;}
h3 {font-family: Palatino Linotype, sans-serif; font-style: bold;}
h4 {font-family: Palatino Linotype, sans-serif; font-style: bold;}
h5 {font-family: Palatino Linotype, sans-serif; font-style: bold;}
h6 {font-size: smaller;	font-style: italic;}

img {border: none;}
