body {
	background-color:#5c2e00;
}

h2 {
	font: bold small-caps 16px Georgia, "Times New Roman", Times, serif;
	padding-top: 15px;
}
p {
	font: 13px/20px Arial, Helvetica, sans-serif;
	width: 540px;
}
ul {
	list-style: disc outside;
	font: 12px/18px Arial, Helvetica, sans-serif;
	display: inline;
}

li {
	list-style:none;
	list-style-position:inline;

}

h3 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #F00;
	padding-left: 25px;
}
.italicize {
	font: italic 12px "Times New Roman", Times, serif;
	margin-right: 275px;
	margin-left: 25px;
	background: #FF9;
	padding: 4px;
	margin-top: 0px;
}


.pImage {
	padding: 0px;
	border: 1px solid #000000;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 50px;
}
h1 {
	font: bold 22px Georgia;
}
.sidebarImage {
	margin-top: 15px;
	float: right;
	position: absolute;
	width: 275px;
	height: 100%;
}


/* Site Layout (Main structure only) `BKS */

#site {
	top:0;
	width:915px;
	margin: 0px auto;
}
#site #container #content #table table tr td p {
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
	width: 250px;
}

#banner {
	top:0;
	background:url(images/jnsHeader.jpg);
	width:915px;
	height:196px;
}

#navg {
	width:915px;
	height:39px;
	margin: 0px;
	background: #5D2D08;
}


#container {
	background:url(images/jnsBckgr.jpg) repeat-y;
	width:890px;
	/* The following 3 height rules are needed for cross browser support `BKS */
		min-height:550px;
	height:100%;
	margin-top: 0px;
	padding-left: 25px;
	padding-bottom: 1px;
	position: relative;
}


#contentTop {
	background:url(images/jnsBckgr.jpg);
	height:8px;
}

#content {
	/* The following 3 height rules are needed for cross browser support `BKS */
	position:relative;
	width: 570px;
	padding-top: 15px;
	height: auto;
	padding-left: 10px;
}
#table {
	width: 550px;
	text-align: center;
}


#sidebar p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #39C;
	text-align: center;
	width: 270px;
}
	
#sidebar {
	width: 282px;
	height: auto;
	position: absolute;
	top: 10px;
	left: 595px;
}
#contentBtm {
	background:url(images/jnsBtm.jpg);
	width:915px;
	padding-top: 8px;
	padding-bottom: 1px;
	position: relative;
	height: 65px;
}
.insetText {
	line-height: 24px;
	background: #FFF;
	padding: 15px;
	border: 1px solid #CCC;
	width: 500px;
}

#footer {
	top:0;
	width:915px;
	margin-right: auto;
	margin-left: auto;
	background: #5D2F0A;
	height: 40px;
}
#footer table p {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}
h5 {
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color: #F9F1BE;
}
h4 {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
.sansserif {
	font: 12px/18px Arial, Helvetica, sans-serif;
}
#site #contentBtm a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #C96;
}

