html, body {
	padding: 0px;
	min-height: 100%;
	height: 100%;
	background: #C7C7C7;
	margin: 0px;
}
/* Main Layout Styles */
#page {
	position: absolute;
	min-height: 100%;
	height: 100%;
	background-color: #C7C7C7;
	width: 100%;
	top: 0;
	left: 0;
}
html>body, html>body #page {
	height:auto;
}
#main {
	position: relative;
	height: 95%;
	background-color: #C7C7C7;
	width: 100%;
}
#main2 {
	position: relative;
	height: 100%;
	background-color: #FFFFFF;
	width: 90%;
	border: 2px solid #FFFFFF;
}
#footmain {
	position: relative;
	height: 5%;
	background-color: #C7C7C7;
	width: 100%;
	bottom: 0;
}
#header {
	top: 0px;
	height: 6px;
	background-color: #21459D;
	width: 100%;
	border: none;
	}
#header2 {
	height: 100px;
	background-color: #FFFFFF;
	width: 100%;
	background-image: url(images/pbl-logo-back.jpg);
	border-top: 2px solid #FFFFFF;
	border-right: none;
	border-bottom: 2px solid #FFFFFF;
	border-left: none;
}
#header3 {
    position: relative;
	height: 100px;
    background-color: #001B5F;
	width: 100%;
	border: none;
}
#slogan {
	position: absolute;
	width: 95%;
	height: 100px;
	border: none;
	float: right;
	z-index: 2;
}
#photo {
	position: absolute;
	height: 100px;
	border: none;
	float: left;
	z-index: 1;
}
#navigation {
	width: 90%;
	height: 25px;
	background-color: #808080;
	width: 100%;
	border-top: none;
	border-right: none;
	border-bottom: 2px solid #FFFFFF;
	border-left: none;
  	vertical-align: middle;
	line-height: 24px;
}
#maincontent {
	width: 100%;
	height: auto;
	border: none;
	background-color: #FFFFFF;
}
#textcontent {
	width: 80%;
	background-color: #FFFFFF;
	border-top: none;
	border-right: 12px solid #FFFFFF;
	border-bottom: none;
	border-left: none;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
}
#footer {
	position: relative;
	width: 90%;
	background-color: #808080;
	border-top: none;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
}    
