@charset "UTF-8";
body {
	font: 12px/1.3em "Lucida Grande", Helvetica, Arial, sans-serif;
	background: #171516;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #DCDCDC;
}
.img_left {
	float: left;
	margin-right: 12px;
	margin-bottom: 8px;
}
#container  {
	width: 850px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	background-color: #1c1a1b;
}
#nav {
	background-color: #484546;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #171516;
	background-image: url(../images/Glenn-Nav_02.jpg);
	height: 25px;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #171516;
	z-index: 200;
}
#main {
	z-index: 100;
}
#footer {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #171516;
	color: #999;
	font-size: 10px;
	background-color: #171516;
}
#footer a {
	color: #999;
}
#footer a:visited {
	color: #999;
}
#footer a:hover {
	color: #999933;
}
h1 {
	font-size: 1.4em;
	padding-left: 36px;
	color: #999933;
}
h2 {
	font-size: 1.2em;
	padding-left: 36px;
	color: #999933;
}
a {
	color: #5A7089;
	text-decoration: underline;
}
#main ul {
	padding-left: 36px;
}
#main ul li {
	margin-bottom: 0.3em;
	margin-left: 16px;
}
a:link {
	color: #85A7CD;
	text-decoration: underline;
}
a:visited {
	color: #85A7CD;
	text-decoration: underline;
}
a:hover {
	color: #999933;
	text-decoration: none;
}
a:active {
	color: #EEEEEE;
	text-decoration: none;
}
#main p {
	line-height: 1.4em;
	padding-top: 0.2em;
	padding-right: 40px;
	padding-bottom: 0.2em;
	padding-left: 36px;
}
#footer p {
	margin-top: 24px;
	margin-bottom: 8px;
	text-align: center;
}
.text_right {
	text-align: right;
}
.img_right {
	float: right;
	margin-bottom: 8px;
	margin-left: 36px;
}
.clearfloats {
	clear: both;
}
