body {
	background-image: url(../images/back.png);
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.pagebody {
}
h1 {
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#mainwrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width: 950px;
}
#menubox {
	background-image: url(../images/menuboxfill.gif);
	background-repeat: repeat-x;
	height: 28px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #999;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	color: #CCC;
}
#maincontent {
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
}
#footer {
	background-color: #333;
	height: 115px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 15px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #999;
	color: #999;
	text-align: center;
	padding-bottom: 15px;
}
.titlebox {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center;
}
a.menu:link {
	text-decoration: none;
	font-size: 100%;
	color: #CCC;
	font-weight: bold;
}
a.menu:visited {
	text-decoration: none;
	color: #CCC;
	font-size: 100%;
	font-weight: bold;
}
a.menu:hover {
	text-decoration: none;
	color: #FFF;
	font-size: 100%;
	font-weight: bold;
}
a.menu:active {
	text-decoration: none;
	color: #CCC;
	font-size: 100%;
	font-weight: bold;
}
