/* CSS Document */

div#footer {
	height:30px;
	background:url(footer4.jpg);
	height: 50px;
	margin-bottom:5px;
	font-size:10px;
	line-height:30px;
	}
div#footer div#left {
	 float:left; margin: 0px 0px 0px 30px; font-size:12px;
	 }
div#footer div#right {
	float:right;
	margin:0px 30px 0px 0px;
	font-size:12px;
	}
div#footer a {
	color:#000000;
	text-decoration:none;
	}
div#footer a:hover {
	color:#33466f;
	text-decoration:underline;
	}
