body {
	font-family: calibri, tahoma, verdana, arial, sans-serif;
	background-color: #131508;
	color: white;
}
#counter {
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #888a7e;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
	-khtml-opacity: 0.5;
	background-color: black;
}
a {
	color: #FDEA7B; /*#fef3b8;*/
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border-color: #FDEA7B;
	border-style: solid;
	border-width: 2px;
}
#container {
	width: 900px;
	border-style: solid;
	border-width: 1px;
	border-color: #888a7e;
	margin: 0px auto;
	background-image: url(../CrandorBanner.png);}
#header {
	position: relative;
	height: 200px;
}
#header h1 {
	display: none;
	margin: 5px;
}
#tabs {
	width: 900px;
	position: absolute;
	left: 0;
	bottom: 0;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #888a7e;
	font-size: 70%;
	text-align: right;
}
#tabs a {
	font-size: 130%;
	color: white;
	background-color: #88996b;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #888a7e;
}
#tabs a:hover {
	text-decoration: none;
	background-color: #b66826;
	color: black;
}
#content h2, h3, h4, h5, h6, p {
	margin: 0;
	margin-bottom: 15px;
}
#content h2, h3, h4, h5, h6 {
	padding-top: 15px;
}
#content {
	background-color: #656F2A;
	margin: 0px;
	padding: 5px;
	text-align: left;
}
#copy {
	font-size: 80%;
	color: #fef3b8;
}
#navigation {
	float: left;
	width: 100px;
	padding-top: 15px;
}
#text {
	float: right;
	width: 780px;
}
.clear {
	clear: both;
	width: 1px;
	height: 1px;
}
