body {
	margin: 0px 0px 0px 0px;
	background-color: black;
	font-family: Verdana, Helvetica;
}

h1 {
	display: inline-block;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 16px;
}

h2 {
	display: inline-block;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 14px;
}

#header {
	display: block;
	width: 770px;
	height: 124px;
	background: url(images/header.jpg) no-repeat;
}

#content {
	display: block;
	background: url(images/background.gif) repeat-y;
	padding-left: 35px;
	width: 730px;
	text-align: center;
}

#price {
	font-size: 14px;
	font-style: bold;
/*	text-align: right; */
	margin-bottom: 10px;
}

#footer {
	display: block;
	width: 770px;
	height: 47px;
	background: url(images/footer.jpg) no-repeat bottom;

	font-size: 11px;
	text-align: center;
}
