body {
	margin: 0px;
	background: url(/style/background.gif) repeat-x;
}
.topcontrols, .topcontrols a, .topcontrols a:link, .topcontrols a:visited, .topcontrols a:hover {
	font-family: Arial;
	font-size: 14px;
	color: white;
	margin-top: 10px;
	margin-right: 10px;
}
.menublock {
	font-family: Arial;
	font-size: 15px;
	color: white;
	margin-right: 5px;
}
ul#menu {
	margin-left: 0px;
	padding-left: 0px;
	white-space: nowrap;
}
#menu li {
	display: inline;
	list-style-type: none;
}
#menu a {
	padding: 3px 10px;
}
#menu a:link, #menu a:visited {
	color: white;
	background-color: navy;
	text-decoration: none;
}
#menu a:hover {
	color: white;
	background-color: blue;
	text-decoration: none;
}
.content {
	margin-left: 20px;
	margin-right: 20px;
}
.copyright { 
	margin: 5px;
	color: gray;
	font-family: Arial;
	font-size: 12px;
} 

