body {
	background-color: #E2D7B4;
	margin: 0px;
	padding: 0px;
}
#head {
	margin: auto;
	padding: 0px;
	height: 140px;
	width: 900px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#head p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	text-align: right;
	padding: 50px 20px 0px 0px;
}
#logo {
	height: 140px;
	width: 317px;
	float: left;
	margin-right: 15px;
	margin-left: 15px;
}
#navigation {
	margin: auto;
	padding: 0px;
	height: 40px;
	width: 900px;
	background-color: #CC0000;
	text-align:center;
	background-image: url(../images/nav-bar.png);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CC0000;
	border-left-color: #CC0000;
}
#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align:center;
}
#navigation li {
	float: left;
	width: 16.555%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #990000;	
}
#navigation li a {
	display: block;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 40px;
	text-decoration: none;
	font-weight: normal;
}
#navigation li a:hover {
	background-color: #666666;
	background-image: url(../images/nav-bar.png);
}
#main {
	margin: auto;
	width: 900px;
	margin-top: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
#blackArea {
	position:relative;
	background-color: #000000;
	width: 892px;
	height: auto;
	padding: 4px;
	display: table;
}
#blackText {
	float: right;
	width: 250px;
	margin-right: 15px;
	padding-top: 10px;
}
#blackText h1 {
	color: #F1ECDC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-align: left;
	line-height: 24px;
	padding:0px;
	margin: 0px;
}
#blackText ul {
	color: #F1ECDC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	list-style-type: none;
	line-height: 25px;
	/* margin-left: -20px; */
}
#maintxt {
	position:relative;
	background-color: #F1ECDC;
	height: auto;
	padding: 4px 20px 10px 20px;
}
#maintxt p {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	line-height: 21px;
}
#maintxt ul {
	list-style-type: none;
}
#maintxt ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
}
#footer {
	margin: 0px auto 20px auto;
	padding: 5px;
	height: 40px;
	width: 890px;
	background-color: #CC0000;
	text-align:center;
	background-image: url(../images/nav-bar.png);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	margin-top: 15px;	
}
.clearIT {
	height: 1px;
	clear: both;
}
