* { 
	padding: 0; 
	margin: 0;
}

body {
	color: 					#838383;
	background-color:		#ffffff;
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				12px;
	line-height:			16px;
	padding:	            25px;
}


#wrapper {
 	width:					900px;
	height:					100%;
	min-height:	            570px;
}

#header {
	width:					900px;
	height:					171px;
	background-image:		url(../_img/logo.jpg);
	background-position:	left;
	background-repeat:		no-repeat;
}

#headerhomepage {
	width:					710px;
	height:					171px;
	background-image:		url(../_img/logo_home.jpg);
	background-position:	left;
	background-repeat:		no-repeat;
}

#content {
	width:					713px;
	height:					100%;
	min-height:	            400px;
	float:					left;
}

#rightcolumn {
	float:					right;
	width:					187px;
	height:					179px;
	background-image:		url(../_img/rightcolumn.jpg);
	background-position:	left;
	background-repeat:		no-repeat;
}

#mainhub {
	min-height:	            400px;
}

#footertxt {
clear:both;
width:100%;
padding-bottom:10px;
padding-left:10px;
padding-top:10px;
border-top: 2px solid #5e6a71;
font-size:12px;
margin-bottom:10px;
text-align:center;
}