#fullpage_wrapper {      /* This one is for pages without left nav, like pictures page */
	position:absolute; 
	left:0px; 
	top:193px; 
	width:980px; 
	height:auto;	
	line-height: 13.5pt; 
	text-align: left;
	font-size: 9pt;
	background: #ffffff; /*url(/images/content-background.png) repeat-y left top;*/
	font-family:verdana,helvetica,arial,courier
}

#policies_wrapper {      /* This one is for privacy/policies page only*/
	position:absolute; 
	left:0px; 
	top:193px; 
	width:940px; 
	height:auto;	
	line-height: 13.5pt; 
	text-align: left;
	font-size: 9pt;
	background: #ffffff; /*url(/images/content-background.png) repeat-y left top;*/
	font-family:verdana,helvetica,arial,courier;
	padding: 0 20px 0 20px;
}

#fullpage_footer {
	position:absolute; 
	margin-left:auto; 
	margin-right:auto;
	margin-top: 40px;
	margin-bottom: 0px;
	width:980px;
	background:#486981;
	color:#a3cce5;
	padding: 10px 0px 10px 0px;
}

#fullpage_footer a{
	color: #ffffff;
}
#fullpage_footer a:hover,#fullpage_footer a:visited:hover{
	color: lightgreen;
}