﻿body {
	font-family: sans-serif;
	font-size: 80%;
	margin: 0px;
	color: #fff;
	background: #111833 url('page-bg.gif') repeat-y center;
}
div#container {
	margin: auto;
	width: 766px;
	background: url('content-bg.gif');
}
div#header {
	height: 100px;
	background: url('bg-top.gif');
}
h1 {
	font-size: 175%;
	margin: 30px;
}
h2 {
	font-size: 90%;
	margin: -26px 0px 0px 30px;
	color: #99f;
	background: transparent;
}
div#topbg {
	height: 264px;
	background: url('bg-mid.jpg');
}
div#content {
	padding: 10px;
}
div#content_left {
	width: 200px;
	float: left;
}
div#content_left ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
a {
	color:#99f;
	background: transparent;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
div#content_middle {
	margin-left: 215px;
	min-height: 300px;
}
h3 {
	font-size: 150%;
	margin: 0px;
	margin-bottom: 15px;
}
.indent {
	margin-left: 20px;
}
.specialchars {
	font-family: Wingdings;
}
.photo {
	margin: 3px 0px 3px 3px;
	float: right;
	background: #000;
	border: 3px solid #666;
}
div#footer {
	/*
	position:fixed;
	bottom: 0px;
	width: 100%;
	*/
	background: #666;
	padding: 12px 8px;
	font-size: 80%;
	text-align: center;
}
