html {
	overflow:scroll;
}

body {
	height:100%;
	margin:0;
	padding:0 10px 0 10px;
	margin:0 0 0 225px;
	background-color:#000; /* background color - entire site */
	border-left:5px solid #fff; /* Thick Horizontal Seperator */	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:#968355; /* color of text in body */
}

#menu {
	position:fixed;
	display:block; 
	top:120px;
	left:50px;
	width:250px;
	height:200px;
	font-size:12px;
}

#logo {
	position:fixed;
	top:10px;
	left: 10px;
	z-index:50;
}

#logo a {
	border: none;
}

#flash {
	position:fixed;
	top:375px;
	left:50px;
	width:125px;
	height:100px; 
	text-align: center;
	color: #AC9C73; /* text color above flash.swf */
	line-height: 25px;
	font-size:12px;
	border: none;
	z-index:50;
}

#menu a, #menu a:link {
	display:block;
	width:125px;
	height:25px;
	color:#fff; /* color of links before hover */
	background:transparent;
	text-decoration:none;
	border:1px solid #968355; /* thin border around menu links */
	text-align:center;
	line-height:25px;
	margin-top:5px;
}

#menu a:visited {
	color:#fff; /* adjust to same color for links above */
	background:transparent;
}

#menu a:hover, #menu a:active {
	color:#968355; /* hover link color */
}

#text {
	display:block; 	
	margin-left:0px; 
	padding:10px;
	border-left:1px solid #fff; /* thin seperator menu / body */
}

p, li {
	width:85%;
}

img {
	border: none;
}

/* All links within the body */
a:link {
	color:#968355;
}

a:visited {
	color:#AC9C73;
}
/* ^^^^^^^^^^^^^^^^^^^^^ */

li {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12pt; 
	color:#968355; /* adjust to body text color */
}

h1,h2,h3,h4 {
	font-family: Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	color:#968355; /* can be same as body text color, or changed to give page different look */
}

/* adjust header sizes, only if you really need to */
h1 {font-size:21pt;}

h2 {font-size:18pt;}

h3 {font-size:15pt;}

h4 {font-size:12pt;}

.smaller {
	font-size: 10pt;
}

.smallest {
	font-size: 9pt;
}

.copyright {
	font-size:9pt;
	text-align:center;
}