#logo {
	text-align: center;
}

#menu {
	text-align: center;
	background: #eee;
}

#menu a {
	font-weight: bold;
	color: black;
	text-decoration: none;
}

#intro {
	font-weight: bold;
	text-align: center;
}

#left {
	float: left;
	width: 11em;
	}

#content {
	margin-left: 13em;
}

#item {
	border: 1px solid #eee;
}

.newsfloat {
	float: left;
}

.float {
	float: left;
	margin-right: 1em;
}

h1 {
	text-align: center;
	font-size: 30px;
}

h2 {
	font-size: 20px;
}

h3 {
	clear: left;
	text-align: center;
	font-size: 20px;
}

h4 {
	text-align: center;
	font-size: 20px;
}