/* CSS Document */

/* mac hide\*/
html, body {height:100%}
/* end hide */

body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:760px;/* for mozilla*/
	background-color: #ffffff;
	background-image:url(images/bg-image3.jpg);
	background-repeat:repeat-x;
}

#outer{
	height:100%;
	min-height:100%;
	width:780px;
	text-align:left;
	margin:auto;
	position:relative;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:800px;
}

#footer {
	width:800px;
	clear:both;
	height:130px;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
}

* html #footer {/*only ie gets this style*/
	\height:132px;/* for ie5 */
	he\ight:130px;/* for ie6 */
}
div,p  {margin-top:0px}/*clear top margin for mozilla*/
#centrecontent {
	width:800px;
	}


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


.footertext {
	font-size:11px;
	color:#999999;
	line-height:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a:active {color: 999999;text-decoration: none;}
a:link {color: #999999;text-decoration: none;}
a:visited {color: #999999;text-decoration: none;}
a:hover {color: #999999;text-decoration: underline;}

.style3 {
	color: #CCCCCC;
	font-style: italic;
	
	}
	
	.style4 {color: #CCCCCC;}