body {
	margin: 0;
	color: #424242;
	background: #FFFFFF;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

#container {
	background: #FFFFFF;
	width: 960px;
	margin: 0 auto;
	padding: 16px 8px;
	font-size: 85%;
}

#header {
	position: relative;
	border-bottom: 1px solid;
	padding: 0 4px 8px;
}

#title {
	position: absolute;
	top: 0;
	right: 0;
}

#navigation {
	border-bottom: 2px solid #000;
	margin-top: .5ex;
}

#left {
	float: left;
	margin: 0 5px;
	width: 460px; /* 480px = 50% width */
}

#right {
	float: right;
	margin: 0 5px;
	width: 460px; /* 480px = 50% width */
}

#footer {
	border-top: 2px solid #000;
	padding: 1ex 0 0;
	clear: both;
	font-style: italic;
}

a, a:visited {
	text-decoration: none;
	color: #C74247;
}
a:hover {
	text-decoration: underline;
	color: #004276;
}

p {
	margin: 0 auto 1ex;
	text-align: left;
}

ul {
	margin: 0 auto 1em;
}

h1,h2,h3,h4,h5,h6 {
	margin: 15px 0 1ex 0;
}