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

