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