/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	
	min-width:760px;/* for mozilla*/
	
}
#outer{
	height:100%;
	min-height:90%;
	width:999px;
	border: 1px solid #0048AB;/**/
	text-align:center;
	margin:auto;
	position:relative;
	background:  url(../gui-images/1colBgImg.gif) repeat-y center center;
	position:relative;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/


#header{
	position:absolute;
	top:0;
	left:-1px;
	width:1000px;
	height:125px;
	background:#dde;
	/*border:1px solid #000;*/
	overflow:hidden;
	color: #000000;
	z-index:100;
}

#footer {

	position: absolute;
	left:0;
	
	clear: both;
	/*float: left;*/
	width: 979px;
	border-top: 1px solid #0048AB;/**/
	color: #666;
	background-color: #fff;
	size: 8pt;
	font-style: italic;
	text-align: right;
	padding: 10px;
	margin: 0;

}
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/

#centrecontent {
	width:580px;
	text-align:left;
	padding-top:135px;
	padding-bottom:32px;/* needed to make room for footer */
	padding-left:10px;
	padding-right: 10px;
	margin-left:200px;
}
#centrecontent p {padding-left:3px}

#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */


