
* {
	margin: 0;
	padding: 0;
}
body {
	background: url(../images/background.gif) repeat-x top #559DB3;
	text-align: center;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
div.hide-me {
	display: none;
}
/* Typography */
p {
	padding: 10px 50px;
	font-size: 13px;
	line-height: 1.8em;
	color: #575759;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}
img.image {
	float: left;
	margin: 20px;
}
#plr-box {
	background: url(../images/plrbox.png) no-repeat;
	width: 433px;
	height: 241px;
	display: block;
	float: left;
	position: fixed;
	bottom: 0;
}
	#plr-box a {
		width: 200px;
		height: 200px;
		display: block;
		float: right;
		margin-top: 40px;
	}
/* Sructure */
#wrapper {
	width: 593px;
	margin: 0 auto;
	text-align: left;
	padding-top: 20px;
}
#header {
	background: url(../images/header.gif) no-repeat;
	width: 576px;
	height: 278px;
	margin-left: 9px;
}
#content {
	background: url(../images/content.gif) repeat-y #fff;
}
	#content h1.headline {
		background: url(../images/headline.gif) no-repeat;
		height: 134px;
		width: 504px;
		display: block;
		text-indent: -999999px;
		margin: 0 auto;
		margin-top: -30px;
	}
	#content h2.subheadline {
		background: url(../images/sub-headline.gif) no-repeat;
		height: 80px;
		width: 605px;
		display: block;
		color: #fff;
		text-align: center;
		margin-left: -6px;
		padding-top: 40px;
		font-size: 21px;
	}
	#content h3 {
		padding: 20px 60px;
		text-align: center;
		font-size: 24px;
		color: #333;
	}
	#content h4 {
		padding: 10px 60px;
		text-align: center;
		font-size: 17px;
		color: #555;
	}
#footer {
	background: url(../images/footer.gif) no-repeat top;
	height: 20px;
	padding-top: 30px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
