/* Oddball footer styles*/
/*Contains the CSS for positioning the divs of the footer includes file*/
#footer {
	background-image:url(../images/bottom_border_image.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	padding:0;
	margin:20px 0 0 0;
	}
#footer ul {
	margin:10px 0 0 0;
	padding:25px 0 0 0;}

#footer, #footer li, #footer li a {
	font-family:Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size:10px;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	padding:2px 0 0 0;}
	
#footer li, #footer li a{
	display:inline;
	list-style-type:none;
	padding-right:10px;
	text-decoration:none;}
	
#footer li a:hover {
	text-decoration:underline;}

#footer p {
	margin:15px 0 0 0;
	padding:0;
	border:none;