html, body
{
	margin: 0;
	padding: 0;
}

body
{
	background: #ffffff url("../images/background.gif") repeat-x top left;
	text-align: center;
	font-family: Helvetica, Trebuchet MS, sans-serif;
}

#layout
{
	width: 848px;
	margin: 0 auto;
	padding: 0 0 0 0;
	position: relative;
	text-align: center;
}

#layout #lion
{
	height: 325px;
	width: 235px;
	position: absolute;
	top: 0;
	right: 0;
	background: url("../images/lion.png") no-repeat top left;
}

#layout h1
{
	height: 90px;
	width: 677px;
	margin: 0 auto;
	padding: 0;
	background: url("../images/title.png") no-repeat bottom left;
}

#layout h1 span
{
	display: none;
}

#content #header
{
	height: 110px;
	width: 680px;
	margin: 0;
	padding: 0;
}

#content #header h2
{
	margin: 0;
	padding: 60px 0 0 0;
	
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}

#frame
{
	height: 380px;
	width: 502px;
	float: left;
	position: relative;
	top: 0;
	left: 15px;
	background: url("../images/frame.png") no-repeat bottom left;
	text-align: left;
}

#frame img
{
	position: relative;
	top: 12px;
	left: 19px;
}

#itemText
{
	margin: 0 0 0 520px;
	text-align: left;
}

#pricing
{
	width: 170px;
	margin: 10px 0 0 0;

	position: relative;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	line-height: 34px;
}

#pricing #shipping
{
	font-size: 16px;
	line-height: 22px;
}

#details
{
	margin: 14px 0 0 14px;
	border-collapse: collapse;
	line-height: 15px;
	font-size: 14px;
}

#details th
{
	margin: 0;
	padding: 0 6px 0 0;
	text-align: right;
	font-weight: normal;
}

#description
{
	margin: 14px 0 0 14px;
	font-size: 12px;
}

#buy
{
	margin: 0 0 0 14px;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}

#buy p
{
	margin: 10px 0 10px 0;
	padding: 0;
}

#buy select
{
	font-size: 15px;
}

#buy img
{
	height: 46px;
	width: 180px;
	vertical-align: -26px;
	border: 0;
}

#directions
{
	clear: both;
	height: 100px;
	width: 820px;
	margin: -2px 0 0 0;
	padding: 0 0 0 0;
	background: url("../images/guide.png") no-repeat top left;
}

#directions p
{
	padding: 45px 0 0 0;
	margin: 0;
	line-height: 20px;
	font-size: 16px;
}

#paragraphs
{
	padding-top: 40px;
	text-align: left;
}

#paragraphs p
{
	font-size: 11px;
}

#fineprint
{
	padding: 10px 0 10px 0;
	font-size: 10px;
}

#fineprint a
{
	color: #000000;
	font-weight: bold;
}

#fineprint a:hover
{
	color: #1a6f9d;
}