body {
	text-align: center;
	margin: 0;
	font-family: trebuchet MS, Tahoma, Verdana;
	background: url(images/body_bg.jpg) #CCC;
}
#container {
	width: 704px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background-color: #FFF;
}
#header {
	position: relative;
	height: 232px;
	width: 704px;
	background: url(images/header.jpg) no-repeat;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#header h1 {
	display: none;
	font-size: 90%
}
#content {
	position: relative;
	width: 695px;
	padding: 10px;
}
#content h2 {
	font-size: 86%;
	background: url(images/h2.jpg) repeat-x;
	height: 33px;
	width: 90%;
	padding-top: 8px;
	padding-left: 5px;
}
#content span {
	font-size: 76%;
	line-height: 1.8em;
}
#content p {
	font-size: 125%;
	font-weight: bold;
	font-style: italic;
	padding: 3px;
}
#content span.products img {
	border: 1px solid #CCC;
}
#footer {
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#footer span {
	position: relative;
	font-size: 76%;
	top: 10px;
}
span.btmlinks a, span.btmlinks {
	font-size: 80%;
	color: #222;
	text-decoration: none;
	background-color: #FFF;
}
.ffFix {
	height: 0px;
	width: 600px;
}