/* COMMENTED OUT FOR NOW ...
a:link
{
	color: rgb(0,102,153); 
}
a:visited
{
	color: rgb(0,153,102); 
} 
a:active 
{
	color: rgb(0,102,102);
}
table
{
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102); 
}
... COMMENTED OUT FOR NOW */

body {
	text-align: center; }  /* (Hack 1) Centers IE container div */

/* LAYER DEFINITIONS */

#container {
	position: relative; 
	width: 766px;
	margin-left: auto;  /* (Hack 1) Centers non-IE container div */
	margin-right: auto; /* (Hack 1) Centers non-IE container div */
	border: 5px solid #000000;
	background-color: #FFFFFF; }
	
#banner {
	width: 766px;
	height: 152px;
	padding-bottom: 5px;
}
	
#buttons {
	width: auto;  /* Inherits centering from Hack 1 */
	height: 24px;
	padding-top: 1px;
}

#music_button {
	position: absolute;
	width: 100px;
	height: 20px;
	z-index: 1;
	left: 659px;
	top: 195px;
}

#text {
	width: 726px;
	padding-left: 20px; 
	padding-right: 20px; 
	padding-top: 20px; 
	padding-bottom: 20px;
	min-height: 400px;
	height: auto;
}
	
#footer {
	width: 756px;
	height: 25px;
	padding-left: 5px; 
	padding-right: 5px;
	margin-top: 20px;
}

/* BUTTONS LEFTOVERS
	<div style=
		" 
		z-index: 2;
		padding-left: 0px; 
		padding-right: 0px; 
		id="layer2">
*/

/* TEXT	LEFTOVERS
	<div style=
		" 
		z-index: 2;
		id="layer3">
*/

/* FOOTER LEFTOVERS
	<div style=
		z-index: 2;
		padding-bottom: 0px"
		id="layer4">
*/

p
{
	font-family: Georgia;
	font-weight; medium;
	color: #000000;
	text-align: left;
	font-size: 18px;
}
.pg
{
	font-family: Georgia;
	font-weight; medium;
	color: #000000;
	text-align: left;
	font-size: 18px;
}
.h1
{
	font-family: Bell MT;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
}
.h2
{
	font-family: Bell MT;
	font-size: 32px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
.h3
{
	font-family: Bell MT;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
.h4
{
	font-family: Bell MT;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
.h4g
{
	font-family: Georgia;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
.h5
{
	font-family: Bell MT;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
}
.h6
{
	font-family: Bell MT;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
}
.h7
{
	font-family: Bell MT;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
}
.maplink
{
	font-family: Times New Roman, TimesNR, Times;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Bell MT;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
h1
{
	font-size: 48px;
}
h2
{
	font-size: 32px;
	font-style: italic;
}
h3
{
	font-size: 24px; 
	font-style: italic;
}
h4
{
	color: rgb(0,153,153);
}
h5
{
	color: rgb(102,102,102);
}
h6
{
	color: #C0C0C0;
}