@charset "UTF-8";
/*
++++++++++++++++++++++++++++++++++++++++
Jolls CSS Settings
FileName:   footer.css
$Date: 2006/04/01 13:00:00 $
$Revision: 1.0 $
++++++++++++++++++++++++++++++++++++++++
*/

#footerArea{
clear:both;
width:950px;
margin-left:auto;
margin-right:auto;
padding: 0;
background:#B8D858;
}


#copyrightLeft{
float:left;
width:950px;
padding: 3px 0px;
background:#B8D858;
text-align:center;
}

#copyrightRight{
float:right;
width:0px;
padding: 3px 0px;
background:#B8D858;
text-align:left;
}

#footerArea p{
clear:both;
margin:2px;
font-size: 80%;
}