#header {
	height: 44px;
	padding-top: 143px;
	background-color: #9C6A00;
	background-image: url(../images/header_photo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu {
	background: #990000;
	height: 15px;
	padding-top: 5px;
	padding-left: 41px;
	clear: both;
}
#content {
	background: #FFFFFF url(../images/rightbar_shadow.jpg) repeat-y 369px top;
	clear: both;
	overflow: auto;
	width: 100%;
	float: left;
}
#footer {
	border-top: 5px solid #990000;
	clear: both;
	background: url(../images/gcmlogo.gif) no-repeat 95% 20px;
	height: 70px;
}
#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 {
	background: #F1F1F1 url(../images/tagline.gif) no-repeat 52px 34px;
	width: 369px;
	float: left;
	height: 262px;
}
#content #rightbar {
	float: left;
	width: 50%;
}
#rightbar p {
	font-size: 70%;
	text-align: left;
}
#footer p, #footer a {
	font: 11px Arial, Helvetica, sans-serif;
	padding-top: 24px;
	color: #999999;
	width: 80%;
}

