@import url(/povmap/css/base_styles.css); /*user styles*/

/*global header/footer styles*/
@import url(/gInc/css/header.css);
@import url(/gInc/css/headerIe.css); /*non-fixed header*/
@import url(/gInc/css/footer.css);

html, body, #gWrapper, #header, #content, #footer{
	width:auto;
	height:auto;
	padding:0;
	margin:0;
	font:11px/1.5 Verdana, Arial, Helvetica, sans-serif;
}
html #menu{
	height:2px;
	overflow:hidden;
	display:none !important;
}
#header a{ color:#000;}
	#header h1{
		margin:3px;
		font:35px Arial, Helvetica, sans-serif;
	}
	#header h2{
		margin:3px 10px;
		font:16px Arial, Helvetica, sans-serif;
	}
#content{
	padding:0 0 40px 0;
	border:0;
	border-bottom:1px dotted #CCC;
}
#footerMenu{ display:none !important; }

a{text-decoration:none; color:#900;}
img{ border:0;}