﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#masthead {
	background-image: url('Pictures/Parchement.jpg');
}
#top_nav {
	color: #663300;
	background-image: url('Pictures/Parchement.jpg');
}
#container {
	padding: 2px;
	margin: 10px;
	min-width: 600px;
}
#left_col {
	width: 200px;
	float: left;
}
#page_content {
	margin-left: 200px;
	font-family: "Lucida Calligraphy";
	color: #663300;
}
#footer {
	clear: both;
	font-family: Georgia, "Times New Roman", times, serif;
	color: #663300;
}
a:link {
	color: #C08345;
}
a:active {
	color: #FFFF99;
}
a:visited {
	color: #996633;
	font-weight: bold;
}
a:hover {
	color: #FCF1AD;
	background-color: #663300;
}

