html, body {
	background-color: #F0E7D2;
	background-image: url(../images/bg_inside_body.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	height: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
#wrapper {
	background-image: url(../images/bg_inside_wrapper.jpg);
	background-repeat: no-repeat;
	background-position: 801px 0px;
	position: relative;
	min-height: 100%;
	width: 100%;
}
#header {
	height: 44px;
	padding-top: 47px;
	background-color: #9C6A00;
	background-image: url(../images/bg_inside_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu {
	background: #990000;
	height: 15px;
	padding-top: 5px;
	padding-left: 41px;
	clear: both;
}
#content {
	overflow: hidden;
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(../images/rightbar_shadow.jpg);
	background-repeat: repeat-y;
	background-position: 119px top;
	clear: both;
	float: left;
}
#wrapper #container {
	float: left;
	width: 800px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#header #mastheadBg {
	background: url(../images/bg_head.gif) repeat-x left top;
	height: 44px;
}
#header #mastheadBg #mastheadName {
	background: url(../images/mast_header_name.gif) no-repeat 15px 7px;
	height: 44px;
}
#menu ul {
	list-style: none;
	width: 600px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	margin: 0px;
	padding: 0px;
	float: left;
}
#menu ul li img {
	border-right: 1px solid #FFFFFF;
	padding: 0px 6px 4px;
}
#menu ul li a {
	display: block;
}
#menu ul li a:hover {
	border-bottom: 1px solid #FFFFFF;
}
#content #leftbar {
	width: 119px;
	float: left;
	background-color: #F1F1F1;
	margin-bottom: -2100px;
	padding-bottom: 2100px;
}
#content #centerbar {
	float: left;
	width: 509px;
	margin-bottom: -2050px;
	padding-bottom: 2100px;
	padding-top: 41px;
	padding-left: 20px;
	text-align: left;
}
#content #centerbar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.4em;
}
#content #centerbar ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.4em;
}
#content #rightbar {
	float: right;
	width: 152px;
	margin-bottom: -2100px;
	padding-bottom: 2100px;
	font-family: Arial, Helvetica, sans-serif;
}
#rightbar p {
	font-size: 70%;
	text-align: left;
}
#footer {
	border-top: 5px solid #990000;
	background-color: #E6D6B3;
	float: left;
	width: 100%;
	position: relative;
	padding-bottom: 50px;
}
#footer #footer_content {
	height: 70px;
	background-image: url(../images/gcmlogo.gif);
	background-repeat: no-repeat;
	background-position: 99% 20px;
	width: 800px;
	float: left;
}
#footer p, #footer a {
	font: 11px Arial, Helvetica, sans-serif;
	padding-top: 24px;
	color: #999999;
	width: 80%;
}
