/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:990px;/* for mozilla*/
}
#outer{
	height:100%;
	min-height:100%;
	width:988px;
	border-left:1px solid #FF9900;
	border-right:1px solid #FF9900;
	text-align:left;
	margin:auto;
	position:relative;
	background-color:inherit; 
	
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:856px;
}

#header{
	position:absolute;
	top:0;
	left:-1px;
	width:988px;
	height:160px;
	border:1px solid #FF9900;
	overflow:hidden;
	z-index:100;
	background-color:inherit;
}

#nav_left {
	width:196px;
	float:left;
	padding-top:162px;/*needed to make room for header*/
	padding-bottom:52px;/* needed to make room for footer */
	background-color:inherit;
}

#m_nav_right {
	position:relative;/*ie needs this to show float */
	width:130px;
	float:right;
	padding-top:162px;/*needed to make room for header*/
	padding-bottom:52px;/* needed to make room for footer */
	background-color:inherit;
}

#footer {
	width:988px;
	clear:both;
	height:50px;
	border-top:1px solid #FF9900;
	border-bottom:1px solid #FF9900;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
	background-color:inherit;

}
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
div  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	z-index: -1;
	width:658px;
	float:right;
	text-align:justify;
	padding-top:162px;
	padding-bottom:52px;/* needed to make room for footer */
	background-color:inherit;
}

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

/***********************************************/
/* Mes Divs                                    */
/***********************************************/

.name_usr{
	text-align: right;
	margin-right: 10px;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}

