body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", sans-serif;
	color: #3e3e3e;
	font-size: 14px;
	background: #242e30 url('/pp09/images/bg.png') repeat-x top left;
}
a {color: #6e6e6e; text-decoration: none;}
a:hover {color: #4391c2;}
img {border: 0;}
div,span{margin:0;padding:0;}
.left {float: left;}
.right {float: right;}
.wrapper {
	margin: 27px auto 0 auto;
	width: 898px;
	overflow: hidden;
}
/*--------------------------------------------------
// Header
//--------------------------------------------------*/
#header {
	overflow: hidden;
	width: 898px;
	height: 100px;
	display: block;
	background: transparent url('/pp09/images/header.png') no-repeat top left;
}
/*--------------------------------------------------
// Body
//--------------------------------------------------*/

#contentwrap {
	background: #fff url('/pp09/images/contentwrap_bg.png') repeat-y top left;
	overflow: hidden;
}
#content {
	float: left;
	overflow: hidden;
	background: #fff url('/pp09/images/content_bg.png') repeat-x top left;
	width: 818px;
	padding: 20px 40px 20px 40px;
}
#content p {margin: 25px 0;}
#content h1 {
	font-family: Georgia;
	font-weight: normal;
	font-size: 25px;
	color: #35485a;
	margin: 20px 0 10px 0;
}


/*--------------------------------------------------
// Footer
//--------------------------------------------------*/
#footer {
	margin: 0;
	padding: 33px 115px 0 35px;
	overflow: hidden;
	background: transparent url('/pp09/images/footer.png') no-repeat top left;
	height: 50px;
	width: 748px;
	color: #cacaca;
}
#footer a {
	color: #ffffff;
}
#footer a:hover {
	color: #cccccc; text-decoration: underline;
}
#footer .left {
	margin: 15px 0 0 0;
	font-size: 11px;
}
#footer .right {
	font-weight: bold;
}
