@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#wrapper #logo {
	font-size: 6px;
	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/product/banner.jpg);
	height: 273px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3D0202;
}
#wrapper #bodyArea {
	background-color: #FFFFFF;
}
#wrapper #footer {
	background-image: url(../Images/navigation%20swatch.gif);
	background-repeat: repeat-x;
	height: 15px;
	padding: 7px;
}
