/* CSS Document */
* {
	font-family: sans-serif;
}
body {
margin: 5px;
background: white;
}
#root {
	width: 700px;
}
#header {
}
#container {
	width: 700px;
}
#content {
	float: left;
	width: 450px;
	padding-right: 10px;
}
#menu {
	float: right;
	width: 200px;
}
#footer {
clear: both;
text-align: center;
}
ul {
	margin: 0px;
	padding: 4px;
	list-style: none;
}
.footer {
	font-size: 75%;
}
.item {
border: 1px solid rgb(12,37,119);
padding: 5px;
margin-bottom: 5px;
}
.item h3 {
font-size: 75%;
font-weight: bold;
}
h3, h1 {
display: inline;
}

