html {
	overflow: scroll;
 	overflow: -moz-scrollbars-vertical; 
}
body {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 95%;
	text-align: center;
	margin: 0px;
	padding: 10px 0px 0px;
	background: #2A2A26;
	color: rgb( 123, 123, 110 );
}
table {
	font-size: 90%;
}

p {
	text-indent:1em;
	
}

#container {
	margin: 0px auto;
	text-align: left;
	width: 970px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica,  Arial, Sans-Serif;
	margin-top: .5em;
	margin-bottom: .5em;
	letter-spacing: .05em;
}
.half {
	width: 49.9%;
	float: left;
}
.third {
	width: 33%;
	float: left;
}
.two_thirds {
	width: 66%;
	float: left;
}
.indented {
	margin-left: 2em;
}

.small, small {
	font-size: 80%
}

.grey {
	color: #666;
}
.shaded {
	background-color: #eee;
}

div.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

hr {
	clear: both;
	border-top: 1px solid #000;
	border-bottom: 0px;
	height: 0px;
	margin: 10px 0px;
}

a img {
	border: 0px;
}
.interior {
	padding: 5px;
}

a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#header {
	position: relative;
	top: 0px;
	height: 72px;
}
#header_links {
	position: absolute;
	right: 0px;
/*	bottom: 0px; */
	top: 38px;
	padding: 0px;
	margin: 0px;
}

#header_links li {
	float: left;
	margin: 0px 10px;
	padding: 0px;
	list-style-type: none;
	text-align: right;
	position: relative;
	height: 60px;
}
#header_links a:link, #header_links a:visited {
	opacity: .5;
	filter: alpha(opacity = 50);
	zoom: 1;
	font-size: 30px;
}
#header h1 {
	margin-bottom: 10px;
	margin-top: 0px;
}
#header a {
	font-family: Futura, "New Century", Helvetica, Arial, sans-serif;
}
#header a:link {
	color: black;
}
#header a:visited {
	color: black;
}
#header a:hover {
	text-decoration: none;
	filter: alpha(opacity = 100);
	opacity: 1;
	zoom:1;
}

#content {
	height: 380px;
	width: 960px;
	/* background: white; */
	overflow: hidden;
	position: relative;
	color: #bcbcbc;
}

#content_decorations {
	width: 960px;
	margin: 0px;
	border: 5px solid black;
}
#footer_container {
	height: 50px;
	clear: both;
}
#footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	width: 100%;
	font-size: 80%;
	text-align: center;
}
/* DokuWiki stuff */
.level1, .level2, .level3, .level4 {
	margin-left: 3em;
}
.level1 p, .level2 p, .level3 p, .level4 p {
	margin-top: .125em;
}
ul .level1, ul .level2, ul .level3, ul .level4 {
	margin-left: 0px;
}
.left_sidebar .level1, .left_sidebar .level2, .left_sidebar .level3, .left_sidebar .level4 {
	margin-left: 0px;
}
/* end DokuWiki stuff */


#interior_images {
	position: relative;
	width: 766px;
	height: 380px;
	overflow: hidden;
}
#interior_images img {
	display: block;
}
#interior_links {
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: right;
	border-left: 1px solid black;
}
#interior_links img {
	display: block;
	border-top: 1px solid black;
	margin: -1px -1px 0px 0px;
}
#interior_links a {
	display: block;
	position: relative;
}
#interior_links a:link span, #interior_links a:visited span {
	visibility: hidden;
	position: absolute;
	bottom: 15px;
	left: 0px;
	right: 0px;
	text-align: center;
	font-size: 40px;
	color: #25251e;
	opacity: .7;
	filter: alpha(opacity = 70);
	text-decoration: none;
	font-family: Helvetica, Arial, Sans-Serif;
}
#interior_links a:hover span {
	visibility: visible;
	text-decoration: none;
}
#interior_links a:hover {
	text-decoration: none;
}
