body{
	background: #e47712;
	font: 19px/24px Lato, sans-serif;
	font-weight: 300;
	text-rendering: optimizelegibility;
	color: #555;
	padding: 0;
}

div.pagebg{
	background: #f8f9f8 url(../images/pagebg.png) top left repeat;
}

h1{
	font-size: 260%;
	line-height: 130%;
	color: #a2a2a2;
	font-weight: 300;
}

h2{
	font-size: 185%;
	line-height: 130%;
	color: #1d72a9;
	font-style: italic;
}

h3{
	font-size: 170%;
	line-height: 120%;
	color: #a2a2a2;
	font-weight: 300;
}

.portfullitem{
	position: relative;
	background: #fff;
}

.portfullitem .headerimage{
	position: fixed;
	z-index: 98;
}

.porfull_container{
	width: 96%;
	margin: 0 auto 0 auto;
	z-index: 99;
	position: relative;
	padding-top: 180px;
}

.porfull_container .continner{
	background: rgba(255,255,255,0.9);
	padding: 25px;
}

.portfull_logo{
	position: absolute;
	left: 0;
	right: 0;
	top: 50px;
}

.portfull_logo .pflogoinner{
	text-align: center;
}

.portfull_logo .pflogoinner a{
	background: rgba(255,255,255,0.9);
	display: inline-block;
	padding: 15px;
}