#wrapper {
	position: relative;
	left: 0px;
	top: 0px;
}
#masthead {
	position: absolute;
	left: 16%;
	top: 0px;
	height: 150px;
	background: white url(../images/masthead-back.gif);
	width: 82%;
}
#menubar {
	position: absolute;
	left: 15%;
	top: 105px;
	height: 25px;
	background-color: #000000;
	width: 70%;
	background-image: url(../images/buttonbckgnd.gif);
}
#menuitem {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	text-align: center;
	width: 16.666%;
	border-right: thin solid #FFFFFF;
	border-left: thin solid #FFFFFF;
	position: relative;
	top: 4px;
}
body {
	margin: 0px;
	background: white;
	font-family: Garamond;
	color: white;
}
#content-left {
	position: absolute;
	width: 15%;
	top: 201px;
	height: auto;
	background: white url(none) 100% 100%;
	font-family: Garamond;
	font-style: italic;
	font-weight: bold;
	color: #0033CC;
	text-align: center;
	vertical-align: top;
}
#content-center {
	background: white repeat;
	position: absolute;
	left: 16%;
	top: 201px;
	height: auto;
	width: 82%;
	padding-right: 1%;
	padding-left: 1%;
	color: #000000;
	font-weight: bold;
	text-align: justify;
	border-left: 1px solid #21007a;
}
#content-right {
	position: absolute;
	height: auto;
	width: 15%;
	left: 85%;
	top: 100px;
	background: url(none) 100% 100%;
}
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #21007a;
	text-align: center;
	font-family: Garamond;
	font-style: italic;
}
a:visited {
	font-weight: bold;
	color: #21007a;
	text-align: center;
	text-decoration: none;
	font-style: italic;
}
a:hover {
	font-weight: bold;
	color: #00CCFF;
	text-align: center;
	font-style: italic;
}
a:link menu {
	background: url(../images/buttonhome-off.gif);
}
a:hover menu {
	background: url(../images/buttonhome-on.gif);
}
a:visited menu {
	background: url(../images/buttonhome-off.gif);
}
