/**
 *  File: footer.css
 *
 *  Author: Tasso Kostalas oame@rizendev.com
 *
 *  Tags and styles for the footer section of each page.
 *
 *  See general.css for styles without context.
 */

div.footer {
	clear: both;
	padding: 20px;
	text-align: center;
	font-family: Verdana, sansserif;
	font-size: 9pt;
	font-weight: bold;
}

#bottomlinks {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 10px;
}

div.footer div {
  padding-top:10px;
}


