﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: silver;
	color: #000;
}
#container {
	width: 96%;
	max-width: 960px;
	margin: 0 auto;
	background-image:url('dark.jpg');
}
#masthead {
	width: 98%;
	position: relative;
	left:1%;
	top: 10px;
	margin-bottom:10px;
	max-width: 940px;
	overflow: auto;
}
#content {
	float: left;
	width: 80%;
	top:10px;
	left:2%;
	padding: 1%;
	overflow: auto;
	background-image:url('light.jpg');
	margin: 0px;
	position: relative;
}
#page_content {
	position: relative;
}
#sidebar {
	position: relative;
	left:1%;
	top:10px;
	float: left;
	width: 15%;
	background-color:orange;
	clear: both;
	display: inline;
}
#footer {
	clear: both;
	overflow: hidden;
	padding: 10px;
	background-image:url('dark.jpg');
}
#masthead img {
	float: left;
}
h6 {
	font-family: Arial, sans-serif;
}
h5 {
	font-family: Arial, sans-serif;
}
h4 {
	font-family: Arial, sans-serif;
}
h3 {
	font-family: Arial, sans-serif;
}
h2 {
	font-family: Arial, sans-serif;
}
h1 {
	font-family: Arial, sans-serif;
}
.centre {
	text-align: center;
}
.pictures {
	border-width: 0px;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	/*border: 1px solid orange;*/
}
#sidebar a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: navy;
	padding: 3%;
	/*display: block;
	border-bottom: 1px solid orange;*/
}
#sidebar a:hover {
	text-decoration: underline;
	color: #666699;
	/*background-color: #dc9;*/
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
}
#footer a {
	color: navy;
	text-decoration: underline;
}
#footer a:hover {
	color: navy;
	text-decoration: none;
}
a {
	color: blue;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.spanlink {
	color: blue;
	text-decoration: none;
	cursor: hand;
}

.spanlink:hover {
	text-decoration:underline;
}
