body{
	background-color: #dfe2e9;
	background-image: url(images/bodybackground.png);
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#header{
	width: 800px;
	margin: auto;
	height: 80px;
}

#boxwrap{
	margin: auto;
	width: 812px;
}

#menu{
	width: 100%;
}

#menuleft{
	float: left;
	height: 50px;
	width: 22px;
	background: url(images/menuleft.png) no-repeat;
}

#menumiddle{
	display: block;
	height: 34px;
	padding-top: 16px;
	background: url(images/menuback.png) repeat-x;
}

#menuright{
	float: right;
	height: 50px;
	width: 22px;
	background: url(images/menuright.png) no-repeat;
}

#content{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	background: url(images/contentback.png) repeat-y;
	min-height: 400px;
}

#imagebox{
	float: right;
	width:375px;
	padding-right: 5px;
}

#pagetext{
	padding-left: 20px;
	width: 360px;
	font-size: 12px;
	line-height: 18px;
}

#wideColumn{
	width: 775px;
	font-size: 12px;
}

#footer{
	width: 810px;
	height: 37px;
	font-size: 10px;
	text-align: center;
	background: url(images/footerbottom.png) repeat-x 1px 0;
}

#menumiddle ul{
	display:block;
	padding: 0px;
	width: 800px;
	list-style-type: none;
	display: inline;
	text-align: center;
}

#menumiddle ul li{
	display: block;
	color: #fff;
	float: left;
	width: 15.75%;
	list-style-type: none;
	}
	
#menumiddle a, #menumiddle a:visited{
	color: #fff;
	text-decoration: none;
}

#menumiddle a:hover{
	color: #000;
	text-decoration: underline;
}

a, a:visted{
	color: #628a76;
}

a:hover{
	text-decoration: underline;
}

a img{
	border: none;
	padding: 10px;
}

h1{
	font-size: 48px;
	margin: 0px;
	padding: 0px;
	padding-left: 50px;
	padding-bottom: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
}

h2{
	color: #4a5b6b;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
}