/* Header */
#header
{				
	height: 4em;
}
#header h1
{
	line-height: 2em;
}

/* Menu */
#menu
{
	overflow: auto;
	clear: both;
}

#menu ul
{
	list-style: none;
	margin: 1em;
	padding: 0;
}

#menu li
{
	float: left;
	clear: right;
	margin-right: 1em;
}

/* Content */
#content
{
	position: relative;
	overflow: auto;
}

#content p
{
	font-size: 1.3em;
	margin: 1em;
}

#left
{
	float: left;
	margin-right: 4%;
	width: 48%;
}
#right
{
	clear: right;
	float: left;

	width: 48%;
}

#bottom
{
	clear: both;
	width: 100%;
}

/* Push news headlines apart a bit more */
#bottom h3
{
	margin-top: 1.5em;
}

.section
{
	margin-top: 1em;
	margin-bottom: 1em;
}

/* Footer */
#footer
{
	clear: both;
	height: 2em;
}
#footer *, #footer a, #footer a:hover, #footer a:visited
{
	font-size: 1em;
	line-height: 2em;
}