/* 
	Black CSS
	Checked for validity @ http://jigsaw.w3.org/css-validator/
	7th June 2006
*/


@import url(topmenu.css);

body {
	background: #eeeeee;
	color:#000000;
	background-image: url(../images/bkg_purple_lines.jpg);
	background-repeat: repeat-x;
	 }

footer_font {
		font-family: Verdana;
		color: #4e4e4e;
		font-size: 10px;
	 } 

#topnavcontainer {
	height: 31px;
	padding: 0;
	border-top:1px solid #A89CB0;
	border-bottom:1px solid #333333;
}

#topnav {
	padding: 0 70px;
	position: relative;
	height: 31px;
	/*padding-left: 0px;*/
	font: normal 12px Arial, Helvetica, sans-serif;
	margin: 0 auto;
	text-align: center;
	width: 1000;
}
#topnav li a:link, #topnav li a:visited { display: block; width: auto; text-decoration: none; padding: 0 10px;color: #ffffff;background: url(../images/grey/menubar.gif) 100% 0 no-repeat; }

