body {
	background-color: #000000;
}

/* ***GLOBAL WRAPPERS*** */

#wrapper {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 90%;
	line-height: 105%;
	color: #000000;
	width: 620px;
	padding: 0px;
	position: relative;
	margin-top: 20px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	}

#nav {
	padding: 0px;
	margin: 0px;
	background: #996600;
	width: 140px;
	position: relative;
	float: left;
	}


#content {
	width: 440px;
	vertical-align: top;
	margin: 0px 0px 0px 160px;
	padding: 0px;
	background-color: #996600;
	}

#content_box {
	padding: 5px 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #996600;
}

	/* ***GLOBAL LINKS*** */
	
a:link {
	text-decoration: underline;
	color: #660000;
}
a:visited {
	color: #333300;
}
a:active {
	color: #993300;
}
a:hover {
	color: #333300;
}

/* ***GLOBAL TYPOGRAPHY*** */
	
h1 {
	letter-spacing: .25em;
	text-align: left;
	white-space: nowrap;
	display: block;
	color: #996600;
	border: 0px none;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
	background-color: #000000;
}

h2 {
	font-size: 16px;
	letter-spacing: 0.25em;
	color: #000000;
	text-align: left;
	white-space: nowrap;
	display: block;
	background-image: url(../img/titleSUB_BG.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h5 {
	text-align: left;
	display: block;
	font-size: 95%;
	font-weight: bold;
}

	/* ***GLOBAL LISTS STYLES*** */

ul {
	margin-top: 1em;
	margin-left: 2em;
	padding-top: 1em;
	padding-left: 2em;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
li {
	list-style-position: outside;
	list-style-type: circle;
	padding-bottom: 6px;
}
#anchorlinks ul li {
	list-style-type: none;
	display: block;
	word-spacing: 3em;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	border: thin none;
}
#anchorlinks ul {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	margin: 0px;
	padding-left: 0px;
}
#section {
	background-color: #996600;
}
