* {
	margin: 0;
	padding: 0;
}

body {
	background: url(images/pk-background.png) repeat top center #ffffff;
	font: 13px Arial;
	-webkit-text-size-adjust: none;
}

.break {
	clear: both;
}

img {
	border: 0px;
}

#container {
	width: 960px;
	margin: 0 auto;
}

#nav-container {
	width: 960px;
	margin: 0 auto;
}

#body-area {
	
}

#body-container {
	width: 900px;
	background: #fff;
	margin: 0 auto;
	min-height: 200px;
}

#header {
	width: 960px;
	float: left;
}

#header-left {
	float: left;
	margin: 0 0 0 60px;
	padding-top:30px;
}

#header-left img {
	float: left;
}

#header-right {
	float: left;
}

#header-right-container {
	width: 600px;
	background: #fff;
	margin-top:42px;
	margin-left:0px;
	min-height:94px;
	padding:30px;
	font-family: 'Bitter', serif;
	font-size: 14px;
	color:#999;
}

#text-headline {
	font-family: 'Bitter', serif;
	font-size: 24px;
	line-height: 30px;
	color:#999;
	padding-bottom:5px;
}
#text-main {
	font-family: 'Bitter', serif;
	font-size: 13px;
	line-height: 20px;
	color:#888888;
}
.logo-text {
	float: left;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	margin: 0px 0 0 0;
}

#header-right {
	float: right;
	margin: 0 30px 0 0;
}

#text-main a {
	color: #F37321;
	text-decoration: none;
}
#text-main a:hover {
	color: #666666;
	text-decoration: none;
}

