@charset "utf-8";
/* CSS Document */

html {
	height:100%;
	}

body {
	background-image:url(../images/background_gradient.gif);
	background-repeat:repeat-x;
	background-color: #c5b381;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	line-height:18px;
	height:100%;
}
#wrapper {
	width: 900px;
	background-color:#ffffff;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: thin solid #554b37;
	height:auto;
	min-height:100%;
}
#header {
	background-image:url(../images/JRPUBBanner.jpg);
	height:200px;
	width:900px;
	border-bottom: thin solid #554b37;
}
#nav {
	
	background-image:url(../images/nav_background.jpg);
	background-repeat:repeat-y;
	width: auto;
	float: left;
	height:auto;

}
#navigation {
	width:130px;
	height: auto;
	float:left;
	margin-top:20px;

}
#navigation ul {
	
 	list-style: none;
 	margin: 0;
 	padding: 0;
}
#navigation li {
 border-bottom: 1px solid #ffffff;
}
#navigation li a:link, #navigation li a:visited  {
 color:#f4f1e4;
 font-size: 90%;
 display: block;
 padding: 0.4em 0 0.4em 0.5em;
 background-color: #b9a976;
 text-decoration: none;
}
#navigation li a:hover {
 background-color: #48362c;
 color: #FFFFFF;
}

#main {
	background-color:#ffffff;
	float:left;
	width:710px;

	padding: 10px 10px 0px 15px;
	min-height:500px;
	border-left: thin solid #554b37;
}
#footer {
	background-color:#FFFFFF;
	background-image:url(../images/footer_background_gradient.gif);
	background-repeat:repeat-x;
	border-top: thin solid #554b37;
	height:80px;
}
#footer a {
	color:#666666;
	font-size:10px;
	font-weight:400;
}
a {
	font-size: 12px;
	font-weight: bolder;
	color: #B9A976;
	text-decoration: none;
}
.clear {
	clear:both;
}
h1 {
	font-size: 14px;	
	width: 700px;
	border: thin solid #5B4339;
	color: #9B8F65;
	background-color: #EFEFE7;
	text-decoration: none;
	padding: 7px;
	margin-top:13px;
	clear:both;
}
h2 {
	font-size: 14px;	
	color: #9B8F65;
	text-decoration: none;


}
