body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin:0; border:0; padding:0;
	height:100%; max-height:100%; 
	overflow: hidden; text-align: left;
}

/* for internet explorer */
* html body {
	padding:50px 0 20px 0; 
}

#content {
	position:fixed; 
	top: 50px; left: 0px;
	bottom: 20px; right: 0px; 
	overflow: auto; 
	padding: 0 8px;
	background: #fff;
}

* html #content {
	height:86%; 
	width:97%; 
}

#header {
	position:absolute; 
	top:0; left:0; 
	width: 100%; 
	height: 50px;
	overflow: hidden; 
	background: url(../img/bgNewsHead.gif);
}

div.profile#header {
	padding-left: 20px;
}

div.profile#header h1, div.profile#header h2, div.profile#header h3 {
	margin: 1.0em 0 0.5em 10px;
	color: #c00;
}

div.profile#header h1 { font-size: 18px }
div.profile#header h2 { font-size: 16px }
div.profile#header h3 { font-size: 14px }

#footer {
	position:absolute; 
	bottom:0; left:0;
	width:100%; height:20px; 
	overflow: hidden; 
	background: url(../img/bgNewsFoot.gif);
}
* html #footer { height:20px; }

#footer a, #footer a:link {
	color: #333;
}