/* Begin Overall Layout */
body {
	font-size: 67.5%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
}

#header {
	height: 195px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9a5600;
}

#container{
	width: 747px;
}
#central_content{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9a5600;
	height: 286px;
	text-align: left;
}

#central_content #left_nav {
	width: 240px;
	height: 286px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9a5600;
	background-image: url(../images/left_nav_bg.gif);
	background-position: left;
	background-repeat: no-repeat;
	float: left;
}

#central_content #content {
	margin-left: 0px;
	height: 272px;
	width: 437px;
	float: left;
	padding: 0 29px 14px 40px;
	overflow: auto;
	background-color: #e6d89b;
}
#central_content div {
}

#central_content h1 {
	margin: 25px 0 0 -24px;
}

#splash_body #central_content #content {
	background-image: url(../images/content_bg.jpg);
	background-repeat: no-repeat;
}

#container #footer {
	height: 7px;
	text-align: center;
	padding: 10px 0  9px 0;
	clear: both;
}
/* End Overall Layout */

/* Begin Header Styles */
#header_logo {
	height: 195px;
	width: 240px;
	background-image: url(../images/pj_logo.gif);
	background-position: center;
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9a5600;
	float: left;
	padding-right: 0px;
	margin-right: 0px;
}

#header_content {
	height: 140px;
	width: 504px;
	background-image: url(../images/top_right_bg.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding: 24px 0 0 0;
	margin: 0;
	float: left;
	color: #c69c6d;
	font-size: 1.2em;
	text-align: center;
}
#header_content img{
	border-top: 2px solid #000;
}
#splash_body #header_content {
	padding: 55px 0 0 0;
}

#header #header_content div {
	line-height: 1.9em;
	text-align: left;
	width: 410px;
}
/* End Header Styles */

/* Begin Left Nav Styles */
#central_content #left_nav #menu {
	padding: 0;
/*	margin: 16px 0 0 55px; */
	margin: 0;
	list-style-type: none;
}

#central_content #left_nav #menu li{
	margin:-3px;
	padding: 0; 
}

#central_content #left_nav #menu img{
	border: 0;
}

/* End Left Nav Styles */

/* Begin Footer Styles */
#footer ul {
	display: inline;
	font-size: 1.1em;
}

#footer ul li{
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin: 0px 11px 0 11px;	
}

#footer ul li a{
	color: #59442D;
}

#footer ul li a:hover{
	color: #FFF;
}
/* End Footer Styles */