
* { margin: 0; padding: 0; }

A:link {text-decoration: none; color: #66CCFF;}
A:visited {text-decoration: none; color: #FF6633;}
A:active {text-decoration: none; color: #FF6633;}
A:hover {text-decoration: underline; color: #FF6633;}

A:link.player {text-decoration: none; color: #3300CC; font-size=20px;}
A:visited.player {text-decoration: none; color: #3300CC; font-size=20px;}
A:active.player {text-decoration: none; color: #3300CC; font-size=20px;}
A:hover.player {text-decoration: underline; color: #3300CC; font-size=20px;}

A:link.internal {text-decoration: none; color: #3300CC; }
A:visited.internal {text-decoration: none; color: #3300CC; }
A:active.internal {text-decoration: none; color: #3300CC; }
A:hover.internal {text-decoration: underline; color: #3300CC; }

body {
	background-color: #e7edb2;
	background-image: url("../images/background.png");
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #006600;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #003333;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #003333;
}
h4 {
        font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #006600;
}

ul {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #003333;
}

#staff {
	position: relative;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	text-align: left;
}

.staffname {
        text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	text-decoration: none;
	color: #006600;
}

.righty {
	position: relative;
	width: 33%;
	float: right;
}

.righty2 {
	position: relative;
	width: 55%;
	float: right;
}

.evenright {
	position: relative;
	width: 50%;
	float: right;
}

.evenleft {
	position: relative;
	width: 50%;
	float: left;
}

.lefty {
	position: relative;
	width: 66%;
	float: left;
}

.lefty2 {
	position: relative;
	width: 45%;
	float: left;
}

.spaced {
	position: relative;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	
}

.address {
	position: relative;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	text-align: left;
}

#contact {
	position: relative;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}

#main {
	width: 1000px;
        position: relative;
        top: 0px;
        margin-left: auto;
        margin-right: auto;
	border-spacing: 0;
	border-style: none;
	text-align: center;
}

#logo {
	background-image: url(../images/golden_hill.png);
        background-repeat: no-repeat;
        background-position: top center;
        width: 100%;
        height: 250px;
        position: relative;
	top: 10px;
}

#nav {
	width: 100%;
        height: 70px;
        position: relative;
        text-align: center;
}

#top {
        position: relative;
	width: 100%;
        height: 38px;
        background-image: url(../images/tableborder_top.png);
        border-style:none;
        background-repeat: no-repeat;
}

#inner {
	background-image: url(../images/tableborder_middle.png);
	width: 100%;
        position: relative;
        background-repeat: repeat-y;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-style: none;
}

#foothills {
	position: relative;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	height: 500px;
	background-image: url("../images/foothills.png");
	background-repeat: no-repeat;
	background-position: center top;
}

#bottom {
        background-image: url(../images/tableborder_bottom.png);
	position: relative;
	width: 100%;
	height: 38px;
	background-repeat: no-repeat;
}
#footer {
	margin-left: auto;
	margin-right: auto;
        color: #E7EDB2;
	padding-bottom: 10px;
}
