body {
		margin:0px 0px; padding:0px;
		text-align:center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height:16px;
		color: #333333;
		text-decoration: none;
		}
#MainBox {
		margin:0px auto;
		text-align:center;
		height: 175px;
		width:750px;
		}
#ContentBox {
		margin:0px auto;
		width:750px;
		}
#PageTitleBox {
		margin:0px auto;
		width:650px;
		height:40px;
		background-color:#333333;
		border: 1px solid #333333;
		}
#ContentTextBox {
		margin:0px auto;
		width:630px;
		background-color: #FFFFFF;
		text-align:left;
		padding:10px;
		//*border: 1px solid Gray;*//
		}
#LegalBox {
		margin:0px auto;
		width:650px;
		text-align:center;
		padding-top:10px;
		}
a:hover {
		background-color: #333333;
		}
.headings {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color:#663300;
		text-decoration: none;
		}
.sections {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color:#333333;
		text-decoration: none;
		}
.decoInfoBar {
		padding:10px;
}
.decoProductListTitle {
		padding:10px;
}
.decoProductListCellsDescription {
		border: 1px solid gray;
		padding: 3px;
		text-align: center;
}
.decoProductListCellsPrice {
		border-top:1px solid gray;
		border-bottom:1px solid gray;
		border-right:1px solid gray;
}
.decoProductListCellsAddtocart {
		border-top:1px solid gray;
		border-bottom:1px solid gray;
		border-right:1px solid gray;
		text-align: center;
}