﻿@import url("layout.css");
@import url("CSS - Products.css");
body {
	/*font-family: Tahoma, Arial,sans-serif;*/
	font-size: 0.8em;
	color: #000;
	width: 980px;
	top: 0px;
	right: auto;
	bottom: 0px;
	left: auto;
}
#container {
	width: 1000px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}
#masthead {
	width: 1000px;
	overflow: auto;
	background-color: #FFFFFF;
	height: 178px;
}
#content {
	margin: 1em 0 0 0;
	width: 1000px;
	color: rgb(50,50,50);
	top: 0px;
	bottom: 0px;
	right: auto;
	left: auto;
	text-align: left;
	background-color: #FFFFFF;
}
#footer {
	font: 100% Verdana;
	right: auto;
	left: auto;
	clear: both;
	width: 1000px;
	overflow: hidden;
	height: 65px;
}
#masthead img {
	float: left;
}
