﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#masthead {
}

#top_nav {
	border: medium solid #FFFFFF;
	margin: 10px;
	background-position: left;
	padding: 0px;
	background-color: #800000;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 52px;
	color: #FFFFFF;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	font-style: italic;
	background-image: url('Assets/Mr.%20Owl.jpg');
	background-repeat: no-repeat;
	height: 200px;
	vertical-align: middle;
	text-decoration: underline;
}

#container {
	min-width: 600px;
}

#left_col {
	padding: 10px;
	margin: 10px;
	border: medium solid #FFFFFF;
	float: left;
	background-color: #800000;
}
#page_content {
	margin: 10px 10px 10px 240px;
	border: medium solid #FFFFFF;
	padding: 10px;
	background-color: #800000;
}
#footer {
	padding: 10px;
	margin: 10px;
	border: medium solid #FFFFFF;
	clear: both;
	background-color: #800000;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: small;
	text-align: center;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 35px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	border-style: none none solid none;
	border-width: thin;
	border-color: #FFFFFF;
	padding-bottom: 20px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
a:visited {
	color: #FF0000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: underline overline;
	color: #804000;
}

