body {
	font-size: 80%;
	width: 90%;
	font-family: verdana, trebuchet MS;
	color: #000;
}	

#gallery, #date, #nav, .flash, #contentright, #footer, #shellbottom {
	display: none;
}

h1, h2 {text-transform: capitalize; font-weight: normal;}

.tagline {font-weight: bold;}

table.productstable {
	border: 0px #000 solid;
	width: 100%;
	margin: 12px 0;
}
table.productstable th {
	border-top: 3px #000 solid;
	border-left: 3px #000 solid;
	border-right: 3px #000 solid;
	border-bottom: 3px #000 solid;
	padding: 6px;
	color: #000;
	margin: 0;
}
table.productstable td {
	border-top: 1px #000 solid;
	border-left: 1px #000 solid;
	border-right: 2px #000 solid;
	border-bottom: 2px #000 solid;
	margin: 0;
	padding: 12px;
	text-align: center;
}

.boxaddress {
	display: block;
	text-align: center;
	margin: 12px auto 0 auto;
	float: center;
}

#content {
	margin: 18px 0;
	border-top: 1px #000 solid; 	
	border-bottom: 1px #000 solid; 	