html, body {
	background-image: URL(bg.jpg);
	background-repeat: repeat;
	text-align:center;
}

a:link {color:yellow;text-decoration:none;}
a:visited {color:yellow;text-decoration:none;}
a:hover {color:yellow;text-decoration:underline;}
a:active {color:yellow;text-decoration:underline;}

#right h5 a:link {color:#996600;text-decoration:underline;}
#right h5 a:visited {color:#996600;text-decoration:underline;}
#right h5 a:hover {color:#996600;text-decoration:underline;}
#right h5 a:active {color:#996600;text-decoration:underline;}

.hidden {display:none;}
.shown {display:inline;}
	 
a.linkopacity50 img {filter:alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5;}
a.linkopacity50:hover img {filter:alpha(opacity=100);	-moz-opacity: 1.0; opacity: 1.0;}

a.linkopacity80 img {filter:alpha(opacity=80); -moz-opacity: 0.8; opacity: 0.80;}
a.linkopacity80:hover img {filter:alpha(opacity=100); -moz-opacity: 1.0; opacity: 1.0;}

#main {
	position: absolute;
	left:0px;
	top:0px;
	width:100%;
}

#left {
	position: absolute;
	left:75px;
	top:50px;
	width:325px;
}

#right {
	background-image: URL(middle.bmp);
	background-repeat: repeat-y;
	position: absolute;
	left:425px;
	top:50px;
	width:425px;
}
#righttop {	
	background-image: URL(top.bmp);
	background-repeat: no-repeat;
	height: 35px;
}
#rightmid {
	padding-left: 15px;
	padding-right: 15px;
	font-family: Copperplate Gothic Light, Courier New, serif;
	color:#663300;
}
#rightbottom {
	background-image: URL(bottom.bmp);
	background-repeat: no-repeat;
	height: 35px;
}

#footer {
	position: relative;
	padding: 15px;
	width: 60%;
}

#trans {width: 100%; height: 1000px;}



h1 {font-family: Edwardian Script,Kunstler Script,Lucida Calligraphy,Lynda Cursive,Palace Script,Vivaldi Script,serif;font-style: bold;font-size: 45pt;}
h2 {font-family: Edwardian Script,Kunstler Script,Lucida Calligraphy,Lynda Cursive,Palace Script,Vivaldi Script,serif;font-style: bold;font-size: 30pt;}
h3 {font-family: Copperplate Gothic Bold, Courier New, Monospace; font-style: bold;color:#663300;}
h4 {font-family: Copperplate Gothic Bold, Courier New, Monospace; font-style: bold;color:#663300;}
h5 {font-family: Copperplate Gothic Bold, Courier New, Monospace; font-style: bold;color:#663300;}
h6 {font-family: Copperplate Gothic Light, Courier New, Monospace; font-style: italic;font-size: small;color:#663300;}

img {border: none;}