/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:800px;/* for mozilla*/
	background-color: #fcfae7;
	
	color: #000000;
}
#outer{
	height:100%;
	min-height:100%;
	width:800px;
	border-left:0px solid #000;
	border-right:0px solid #000;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	background-color: #fff;
	position:relative;

}

 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:656px;
	border: 0px solid red;
	margin: 220px 0 0 0;
}
#header{
	position:absolute;
	top:0;
	left:0px;
	width:800px;
	height:180px;
	background:#FFf;
	background-image: url(img/gif/header-bkgnd.gif);
	border:0px solid #000;
	overflow:hidden;
	color: #000000;
	z-index:100;
	margin: 30px 0 0 0;
}
#left {
	position:relative;/*ie needs this to show float */
	width:120px;
	float:left;
	padding-top:10px;/*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:130px;
	float:right;
	padding-top:10px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
	margin: 200px 0 0 0;
}

#footer {
	width:800px;
	clear:both;
	height:50px;
	border-top:1px solid #ccc;
	border-bottom:0px solid #000;
	background-color: #FFf;
	color: #000000;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
	font-size: 9px;

}
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centercontent {
	width:498px;
	float:right;
	padding-top:10px;
	padding-bottom:32px;/* needed to make room for footer */
}
#centercontent p {padding-left:3px}

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



#navlist
{
list-style-type: none;
color: darkgray;
background-color: #fff;
margin-left: 5px;
}

#active:hover li { display: block; }
#active li { display: none; }

#navcontainer
{
width: 150px;
background-color: #fff;
border: 0px gray solid;
}

#navcontainer a
{
color:#000;
background-color: #fff;
width: 110px;
display: block;
}

#navcontainer a:visited
{
color: #1c1c1c;
background-color: #fcfae7;
}

#navcontainer a:active
{
color: #1c1c1c;
background-color: gray;
}

#navcontainer a:hover
{
color:#a3a3a3;
background-color:  #ffc;
}
