body {
	font-family: calibri, "Ms Trebuchet", "serif";
}

a {
	text-decoration: underline;
	color: #000000;
}

#container {
	width: 750px;
	margin: 80px auto 0 auto;
}

#header {
	text-align: center;
}

#menu {
	
}

#content {
	height: 200px;
}

#footer p {
	text-align: center;
	font-family: Courier, Monospace;
	font-size: 11px;
}

.center {
	text-align: center;
}