* {
	margin: 0;
	padding: 0;
}

body {
	width: 770px;
	height: 500px;
	position: relative; /* DEBUG: ?? */
	margin: 0 auto; /* center horizontally */
}

#header,
#footer {
	margin-top: 10px;
}
	
#header,
#header a,
#footer {
	color: #777;
}

/*
** header
*/

#header {
	overflow: auto; /* contain floats */
	margin-bottom: 10px;
}

#header > a {
	float: left;
	width: 490px; /* corresponds to Contents column */
	height: 50px; /* corresponds to image height */
	padding-left: 60px; /* corresponds to image width */
	font-size: 2em;
	line-height: 50px; /* center vertically (corresponds to element height) */
	font-weight: bold;
	text-decoration: none;
	background: transparent url("../img/logo.jpg") no-repeat scroll left center;
}

#tagline {
	width: 220px; /* corresponds to News column */
	float: right;
	text-align: center;
	font-size: 1em;
}

/*
** content area
*/

#contents,
#news {
	height: 400px;
}

#contents {
	width: 550px;
}

#contents img {
	border: 0;
}

#news {
	float: right;
	width: 220px;
	background-color: #968f87;
	font-size: 0.6em;
	color: #FFF;
}

.date {
        font-size: 1em;
	font-weight: bold;
}

#news ul {
	list-style-type: none;
        padding-top: 5px;
        padding-bottom: 5px;
}

#news li {
        padding-left: 10px;
}

#news a:link {
	color: #FFF;
}

#about {
	padding: 10px;
}

/*
** footer
*/

#footer {
	overflow: hidden; /* contain floats */
	padding-right: -1px; /* compensate for double borders */
	list-style-type: none;
	font-size: 0.6em;
}

#footer li {
	float: left;
	margin-left: -1px; /* compensate for double borders */
	border: 1px solid #000;
	border-width: 0 0 0 1px;
	padding: 0 5px;
}
