@charset "UTF-8";
/* CSS Document */

body {
	font-family: Helvetica;
	background-color: #ffffff;
	margin:0 0 0 0;
}

#body {
	font-family: Helvetica;
	width: 650px;
}

#headerContainer {
	width: 650px;
	height: 107px;
	background-color:#000;
}

#inventoryContainer {
	padding: 5px;
}

#footerContainer {
   width: 600px;
   clear: both;
	margin-left: auto;
	margin-right: auto;
   height:40px;   /* Height of the footer */
}

#footerContactInfo {
	font-size: 11px;
	color: #036;
	text-align: center;
	margin-top: 3px;
}

#inventoryPicture {
	width: 400px;
	float: left;
}

#inventoryStats {
	width: 240px;
	float: right;
}
