
html, body, #wrap {height: 100%; margin:0;padding:0}
body > #wrap {height: auto; min-height: 100%;}


body {
	color: #444444;
	font-family: arial, sans-serif;	
	font-size: 12px;
	background-image: url(../images/BG.jpg);
	background-repeat: repeat-x;
	background-color: #003263;
}

div#wrap {
	background-color: transparent;
	background-image: url(../images/content_bg.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	text-align: center;	
}

div#innerwrap {
	height:100%;
	width: 100%;
}

div#page {
	min-width: 900px;
	padding: 0;
	padding-bottom: 90px;/* must be same height as the footer */
	text-align: center;
	overflow: hidden;
}  

div#headerwrap {
	overflow:hidden;
	text-align: center;
	width: 100%;	
}

div#header {
	background-color: #f4f7fe;
	background-image: url(../images/Header_Image.jpg);
	background-repeat: no-repeat;
	background-position: right;
	border-bottom: 5px solid #4d6179;
	margin: 0 auto;
	text-align: left;
	width:1150px;
}

h1, a {
	color: #003262;	
}

a img {
	border: none;	
}

h1 {
	font-size: 25px;	
}

div#content {
	margin: 0 auto;
	padding-top:70px;
	text-align: left;
	width: 900px	
}

div#content div#left {
	float:left;
	width: 600px;
}

div#content div#right {
	color: #444;
	float: right;
	font-size: 17px;
	font-weight: bold;
	width: 200px;	
}

#footerwrap {
	background-color: #f7f7f7;
	clear:both;
	color: #000000;
	height: 90px;
	margin-top: -90px; /* negative value of footer height */
	margin-left: auto;
	margin-right: auto;
	width: 1148px;	
}
#footer {
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	position: relative;
	text-align: left;
	width: 900px;
} 

#footer div {
	padding-top:20px;
	margin-left: 170px;
	text-align:center;
	width:500px;	
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


