@charset "UTF-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.andrewHouston #navContainer {
	width: 100%;
	background: #000000;
	margin: 0 /* auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.andrewHouston #redContainer {
	height: auto;
	width: 100%;
	background: #FF0000;
	background-image: 
	margin: 0 /* auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.andrewHouston #blackContainer {
	width: 100%;
	position: relative;
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.andrewHouston #whiteContent {
	margin: 0 0 0 0;
	padding: 0 10px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: center; /* this overrides the text-align: center on the body element. */
	font-size: 0.75em;
	color:#999999;

}
.andrewHouston #navig{
	margin: 0;
	font-size: 0.75em;
}
.andrewHouston #navig ul {
	margin: 0;
	padding: 0;
}
.andrewHouston #navig li {
	list-style-type: none;
	margin: 0;
	float: left;
}
.andrewHouston #navig a {
	color: #FFFFFF;
	display: block;
	float: left;
	padding: 2px 6px;
	border: 1px solid #CCCCCC;
	margin: 0 2px 0 0;
	text-decoration: none;
}
.andrewHouston #navig a:visited {
	color: #666666;
}
.andrewHouston #navig a:hover,
.andrewHouston #navig a:active,
.andrewHouston #navig a:focus {
	color: #FFFFFF;
	background-color: #A0A0A0;
}
.andrewHouston #navig #current {
	color: #FFFFFF;
	background-color: #000000;
	border-color: #000000;
	cursor: default;
}
.andrewHouston #navig br {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.andrewHouston #greyBar {
	border-top: 1px solid #000000;
	height: 8px;
	margin: 0;
	padding: 8px 0;
	font-size: 0.85em;
	background-color: #555555;
	color: #B6B1AB;
	text-align: center;
}