﻿  /* CSS layout */
body {
	background: #C0C0C0;
	text-align: right;
	max-width: 1024px;
	font-weight: bold;
	font-style: italic;
}

#masthead {
	font: xx-large "Calisto MT";
	font-weight: bold;
	text-align: right;
	background: #C0C0C0;
}

#top_nav {
}

#container {
	min-width: 600px;
}

#left_col {
	width: 200px;
	float: left;
	text-align: left;
}

#page_content {
	margin-left: 100px;
}

#footer {
	clear: both;
	counter-increment: none;
	font-size: small;
	text-align: center;
}
