@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #FFFFFF;
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
}
#wrapper #logo {
	background-color: #FFFFFF;
	height: 100px;
	padding-left: 5px;
	padding-top: 5px;
}
#wrapper #bodyArea #left {
	width: 400px;
	float: left;
}
#wrapper #bodyArea #right {
	width: 400px;
	float: right;
	list-style-position: inside;
	font-size: 12px;
	background-color: #d5d2d2;
	padding-top: 25px;
}
#wrapper #bodyArea #footer {
	height: 15px;
	clear: both;
	background-image: url(../Images/navigation%20swatch.gif);
	background-repeat: repeat-x;
	padding: 7px;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	height: 35px;
	text-align: left;
	background-image: url(../Images/navigation%20swatch.gif);
	background-repeat: repeat-x;
}
#wrapper #headerImg {
	height: 273px;
	background-image: url(../Images/banner.jpg);
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #3D0202;
}
P {
	font-family: "Eras Medium ITC";
	padding-right: 25px;
	padding-left: 25px;
}

