﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
}
#container {
}
#masthead {
	font-family: "Monotype Corsiva";
	font-size: 48px;
	font-weight: bolder;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

#top_nav {
}


#right_col {
	width: 200px;
	float: right;
}

#page_content {
	margin-right: 200px;
	font-weight: bold;
}

#footer {
	clear: both;
}

