html{
	height: 100%;
}

body{
	height: 100%;
	margin: 0 0 0;
	padding: 0 0 0;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a{
	color: #75abe3;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}

h1{
	color: #2f679d;
	font-size: 20px;
	margin-bottom: 0px;
	margin-left: 1px;
	font-style: normal;
}

#wrapper{
	position: relative;
	width: 960px;
	margin: auto;
	padding-top: 25px;
	padding-bottom: 25px;
}

#contentBG{
	position: relative;
	background: #fff;
}

#header{
	background: url('images/header.png') no-repeat top;
	width: 960px;
}

#headerInfo{
	float: right;
	margin-right: 125px;
	margin-top: -40px;
	color: #fff;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
#headerInfo{
	margin-top: 30px;
}
}

#headerImages{
	height: 148px;
	width: 939px;
	margin-left: 10px;
	margin-top: 14px;
}

#content{
	position: relative;
	background: url('images/body_bg.jpg') repeat-x bottom;
	width: 939px;
	margin-left: 10px;
}

#nav{
	width: 940px;
	height: 29px;
	background: #fff;
}

.button{
	float: left;
	padding-left: 6px;
}

#text{
	position: relative;
	left: 184px;
	background: #fff;
	width: 372px;
	min-height: 230px;
	padding-top: 30px;
	padding-bottom: 60px;
	padding-left: 5px;
	padding-right: 5px;
}

#banner{
	position: absolute;
	top: 105px;
	right: 220px;
}

#footer{
	background: url('images/footer.png') no-repeat;
	height: 54px;
	width: 960px;
	font-size: 10px;
}

#footerLink{
	position: absolute;
	left: 10px;
	height: 43px;
	width: 110px;
	border: none;
}