
/****** Bottom Area and Footer ******/

#bottom {
	position:fixed;
	bottom:0px;
	width:100%; }

#footer {
	background-image:url(../../images/footer.jpg);
	background-repeat:repeat-x;
	color:#000000;
	font-size:10px;
	height:22px;	}
	
#footercontent {
	width:980px; 
	margin: 0 auto;
	padding: 5px 0 0 0; }
	
#footerleft {
	width:400px;
	float:left; }
	
#footerright {
	width:400px;
	float:right; 
	text-align:right; }

#footercontent a {
	color:#000000;
	text-decoration:underline;	}
	
#footercontent a:hover {
	color:#000000;
	background-color:#f6f2ed;		
	text-decoration:none;
	-moz-border-radius:0px;    	/*curves corners of rollover in Firefox*/
	-webkit-border-radius:0px;
	border-radius:0px;    			/*curves corners of rollover in Google Chrome*/
}
