/* $Id: footer.css,v 1.4 2009/05/13 11:14:06 robby Exp $ */
/*  beginning drupal 6.x theme, 
created by robin / biboo.net / gazwal.com */
#footer {
	background: url(images/bg-footer.gif) no-repeat top;
	height: 78px;
	/*border-left: 1px solid #2a0457;
	border-right: 1px solid #2a0457;*/
	border-bottom: 1px solid #2a0457;
	border-top: 1px solid #2a0457;
	width: 1000px;
	margin: 0 auto;
	
}
* html #footer {
	width: 996px;
}

#footer .footer-block {
	float: left;
	width: 300px;
	margin: .8em 5px;
}

#footer .footer-block, #footer .block {
	background-color: #ffffff;
}

/*  primary links in footer => div#bottom-primary  
**************************************************/
#bottom-primary {
}

/*  footer message  */
#footer-message {
	padding: .4em;
}
