body {
	background: black;
	color: yellow;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 12pt;
}
pre {
	color: red;
	font-weight: bold;
}
#header {
	color: gray;
	font-weight: bold;
	margin-left: 10px;
	width: 98%;
	height: 90px;
	margin-right: 10px;
	border-bottom: 1px dotted #710000;
}
#menu {
	/*background: #6F312C;*/
	background: #710000;
	color: black;
	position: fixed;
	float: left;
	margin-left: 10px;
	width: 150px;
}

ul.menu {
	margin-top: 0;
}

#menu a:visited, #menu a:link {
	display: block;
	color: gray;
	font-weight: bold;
}

#menu a:hover {
	background: silver;
}

#footer {
	text-align: center;
	font-size: 50%;
	color: gray;
}

a img {
	border: none;
}

#content {
	margin-left: 200px;
}

ul.menu {
	list-style: none;
	padding: 10px;
}
ul.square {
	list-style: none;
}
li.square {
	background: gray;
	display: inline;
	width: 130px;
}
table.thumbs td {
	padding: 15px;
	font-style: italic;
	font-size: 75%;
	border: 1px solid #710000;
}
.fleft, .fright {
	width: 43%;
	clear: both;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}

