@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
}
#wrapper #logo {
	height: 100px;
	background-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: outset;
	border-bottom-color: #FFFFFF;
	background-repeat: no-repeat;
}
#wrapper #navigation {
	height: 33px;
	background-image: url(../Images/inventory.jpg);
	background-repeat: repeat-x;
}
#wrapper #headerImg {
	height: 200px;
	background-image: url(../Images/Inventorybanner.jpg);
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#wrapper #bodyArea #left {
	width: 800px;
	float: left;
}
#wrapper #bodyArea #footer {
	height: 40px;
	clear: left;
}
p {
	margin: 20px;
}
