body {
	color: black; background: #2B2D54;
	font-family: sans-serif;
}

div#top {
	height: 107px;
	width: 100%;
	left: 0px;
	background: black;
}

div#info {
	background: white;
	margin-top: 10px;
	text-align: left;
	text-indent: 2em;
}

div#main_cont {
	margin-top: 10px;
	background: #3366cc;
	width: 100%;
}

div#nav_bar {
	
	width: 140px;
	margin-left: 5px;
	margin-top: 5px;
	background: white;
	padding-left: 0.5em;
	padding-top: 0.5em;
	float: left;
}

div#main {
	margin-left: 160px;
	background: white;
	padding-left: 0.5em;
	padding-top: 0.5em;
}

div#bottom {
	margin-top: 10px;
	background: white;
	text-indent: 2em;
}

table.main {
	width: 80%;
	margin-left: 10%; 
	margin-right: 10%; 
}

td.date { 
	background-color: #3366cc;
	width: 120px;
	float: right;
	text-align: center;
	color: white;
	font-weight: bold;
}

td.artdate { 
	background-color: white;
	width: 120px;
	float: right;
	text-align: center;
	color: black;
}

td.spacer {
	background-color: #3366cc;
	height: 5px;
}

td.lowerspacer {
	height: 20px;
}

td.arttitle { 
	font-size: 175%;
	font-weight: bold;
}

td.pagenum {
	text-align: center;
}