* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	color: #000;
	font-family: Georgia, Verdana;
}

a {
	color: #000;
	font-size: 12pt;
}

a.bold {
	font-weight: bold;
}

a:hover {
	color: #444;
}

img {
	border: 1px solid #000;
	margin: 10px;
}

#page {
	margin: 20px auto;
}

#header {
	padding-bottom: 3px;
	border-bottom: 1px dashed #aaa;
}

#header h1 {
	font-size: 36pt;
	font-weight: bold;
}

#menu {
	margin: 5px;
}

#menu li {
	list-style-type: none;
	display: inline;
	margin: 0 20px;
}

#content {
	margin: 5px auto;
	width: 650px;
}

#content li {
	list-style-type: none;
}

#content a {
	color: #000;
}

#content .ital {
	font-style: italic;
}

#content .teeny {
	font-size: 80%;
}

#content .centered {
	text-align: center;
}

#content .borderTop {
	border-top: 1px dashed #aaa;
	background-color: #eee;
}

#content .borderBottom {
	border-bottom: 1px dashed #aaa;
}

.leftFloater {
	width: 340px;
	float: left;
	margin-right: 0;
}

.centerFloater {
	width: 650px;
	text-align: justify;
}

#content h2 {
	margin: 10px 0 3px 10px;
	font-size: 14pt;
}

#content h3 {
	margin: 0 10px;
	font-size: 13pt;
}

#content p {
	margin: 10px;
	font-size: 12pt;
}

.rightFloater {
	width: 300px;
	float: right;
	text-align: justify;
}

#footer {
	margin: 20px 10px;
}

#footer p {
	margin-top: 5px;
	font-size: 80%;
}
