@import url("forms.css"); 
@import url("headers.css"); 

html, body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background:#472C1B;
}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #8E783F;
	font-size: 9px;
}
p, a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #8E783F;
	font-size: 11px;
	text-align:justify;
}
.errorStyle {
	color: #FF0000;
	font-weight:bold;
}
#container {
	width: 520px;
	margin: 15px auto 0px auto;
	background:url(../images/body_bg.jpg) repeat-y left top;
	padding: 0px;
	text-align: center;
}
#logo {
	height: 135px;
	background:url(../images/body_top.jpg) top left no-repeat;
}
#nav {
	width: 450px;
	height: 54px;
	margin: 0px auto 0px auto;
	text-align: left;
}
#nav a {
	float: left;
	display: inline;
}
#graphic {
	width: 450px;
	height: 220px;
	margin: 0px auto 0px auto;
}
#content {
	width: 414px;
	margin: 0px auto 0px auto;
	padding: 20px 0px 0px 0px;
	text-align: left;
}
.products {
	width: 414px;
	
}
.product {
	float: left;
	width: 99px;
	text-align: center;
	padding: 0px 0px 10px 0px;
	margin: 0px 4px 0px 0px;
}
.prodImg {
	width: 80px;
	height: 80px;
	margin: 5px;
	padding: 0px;
	background-color: #FFFFFF;
}
.separator {
	height: 10px;
	background:url(../images/separator.jpg) center no-repeat;
}
#bottom {
	height: 73px;
	background: url(../images/body_bottom.jpg) top left no-repeat;
}
#copyright {
	width: 520px;
	margin: 5px auto 0px auto;
	color: #8E783F;
}
