a:link {
	color: #ffc533;
	text-decoration: none;
}
a:visited {
	color: #e6c267;
	text-decoration: none;
}
a:hover {
	color: #ffb600;
	text-decoration: underline;
}
a:active {
	color: #dec58b;
	text-decoration: underline;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	background-color: #a48358;
	padding: 0px;
	margin-top: 0px;
	overflow-x: hidden;
}
.frameleft {
	position: absolute;
	margin-left: -900px;
	left: 50%;
	z-index: 2;
	width: 450px;
	height: 350px;
	padding: 0px;
	background-image: url('images/tile.jpg');
	background-position: top right;
	background-attachment: scroll;
}
.frameright {
	position: absolute;
	margin-left: 450px;
	left: 50%;
	z-index: 2;
	width: 450px;
	height: 350px;
	padding: 0px;
	background-image: url('images/tile.jpg');
	background-position: top left;
	background-attachment: scroll;
}
.title {
	position: absolute;
	margin-left: -450px;
	left: 50%;
	z-index: 2;
	width: 900px;
	padding: 0px;
}
.menu {
	position: absolute;
	margin-left: -450px;
	left: 50%;
	z-index: 3;
	width: 820px;
	margin-top: 284px;
	padding-top: 7px;
	padding-right: 40px;
	padding-bottom: 7px;
	padding-left: 40px;
}
.content {
	position: absolute;
	margin-left: -450px;
	left: 50%;
	z-index: 1;
	width: 820px;
	background-color: #a48358;
	margin-top: 330px;
	padding-top:25px;
	padding-right: 40px;
	padding-bottom: 25px;
	padding-left: 40px;
	opacity: 100%;
	font-size: 20px;
}
ul.inside {
	list-style-position: inside;
	list-style-type: circle;
}
ul.outside {
	list-style-position: outside;
	list-style-type: circle;
}
a img {
	border: none;
}
html {
	min-height: 100%; margin-bottom: 1px;
}
.floater {
	display: none;
	float: right;
	padding: 0px 0px 6px 16px;
}
.vid a {
	/* filter:alpha(opacity=100); */
	-moz-opacity: 1;
	opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(opacity = 100);
	zoom: 1;
}
.vid a:hover {
	/* filter:alpha(opacity=60); */
	-moz-opacity:.6;
	opacity:.6;
	-khtml-opacity:.6;
	filter: alpha(opacity = 60);
	zoom: 1;
}
.hsbody {
	height: 500px;
	width: 80%;
	overflow: scroll;
	font-size: 20px;
}
table {
	position: center;
	font-size: 20px;
}
tr.c1 td {
	text-align: center;
	width: 33%;
	font-size: 20px;
}
.share {
	padding-left: 6px;
	padding-right: 6px;
}