body {
	background-color: #555;
	color: #ccc;
	margin: -1em; 
	line-height: 110%;
	font-family: sans-serif;

}
a {
	color: #fff;
}
a:hover {
	color: #fff;
	background-color: #777;
}

div#header {
	padding: 1em 1em 0.5em 1.5em;
	font-size: 2em;
	background-image: url('../images/vgrad-000-555.png');
	background-repeat: repeat-x;
	font-family: serif;
}

#header a { 
	color: #ccc; 
	text-decoration: none;
	background: transparent;
}
div#header a:hover {
	color: #ccc; 
	text-decoration: none;
}

#navigation {
	position:relative;display:block;height:39px;font-size:80%; padding-left: 3em;
	font-weight:bold;	font-family:Arial,Verdana,Helvitica,sans-serif;border-top:4px solid #777;
}

#navigation ul{margin:0;padding:0;list-style-type:none;width:auto;}
#navigation ul li{display:block;float:left;margin:0;}

#navigation ul li a {
	display:block;float:left;color:#777;text-decoration:none;
	padding:11px 20px 0 20px;height:23px;
}

#navigation ul li a:hover,#stylefour ul li a.current{color:yellow;
}

div#footer {
	margin-top: 2em;
	clear: both;
	font-size: 75%;
	text-align: center;
	font-family: serif;
	border-top: 1px solid #777;
}

div#content {
	margin: 1em 3em 0em 3em;
}

ul.navigation {

}

ul.navigation li {
	list-style: none outside;
	color: yellow;
}

td {
	vertical-align: top;
}

#wikibar input.button { font-size: 75%; }

