/* mac hide\*/
/* html, body {height:100%} */
/* end hide */
body {
	padding:0;
	margin:10px 0 0;
	text-align:center;
	min-width:993px;/* for mozilla*/
	background-color:#ccc;
	color:#000;
}
#outer{
/*	height:100%;
	min-height:100%; */
	width:991px;
	border:1px solid #9c0;
	color:#000;
	text-align:left;
	margin:auto;
	position:relative;
	padding:0 2px;
	background-color:#fff;
}
/*html>body #outer{height:auto;} */ /*for mozilla as IE treats height as min-height anyway*/

#innerwrap {/* enables content first */
	float:left;
	border:0;
	width:853px;
}
#header{
	position:absolute;
	top:2px;
	width:991px;
	height:90px;
	background:#fff;
	border:0;
	overflow:hidden;
	color: #000000;
	z-index:100;
}
#left {
	position:relative;/*ie needs this to show float */
	width:140px;
	float:left;
	padding-top:92px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
}
#left p {padding-left:3px;padding-right:2px}
#right p {padding-left:4px;padding-right:2px}

#right {
	position:relative;/*ie needs this to show float */
	width:136px;
	float:right;
	padding-top:92px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
}

#footer {
	width:991px;
	clear:both;
	height:60px;
	left:0;
	bottom:0;
	position: relative;
	padding-bottom:10px;
}
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
	padding-top:8px;
	padding-bottom:10px;
}

div  {margin-top:0}/*clear top margin for mozilla*/

#content {
	width:693px;
	float:right;
	padding:102px 10px 32px; /* bottom needed to make room for footer */
}

* html #content {padding-bottom:20px;} /* para el ie, que deja poco espacio al final */
* html #right {	padding-bottom:52px;} /* needed to make room for footer */
* html #left {	padding-bottom:52px;} /* needed to make room for footer */

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