/* CSS Document */
* {margin:0;padding:0}
p {margin-bottom:1em}
ul{margin-left:20px;margin-bottom:1em}
/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 

html>body #minHeight{float:right;width:0px;height:100%;margin-bottom:-52px;} /*safari wrapper */

body {
	background-color:#FFFFFF;
	color: #FFF;
}
#outer{
	margin-left:130px;
	margin-right:130px;
	background-color: #FFFFFF;
	margin-bottom:-52px;
	min-height:100%
}


#header{
	background: #000;
	position:relative;
	margin:0 -131px 10px;
	height: 200px;
	width:auto;
	min-height:0;
	text-align: center;
	padding-top: 20px;
}
/* mac hide \*/
* html #header {height:56px;he\ight:1px}/* height needed for ie to force layout*/
/* end hide*/
#header span {
	font-size: small;
	color: #FFF;
}


#left {
	position:relative;/*ie needs this to show float */
	width:130px;
	float:left;
	margin-left:-129px;/*must be 1px less than width otherwise won't push footer down */
	z-index:100;
	left:-1px;
}

#right {
	position:relative;/*ie needs this to show float */
	width:130px;
	float:right;
	margin-right:-129px;/*must be 1px less than width otherwise won't push footer down */
	left:1px;
	color: #000;
}

#clearheader{height:72px;}/*needed to make room for header*/

#centrecontent {
	width:100%;
	float:left;
	position:relative;
	z-index:1;
	margin:0 -1px;/* moz fix*/
	color: #000;
	padding: 20px;
}

#centrecontent p { padding: 0 10px; }

#left span {
	display:none;	
}	

@media all and (min-width: 0px){
  #left a:hover span {
	top:150px;
  }
}

#footer {
	width:100%;
	clear:both;
	height: 30px;
	background-color: #000;
	text-align:center;
	position:relative;
	padding-top: 20px;
}

#footer a, #left a { color:#FFF; }
#footer span {
	display:none;	
}	
#footer a:hover {
	text-decoration: none;
	color:#222;
	background: #FFF;
}
#footer a:hover span {
	display:block;
	position:absolute;
	top:-95px;
	width:150px;
	z-index:20;
	background:#fff;
	left:50%;
}

#clearfooter{clear:both;height:52px;}/*needed to make room for footer*/
* > html #clearfooter {float:left;width:100%;}/* ie mac styles */



