body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color: #B7BB9A;
	background-image: url(../images/back.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#wrapper {
	width:777px;
	margin-left:auto;
	margin-right:auto;
	background-color:#F4F4EF;
}
.header {
	background-image: url(/assets/images/titleback.jpg);	
	width:776px;
	height:110px;
}
.header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	font-weight:lighter;
	padding:25px;
	font-size:40pt;
	color:#FFFFFF;
}
#menu {
	width: 783px;
	list-style: none;
	padding:0px;
	margin:0px;
	margin-left:-3px;
}
#menu ul {
	padding:0px;
	margin:0px;
}
#menu li {
	display:inline;
	list-style: none;
	padding:0px;
	margin:0px;
}
#menu a {
	float:left;
	display:block;
	padding:7px;
	width:135px;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	margin:5px;
	margin-left:4px;
	margin-right:3px;
}
#menu a.home {
	background-color:#DCCE86;
	width:115px;
}
#menu a.home:hover {
	background-color:#D2BF64;
}
#menu a.visiting_the_mill {
	background-color:#9EA374;
}
#menu a.visiting_the_mill:hover {
	background-color:#818558;
}
#menu a.timber_services {
	background-color:#BF311B;
}
#menu a.timber_services:hover {
	background-color:#7D311A;
}
#menu a.how_you_can_help {
	background-color:#621A4A;
	width:155px;
}
#menu a.how_you_can_help:hover {
	background-color:#571743;
}
#menu a.restoration {
	background-color:#6699CC;
}
#menu a.restoration:hover {
	background-color:#3F7EBE;
}
#submenu {
	width: 170px;
	float: left;
	margin-right:10px;	
}
#submenu ul {
	padding:0px;
	margin:0px;
}
#submenu li {
	display:inline;
	list-style: none;
	padding:0px;
	margin:0px;
}
#submenu a {
	display:block;
	padding:7px;
	width:143px;
	color:#FFFFFF;
	text-decoration:none;
	margin-bottom:5px;
	padding-left:20px;
	white-space:nowrap;
}
.photo {
	width:776px;
	height:152px;
	clear:both;
	margin-top:5px;
}
.block {
	background-image: url(/assets/images/greyblock.gif);	
	width:777px;
	height:24px;
	clear:both;
	margin-top:5px;
	margin-bottom:5px;
}
#submenu h2 {
	font-size:medium;
	padding:7px;
	margin:0px;
	padding-left:10px;
	color:#FFFFFF;
	background-color:#91A5A4;
	margin-bottom: 5px;
	font-weight:lighter;
	/*text-transform:capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;*/
}
#content {
	padding: 10px;
	padding-top:0px;
	float:right;
	width:572px;
	color:#616866;
	margin-bottom:20px;
}
#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	font-weight:lighter;
	font-size:xx-large;
	margin-top:-5px;
}
#content p,#content li,#content td,#content th {
	font-size:small;
}
#content img {
	margin-left:15px;
	margin-right:15px;
}
#footer {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #616866;
	font-size:x-small;
	padding-top:5px;
	color:#5F3844;
}
img {
	border: 0px;
}