body {
	background-color: #310501;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #222;
}
h1 {
	margin: 0 0 0.6em 0;
	padding: 0;
	font-size: 150%;
	color: #222;
}
form {
	margin: 0;
}
#container {
	width: 790px;
	background: white url(/themes/fabco/images/container.gif) repeat-y right;
	margin: auto;
	margin-top: 15px;
}
#container-top {
	height: 10px;
	background-image: url(/themes/fabco/images/top-bottom.gif);
}
#container-bottom {
	height: 18px;
	background: white url(/themes/fabco/images/top-bottom.gif) no-repeat bottom;
}
#mainpic {
	margin: 0 -10px 0 -1px;
}
#content {
	margin: 0 20px 0 10px;
}
p {
	margin: 0.8em 0;
}
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0 0 7px 10px;
	overflow: auto;
}
#nav li {
	float: left;
	margin-right: 10px;
}
#nav li a {
	text-decoration: none;
	font-weight: bold;
	color: #333;
}
#nav li a.admin {
	color: red;
}
#nav li a:hover {
	text-decoration: underline;
}

#SilverStripeNavigatorMessage {
	display: none;
}

