html, body
{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

#container
{
	width: 760px;
	margin-left: -390px;
	position: absolute;
	left: 50%;
}

h1, h2, h3, dl, dt, dd
{
	margin: 0;
}

#masthead
{
	width: 200px;
	height: 61px;
	text-align: center;
	margin-left: 280px;
}

#masthead h1
{
	margin: 0;
	padding: 61px 0 0 0;
	overflow: hidden;
	background: url(../img/logo-small.gif) no-repeat 0 0;
	height: 0px !important;
	height /**/:61px;
	width: 200px;
}

#header
{
	background: url(../img/header.gif);
	height: 30px;
}

#content
{
	background: url(../img/bg.gif);
	padding-left: 40px;
	padding-right: 40px;
}

#footer
{
	background: url(../img/footer.gif);
	height: 30px;
}

.product
{
	border: 3px dashed #999999;
	margin: 20px 20px 0 20px;
	background-color: #eeeeee;
}

.product h3, .productPrice
{
	padding: 4px;
}

.product h3
{
	font-size: 1.3em;
	clear: both;
	display: block;
	background-color: #333333;
	color: white;
}

.productPrice dt, .productPrice dd
{
	display: inline;
}

.productPrice dt
{
	font-weight: bold;
}