/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:884px;/* for mozilla*/
	background-image: url(img/jpg/001.jpg);
	background-color: #F2E3EE;
	color: #000000;
	font-family: arial, tahoma, san-serif;
}
#outer{
	height:100%;
	min-height:100%;
	width:884px;
	border-left:0px solid #000;
	border-right:0px solid #000;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	background:  url(img/gif/001a.gif);
	position:relative;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:726px;
	margin: 260px 0 0 0;
	border: 0px solid purple;
	
	background: transparent;
}
#header{
	position:absolute;
	top:0;
	left:0px;
	width:884px;
	height:250px;
	background-image: url(img/jpg/004.jpg);
	background-repeat: no-repeat;
	border:0px solid #000;
	overflow:hidden;
	color: #000000;
	z-index:100;
	
}
#left {
	position:relative;/*ie needs this to show float */
	width:0px;
	float:left;
	padding-top:12px;/*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:135px;
	float:right;
	padding-top:12px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
	margin: 210px 5px 0 0;
	border: 0px solid green;
}

#footer {
	width:884px;
	clear:both;
	height:30px;
	border-top:0px solid #000;
	border-bottom:0px solid #000;
	background: url(img/gif/001a.gif);
	color: #000000;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
	font-size: .7em;

}
* html #footer {/*only ie gets this style*/
	\height:32px;/* for ie5 */
	he\ight:30px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centercontent {
	width:690px;
	float:right;
	padding-top:12px;
	padding-bottom:32px;/* needed to make room for footer */
	border:0px solid blue;
	margin: 0 0 0 0;
	font-weight: 700;

}
#centercontent p {padding-left:3px}

#centercontent image{
margin: 5px;
}

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



#navlist
{
border-bottom: 0px solid #FFCC66;
border-top: 0px solid #FFCC66;
margin: 0 0 30px 0;
padding: 0 0 0 0;
padding-left: 0px;

height: 30px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
padding-bottom: 3px;
padding-top: 5px;

}

#navlist a, #navlist a:link, #navlist a:visited
{
border: 0px solid #FF9900;
padding: 1px;
padding-left: 0.5em;
padding-right: 0.5em;
color: #000;
font-weight: bold;
text-decoration: none;
}

#navlist a:hover, #navlist a:active, #navlist a:focus
{
border: 0px solid #000000;
padding: 1px;
padding-left: 0.5em;
padding-right: 0.5em;
text-decoration: none;
color: #800000;
}

#navlist li
{
padding-right: 1px;
display: inline;
font-size:.8em;
}

#navlist ul
{
margin: 0px;
padding: 0px;
}

#navlist #active a {
background-color: transparent; 
color:#360;
}

