body {
	margin: 0px;
	padding: 0px;
	background-color: #C2AD99;
}
#mainBody a:link, #mainBody a:hover, #mainBody a:visited {
	color: #0000FF;
	text-decoration: underline;
}
#mainBody {
	padding: 10px;
	text-align: left;
}
#wrapper {
	width: 950px;
	min-height: 90%;
	display: table;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
#homeHeader {
	width: 100%;
	height: 300px;
	background: url("/images/static-header.jpg");
	margin: 0 auto;
}
#allHeader {
	width: 100%;
	height: 170px;
	background: url("/images/static-header.jpg");
	margin: 0 auto;
}
#navigation {
	width: 100%;
	height: 20px;
	text-align: center;
	vertical-align: bottom;
	background-color: #990000;
	color: #BB0000;
	border-top: 2px solid #BB0000;
	border-bottom: 2px solid #BB0000;
}
#navigation a:link, a:visited{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial;
	font-size: 13px;
	position: relative;
	top: 2px;
}
#navigation a:hover{
	text-decoration: underline;
}
h1 {
	font-family: Arial;
	font-size: 18px;
	margin: 0px;
}
h2 {
	font-family: Arial;
	font-size: 14px;
	margin: 0px;
}
h3 {
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	margin: 0px;
}
.nb {
	width: 150px;
	height: 20px;
	float: left;
	border-right: 2px solid #BB0000;
	text-align: center;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.directory {
	text-align: left;
}
.directory td {
	vertical-align: top;
}

