@charset "UTF-8";
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	color: #947564;
}
/* CSS Document */

#outer-page {
	position:relative;
	top:0px;
	width:760px;
	height:600px;
	z-index:1;
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
	left: auto;
}
#header {
	position:absolute;
	width:760px;
	height:145px;
	z-index:1;
}
#nav {
	position:absolute;
	width:760px;
	height:25px;
	z-index:2;
	top: 145px;
}
#frame-top {
	position:absolute;
	width:760px;
	height:15px;
	z-index:3;
	top: 170px;
}
#page-content {
	position:absolute;
	width:760px;
	height:400px;
	z-index:4;
	top: 185px;
}
.sixteen {font-size: 16px}
.nav {
	color: #9E806C;
	font-weight: bold;
	font-size: 12px;
}
a:link {
	color: #EABD41;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #EABD41;
}
a:hover {
	text-decoration: underline;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
	color: #FFCC00;
}
