﻿/* CSS layout */
#masthead {
	border: thin solid #663300;
	font-weight: bolder;
	font-style: italic;
}
#top_nav {
	border: thin solid #663300;
	font-style: normal;
	text-align: center;
}
#container {
	min-width: 600px;
}
#left_col {
	padding: 2px;
	border: thin solid #663300;
	width: 195px;
	float: left;
	text-align: center;
}
#right_col {
	padding: 2px;
	border: thin solid #663300;
	width: 195px;
	float: right;
	text-align: center;
}
#page_content {
	border: thin groove #663300;
	padding: 10px;
	margin-left: 200px;
	margin-right: 200px;
	background-color: #FFFFCC;
}
#footer {
	border: thin solid #663300;
	clear: both;
	text-align: center;
}
body {
	border-style: solid;
	border-color: #663300;
	font-family: Constantia;
	
}
h1 {
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #663300;
	font-size: x-large;
	font-style: italic;
}
h2 {
	font-style: normal;
	font-weight: bold;
	font-size: large;
}
img {
	border: thin solid #663300;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #FFCC66;
	border: thin solid #996633;
	padding: 2px;
}
a:visited {
	color: #996633;
	text-decoration: none;
}

