body {
	background-color: #888888;
	color: #fff;
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS, Trebuchet, Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}
a:hover, a:active, a:focus {
	outline: none;
 ie-dummy: expression(this.hideFocus=true);
}
:focus {
	outline: none;
	-moz-outline-style: none;
}
#bodyContainer {
	margin:0px auto 0px auto;
	padding:0px;
	width:100%;
	height: 100%;
}
#header {
	background-image: url(../images/header.jpg);
	width: 400px;
	height: 133px;
	margin:0px auto 0px auto;
}
div.abouthead {
	font-size: 24px;
	font-variant: small-caps;
	letter-spacing: 10px;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
div.text {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	line-height: 170%;
	padding-bottom: 20px;
	font-size: 14px;
	position: relative;
}
div.navbar {
	border-top: 1px solid #373737;
	border-bottom: 1px solid #373737;
	color: #ffffff;
	padding: 5px 0px 7px 0px;
	margin-top: 10px;
	text-align: center;
	letter-spacing: 3px;
	font-variant: small-caps;
	width: 650px;
}
div.navbar a, div.navbar a:visited {
	text-decoration: none;
	background-color: transparent;
	color: #ffffff;
}
div.navbar a:hover, div.navbar a.active {
	background-color: transparent;
	color: #373737;
	text-decoration: none;
}
#footer {
	background-color: transparent;
	color: #FFFFFF;
	margin-top: 20px;
	font-size: 12px;
	text-align: center;
	font-variant: small-caps;
	letter-spacing: 4px;
	margin-bottom: 10px;
}

