body {
	font: 80% arial, helvetica, sans-serif;
	background: #c3cacd url(images/3sisters.png);
	margin: 0;
	color: #036;
}

.accessaid, h1 {
	position: absolute;
	height: 0;
	overflow: hidden;
}

#header {
	background: white url(images/jbnet_header.png);
	height: 88px;
}

#footer {
	background: white url(images/jbnet_footer.png);
	height: 124px;
	clear: both;
}

#footer p {
	position: absolute;
	bottom: 0px;
	right: 0px;
	color: white;
	font-size: 85%;
	text-shadow: black 1px 1px;
}

#navbkgd {
	background: white;
	width: 120px;
	float: left;
}

#navigation {
	background: #799db4 url(images/fade_top.png) no-repeat top;
	margin: 15px 0px 0px 0px;
	padding: 35px 0px 15px 0px;
	min-height: 100px;
}

#navbtm {
	background: #799db4 url(images/fade_btm.png) no-repeat;
	height: 37px;
}

#navigation ul {
	margin: 0 0 5px 0;
	padding: 0px;
	list-style: none;
}

#navigation ul a {
	color: white;
	text-decoration: none;
	display: block;
	background: #3e7ea7;
	padding: 1px 5px 2px 10px;
	margin: 0 5px 1px 5px;
}

#navigation a:visited {
	color: #ccc;
}

#navigation a:hover {
	background: #036;
}

#navigation ul a .curr_page {
	font-style: italic;
}

#content {
	background: white;
	xpadding: 1px 1em 2em 1em;
	padding: 1px 20px 1em 40px;
	margin-left: 120px;
}

h2 {
	font-size: 1.8em;
	color: #036;
}

h3 {
	font-size: 1.4em;
	color: #036;
}

#content img {
	border: 1px solid #333;
}

#container {
	position: relative;
	width: 591px; /* width + border for IE 5.x */
	w\idth: 585px; /* real width */
	border: solid #036;
	border-width: 0 3px;
	margin: auto;
	background: white;
}
