@charset "utf-8";
* {
	margin: 0px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper {
	width: 800px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#wrapper #banner {
	height: 300px;
	background-image: none;
	background-repeat: no-repeat;
}

#wrapper #navigation {
	height: auto;
	padding: 5px;
	font-family: "Arno Pro", "Myriad Pro", Verdana, Tahoma, Georgia;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

#navigation banner {
	height: 20px;
	width: 800px;
}
#wrapper #bodyArea {
	background-color: #FFFFFF;
	height: auto;
	width: 800px;
}
#wrapper #bodyArea #left {
	height: auto;
	width: 450px;
	float: left;
	padding: 10px;
	background-color: #FFFFFF;
}
#wrapper #bodyArea #right {
	height: auto;
	width: 300px;
	float: right;
	padding: 10px;
	background-color: #FFFFFF;
}
#wrapper #footer {
	background-image: url(../images/Banner_Bottom.png);
	height: 25px;
	width: 800px;
	clear: both;
	float: none;
}

