@import url("styles.css");
@import url("menu.css");
body{
    margin:0;
    padding:0;
    background:#FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:8pt;
}
#addInfo{
	width:200px;
	border:1px #9e7b45 solid;
	margin:10px 0 0 7px;
}
#contact{
	width:600px;
}	
#footer{
	height:35px;
	width:980px;
	background:#614312;
	margin:10px 0 0 0;
}
#header{
	height:141px;
	background:#9e7b45;
}
#homeInfo{
	width:200px;
	border:1px #9e7b45 solid;
	margin-left:7px;
}
	
.inventory{
	/*width:500px;*/
	border:1px #9e7b45 solid;
	margin:0 0 10px 0;
}
#leftContent{
	margin:40px 0 0 0;
    width:250px;
    float:left;
	display:inline;
}
#location{
	border:1px #9e7b45 solid;
	background:#f2ece4;
	width:300px;
	margin-bottom:10px;
}
#mainContainer{
    width:900px;
}
#newsletter{
	width:192px;
	margin:10px 0 0 7px;
	background:#f2ece4;
	border:1px #9e7b45 solid;
}
#bottomNav{
	text-align:center;
}
#rightContent{
	margin:40px 0 0 0px;
    width:600px !important;
    float:right;
	display:inline;
}
#testimonials{
	background:#f2ece4;
	width:500px;
	border:1px #9e7b45 solid;
	margin:0 0 10px 0;
}
#wrapper{
	width:980px;
}