@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#wrapper #logo {
	background-color: #000000;
	height: 124px;
}
#wrapper #nav {
	height: 20px;
	background-color: #2D7DBA;
}
#wrapper #headerImg {
	height: 240px;
	background-image: url(../images/header.png);
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #bodyArea #left {
	height: auto;
	width: 500px;
	float: left;
	font-family: "Chaparral Pro";
	font-size: 16px;
	background-color: #000000;
	background-image: url(../images/desbg.png);
}
#wrapper #bodyArea #right {
	height: 220px;
	width: 300px;
	float: right;
	background-image: url(../images/rightbox.png);
	background-color: #000000;
}
#wrapper #bodyArea #footer {
	height: 40px;
	clear: both;
	background-color: #000000;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #82C3AF;
	border-right-color: #82C3AF;
	border-bottom-color: #82C3AF;
	border-left-color: #82C3AF;
}
