/* CSS Document */

html {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
	}

body {
	
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	padding:0; 
	margin:0; 
	border:0;
	min-width:80em;
	
}

#dummy{
	height:99.5%;
	width:99.5%;
	
	overflow:auto;
	position:relative;
	
}

#containerPageMargins {
	display:block; 
	overflow:auto; 
	position:absolute; 
	left:50%; 
	margin-left:-48%;
	top:310px; 
	bottom:30px;
	width:96%;
	min-width:980px;
	z-index:0;
}

#content_page #containerPageMargins{
   top:212px;
}
* html #containerPageMargins {
	top:0; 
	bottom:0; 
	height:100%;
	border-top:310px solid #fff; 
	border-bottom:30px solid #fff;
}

* html #content_page #containerPageMargins{
 border-top: 213px solid #fff; 
}

#page_margins{
	height:100%;
	display:block;
	/*
	width:98%;
	margin-left:1%;
	padding-right:1%;
	overflow:auto;
	*/
	width:97.5%;
	padding-left:0.5%;

}

#page, #main{
	overlow:hidden;
}

#nav_main2 {
	position:absolute;
	top:75px;
	left:500px;
	text-align:left;
	z-index:300000000;

}

#outer_header {
	position:absolute;
	top:15px;
	left:50%;
	margin-left:-48%;
	width:96%;
	overflow:hidden;
	text-align:left;
	z-index:30;
	padding-bottom:18px;
	min-width:980px;
	height:277px
}

 #content_page #outer_header {
height:179px;
}
 

#footer {
	position:absolute; 
	left:50%;
	margin-left:-48%; 
	width:96%;
	bottom:0; 
	z-index:20;
	min-width:980px;
	}

* html #footer {
	bottom:0px; 
}

#lineContainer
{
position:absolute;
overflow:hidden;
z-index:40;
height:1px;
width:94%;
margin-left:2%;
top:210px;
left:1%;
background:#84908e;

}


