/* CSS Document */
* {margin:0;padding:0}
ul{margin-left:20px;margin-bottom:1em}
/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 

body {
	background:#FFF; /* The color creates right column color and image is left column color */
}
#outer{
	margin-left:145px;
	margin-right:145px;
	background: #FFF;
	margin-bottom:-27px;
	min-height:100%;
}
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	min-width: 850px;
	height:131px;
	background: #FFF;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	overflow:hidden;
	z-index:999;
}
#left {
	position:relative;/*ie needs this to show float */
	width:146px;
	float:left;
	margin-left:-145px;/*must be 1px less than width otherwise won't push footer down */
	z-index:100;
	left:-1px;
}
#left p, 
#right p {padding:3px}
#right {
	position:relative;/*ie needs this to show float */
	width:135px;
	float:right;
	margin-right:-134px;/*must be 1px less than width otherwise won't push footer down */
	left:1px;
	color: #000;
}
#footer {
	width:100%;
	clear:both;
	height:25px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background-color: #9DA5AF;
	text-align:center;
	position:relative;
}

#clearheader{height:168px;}/*needed to make room for header*/
#clearfooter{clear:both;height:27px;}/*needed to make room for footer*/
* > html #clearfooter {float:left;width:100%;}/* ie mac styles */
#centrecontent {
	width:100%;
	float:left;
	position:relative;
	z-index:1;
	margin:0 -1px;/* old moz fix*/
	color: #660066;
}
/* safari wrapper that may not be needed */ /*
	html>body #minHeight{float:right;width:0px;height:100%;margin-bottom:-27px;}
*/

.menu {
	z-index: 99999;
	position: absolute; /* establish a menu-relative positioning context */
	top: 133px;
	margin:0;
	padding:0;
	border:0;
	height:40px;                                  /* the menu's overall height */
	width:100%;         /* we always want our menu to fill the available space */
	min-width: 850px;
	background: #660066;
}

h1, h3 {text-align: center;margin-top: 20px;}