body {
	background-color: black;
	background-image: url(http://www.thecmgeek.com/graphics/titicus_rd.jpg);
	background-attachment: fixed;
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 0;
	font-family: Arial, Helvetica;
}

div#all {
	margin: auto;
	width: 650px;
	min-width: 650px;
	max-width: 650px;
	background-color: #eee;
	opacity: .85;
}

div#top {
	padding-top: 5px;
}

div#nav {
	border-bottom: 1px solid black;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 2px; /* Because of 2px padding on div.navitem */
	
}

div.navitem {
	display: inline;
	padding: 2px;
	background-color: lightgray;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
}

div.navitem#active {
	background-color: #eee;
	border-bottom: 1px solid white;
}

div#extra {
	width: 144px;
	float: left;
	font-size: smaller;
	border-right: 1px solid black;
}

div.extrahead {
	padding-left: 1px;
	font-weight: bold;
	font-size: smaller;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

div.extrabody {
	margin-bottom: 5px;
	font-size: smaller;
	padding-left: 1px;
}

div#content {
	border-left: 1px solid black;
	padding: 12px;
	min-width: 480px;
	width: 480px;
	max-width: 480px;
	float: left;
	font-size: 10pt;
}

.entry {
	padding-bottom: 10px;
}

.entryhead {
	font-size: 200%;
	letter-spacing: -2px;
}

.entrydate {
	font-size: 75%;
}

.entrybody {
	text-indent: 2em;
}

.entryfooter {
	font-size: 75%;
}

a:link {
	text-decoration: underline;
	color: #666;
}

a:visited {
	text-decoration: underline;
	color: #666;
}

a:hover {
	text-decoration: underline;
	color: inherit;
}

a:active {
	text-decoration: underline;
	color: inherit;
}