img {
border:0px;
}

Body {
	margin:0px;
	padding:0px;

	/*font-family: "trebuchet MS", verdana, helvetica, sans-serif; */
	font-family: "Georgia", "Times New Roman", serif;
	background-image: url(images/background.png);
	width:100%;
}

.Container {
	width:100%;
}

.Main {
	background-color: #e8e5d2;
	position:relative;
	width:916px;
	padding:0px;
	margin:0px;
}

.Header {
	background-image:url(images/header.png);
	width:916px;
	height:124px;
}
.Footer {
	background-image:url(images/footer.png);
	width:916px;
	height:24px;
}

.SuperCell {
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}


.Content {
	width:914px;
	top:126px;
}


.Buttons {
/*	background-image:url(images/active_menu.png); */
	position:absolute;
	opacity:1;
	left:18px;
	top:97px;
	width: 500px;
	height: 26px;
	font-size:0px;
	color:black;
}
.Buttons a:link {
	color:black;
}
.Buttons a:visited {
	color:black;
}
.Buttons a:active {
	color:black;
}

.Buttons A {
	float:left;
	width:50px;
	height:26px;
}

.Buttons A:hover {
	background-image:url(images/active_menu.png);
	cursor: pointer;
	background-position: 0px 0px;
}

.Home {
	margin-left:1px;
	width:54px !important;
}

.Furniture {
	margin-left:16px !important;
	width:70px !important;
	background-position: -70px !important;
}

.NewsItems {
	margin-left:16px !important;
	width:75px !important;
	background-position: -156px !important;
}

.Accessories {
	margin-left:16px !important;
	width:90px !important;
	background-position: -247px !important;
}

.MailingListButton {
	margin-left:6px !important;
	width:70px !important;
	background-position: -343px !important;	
}

.MailingList {
	width:400px !important;
}

.MailingList th{
	width:100px;
	
}

.AboutUs {
	margin-left:6px !important;
	width:75px !important;
	background-position: -419px !important;	
}

.BodyTable {
	margin:1em;
	margin-top:2em;
}

.BodyTable td {
	vertical-align:top;
}

.section H1 {
	font-size:16px;
	text-align:center;
	padding-bottom:0.5em; 
	border-bottom:1px solid black;
	margin-bottom:3px;
	text-transform:uppercase;
}

.section P {
	padding:1em;
	margin:0px;
	background-color:white;
	font-size:12px;
}

.section td  {
	font-size:12px;

}

a:link {
	color: #557c22;
}

.Item {
	width:400px;
	height:320px;
	background:white;
	margin:0.5em;
	padding:0.5em;
	overflow:hidden;
	overflow-y:auto;
}
.Item p {
	font-size:0.75em;
}

.Item h1 {
	margin:0px;
	font-size:1em;
	font-weight:bold;
}
.Item img {
	max-width:250px;
	max-height:200px;
	float:right;
}

.ContentWrapper {
	margin:1em;
}