/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:800px;/* for mozilla*/
	background-color: #fff;
	color: #000000;
	font-family: ariel;
}
#outer{
	height:100%;
	min-height:100%;
	width:800px;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	background-image:  url(img/gif/bg_container2.gif);
	
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:800px;
	margin-top:220px;
	background-image:  url(img/gif/bg_container2.gif);
	
}
#header{
	position:absolute;
	top:0;
	left:-1px;
	width:800px;
	height:197px;
	background-color: #ad6801;
	overflow:hidden;
	color: #000000;
	z-index:100;
}
#left {
	position:relative;/*ie needs this to show float */
	width:0px;
	float:left;
	padding-top:10px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
	background: transparent;
}
#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:0px;
	float:right;
	padding-top:10px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
	margin-top: 220px;
	background-color: #ad6801;
}

#footer {
	width:800px;
	clear:both;
	height:20px;
	background-image:  url(img/gif/bg_container2.gif);
	color: #000000;
	font-size: 10px;
	left:0;
	bottom:0;
	position: absolute;
	text-align: center;

}
* 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:800px;
	float:right;
	padding-top:10px;
	padding-left:5px;
	padding-right: 5px;
	padding-bottom:32px;/* needed to make room for footer */
	background-image:  url(img/gif/bg_container2.gif);
	background:transparent;
	
}
#centercontent p {
padding: 0 10px 0 13px;
text-indent: 10px;
}


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

/*nav code for main navigation along top*/
#navcontainer ul
{
padding: .2em 0;
margin: 0;
list-style-type: none;
background-image:  url(img/gif/bg_container2.gif);
color: #FFF;
width: 100%;
font: normal 90% arial, helvetica, sans-serif;
text-align: center;
}

li { display: inline; }

li a
{
text-decoration: none;
background-image: url(img/gif/nav-1.gif);
color: #000;
padding: .2em 1em;
border-right: 0px solid #fff;
}

li a:hover
{
background-image: url(img/gif/nav-2.gif);
color: #000;
}
/*end main navigation code along top*/


/*navigation inside pages*/
#navcontainer2 ul
{
padding: .2em 0 2em 6em;
margin: 0;
list-style-type:square;
color: #000;
width: 100%;
font: normal 90% arial, helvetica, sans-serif;
text-align: left;
}
#navlist2 li { 
padding-right: 16em;
display: block;
 }
/*end navigation inside pages*/
