body {
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0;
	font-weight: normal;
	background-image: url(images/pgback.gif);
	background-color: #ddd;
}	

.pageleft {
	background-color: #ddd;
	background-image: url(images/pgback.gif);
	background-position: top right;
}

/* shadow */
.pageleftS {
	background-color: #eee;
	background-image: url(images/pglefts.gif);
}

.pageright {
	background-color: #ddd;
	background-image: url(images/pgback.gif);
}

/* shadow */
.pagerightS {
	background-color: #eee;
	background-image: url(images/pgrights.gif);
}

.pagecenter {
	background-color: #fff;
}

#block {
	text-align: justify;
	margin: 8px 8px 8px 8px;
}

#block:first-letter {
	font-size: 125%;
	font-weight: bold;
}

#content {
	text-align: center;
	margin: 8px 12px 12px 8px;
	padding: 4px 4px 4px 4px;
	background: #fff;
	border: 1px solid black;
}

#modified {
	font: 9px Georgia, serif;
	text-align: right;
	margin-left: 5px;
	margin-right: 5px;
	font-weight: bold;
	clear: both;
}

#modified:before {
	content : "Updated: " attr(datetime);
}

div#first {
	float: left;
	width: 200px; /* is this necessary? */
}

div#second {
	float: left;
	width: 60%;
}

div#third {
	float: right;
	max-width: 35%;
}

#logo {
	text-align: center;
	margin: 8px 8px 8px 8px;
	width:80%;
}

#logo img {
	border: 1px solid black;
	width: 115px;
	height: 105px;
}

/* I'm not really happy how this gets placed */
div#copyright {
	font: 11px Lucida Grande, Verdana, Arial, Helvetica, sans serif;
	text-align: center;
	background-color: #ddd; 
	margin-left: 5px;
	margin-right: 5px;
	font-weight: bold;
	width: 100%;
	position: fixed;
	right: 0;
	bottom: 0;
	clear: both;
}
