body {
	background-color: #fafafa;
	margin: 0px;
	margin-top: 20px;
}

#page-wrapper {
	width: 790px; /* 771, 775 */
	margin: 0 auto;
	/*border: 1px solid red;*/
}

#page {
	float: left;
}

/* header */
#header {
	height: 50px;
}
#header h1 {
	margin: 0px 0px 0px 0px;
}
#header h1 a {
	display: block;
	float: left;
	width: 186px;
	height: 25px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
}
#header h1 a span {
	display: none;
}
#header h2.claim {
	margin: 10px 0px 0px 0px;
	width: 317px;
	height: 11px;
	background-image: url(images/header-claim.png);
	background-repeat: no-repeat;
	float: right;
	
}
#header h2 span {
	display: none;
}

/* page body */
#page-body {
}

/* content */
#content {
	float: left;
	width: 565px;
}
#content h1 {
	font: normal normal 11px Georgia, Verdana;
	color: #000;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 2px 11px;
	*padding: 5px 0px 4px 11px;
	*-padding: 5px 0px 6px 11px;
	
}

/* footer */
#footer {
	width: 565px;
	margin-top: 25px;
	padding-top: 18px;
	padding-bottom: 18px;
	float: left;
	
	background-image: url(images/footer-bg.png);
	background-position: top left;
	background-repeat: repeat-x;
}
#footer p {
	margin: 0px 0px 0px 0px;
	font: normal normal 11px Georgia, Verdana, Arial;
	color: #000;
	text-align: center;
	line-height: 1.5em;
}
#footer p a {
	color: #000;
}

