body {
	background: #000000 url(../images/background.png) repeat-x;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#title {
	font-size: 2em;
	font-weight: bold;
	left: 5px;
	top: 5px;
}
#content {
}
#logo {
	padding: 5px;
}
#container {
}
#footer {
	bottom: 10px;
	width: 99%;
	text-align: center;
	clear: both;
}
#menu ul li a {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
h1 {
	font-size: 1.8em;
	font-weight: bold;
}

#menu ul li a:hover {
	color: #FF0;
	text-decoration: underline;
}
#menu ul li {
	margin: 2px;
	padding: 2px;
	list-style: none outside;
}
#footer a, #footer a:visited {
	color: #190B94;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
form {

}

