BODY {
	background: white url(images/background.png);
	font-family: Helvetica, sans-serif;
}
.wrapper {
	margin: auto;
	width: 800px;
	position: relative;
	z-index:10;
	background: white;
}
.masthead {
	width:800px;
	height:93px;
	background: url(shillingsworth.png);
}
.bodywrapper {
	position: relative;
}

/*------TOP & FOOTER MENU STUFF------*/

.menu {
	padding: 5px 0 5px 0;
	margin: 0 0 5px 0;
	text-align:center;
	background:#666666;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.menu ul {
	margin:0;
	padding: 0;
	list-style-type:none;
}
.menu ul li {
	display:inline;
	margin:0;
	padding: 0 10px 0 10px;
}
.menu a {
	color: white;
	font-size:10pt;
	text-decoration: none;
	text-transform:uppercase;
	font-weight: bold;
}
.menu a:hover {
	color: white;
	color: #CC2211;
}
/*------ MAIN ------*/

.bodywrapper {
	position: relative;
}
.right, .left {
	color:black;
}
.right a, .left a {
	color:black;
}
.right a:hover, .left a:hover {
	color: #FF1100;
}
.right {
	margin: 10px 0 0 250px;
}
.right p, .left p, .right li, .left li, .right blockquote, .left blockquote {
	font-size: 10pt;
}
.rightpadding {
	padding:0 25px 25px 25px;
}
.left {
	width: 250px;
	top:0;
	left: 0;
	position:absolute;
}
.left h3 {
	color: #CC1122;
	margin:0;
	padding: 0;
	font-size:13pt;
}
.leftpadding {
	padding: 0 15px 0 15px;
}

/*------FOOTER------*/

.footer {
	width: 800px;
	color: black;
	margin: auto;
	text-align:right;
	font-size:10pt;
	background: white;
}
.footer p {
	margin:0;
	padding: 0;
}
.footerpadding {
	padding: 15px;
}

