* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #FFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
}
#wrapper #disclaimer_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #1E467A;
	color: #FFF;
	text-align: right;
}

#wrapper #banner {
	height: 145px;
	background-color: #FFF;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	height: auto;
	background-color: #EEE;
	width: 800px;
}
#wrapper #headerImg {
	background-repeat: no-repeat;
	width: 800px;
	background-image: url(../images/header.jpg);
	border-top-style: none;
	height: 250px;
}
#wrapper #bodyArea #left {
	width: 549px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
#wrapper #bodyArea #right {
	width: 250px;
	float: right;
	background-color: #CCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
#wrapper #bodyArea #footer {
	clear: both;
	height: 70px;
	background-color: #1E467A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 20px;
}

#wrapper #slideshow
{
	float: left;
}

