@charset "utf-8";
/* CSS Document */

body {
	background-color: #644A2B;
	margin: 0px;
	}
#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #F9F3E7;
}
header {
	text-decoration: none;
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-left: 50px;
	text-align: right;
	height: 150px;
	-webkit-box-shadow: inset 0px 80px 68px -73px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px -75px 150px -75px rgba(0,0,0,0.75);
	box-shadow: inset 0px 80px 68px -73px rgba(0,0,0,0.75);
}
header img {
	margin-top: 15px;
	float: left;
}
nav {
	text-align: right;
	padding-right: 50px;
	}
nav li {
	list-style: none;
	float: right;
}
nav li a {
	display: block;
	padding: 8px 10px;
	text-decoration: none;
	font-weight: bold;
	color: #333;
	border-right: 1px solid #777;
}
nav li a:visited {
	text-decoration: none;
	color: #333;
}
nav li a:hover {
	color: #333333;
	background-color: #ECE7DC;
}
.imagebar {
	background-image: url(../images/wolversonheaderbar2.gif);
	background-repeat: repeat-x;
	height: 40px;
	width: 100%;
	text-align: center;
	margin-top: -40px;
}
section {
	width: 920px;
	padding: 20px;
	-webkit-box-shadow: inset 0px 35px 76px -22px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0px 26px 188px -44px rgba(0,0,0,0.25);
	box-shadow: inset 0px 35px 76px -22px rgba(0,0,0,0.25);
	vertical-align: top;
	display: table;
}
section li a:link {
	text-decoration: none;
	color: #510001;
}
section li a:visited {
	text-decoration: none;
	color: #333;
}
section li a:hover {
	color: #444;
}
section ul {
	list-style-type: none;
	line-height: 50px;
}
h2, section li {
	margin-left: 50px;
}
h1 {
	margin-left: 40px;
}
footer {
	color: #CCC;
	background-color: #2F2720;
	width: 920px;
	padding: 20px;
	-webkit-box-shadow: 0px -11px 22px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0px 75px 89px -47px rgba(0,0,0,0.25);
	box-shadow: 0px -11px 22px -3px rgba(0,0,0,0.25);
	overflow-x: hidden;
	overflow-y: hidden;
}
section li  {
	font-weight: bold;
}
section img {
	border-radius: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.imgR {
	float: right;
}