/* CSS Document */
.body {
	text-align: center;
	background-color:#000000;
	color: #000000;
	background-image:url(../images/griffinBG.jpg);
}
#body .a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 24px;
}

#body .bodytext {
	color: #FFFFFF;
}
#body .h1 {
	font-weight: bold;
	color: #CCCCCC;
	background-color: #666666;
	vertical-align: top;
	text-transform: capitalize;
	border-top-style: 3;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-right-style: 3;
	border-bottom-style: 3;
	border-left-style: 3;
}
#body .footer {
	color: #CCCCCC;
	font-size: 9px;
}

#body li {
	color: #FFFFFF;
	width: 100%;
	float: left;
	list-style-type: none;
	text-align: center;
}
#body .productlist {
	color: #FFFFFF;
	list-style-type: none;
}
#body .address {
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
}
