html, body
{
	height: 100%;
}

body
{	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #336633;
	font-size: 100%;
}

div#content
{	position: absolute;
	top: 0px; left: 180px;
	font-family: 'Arial Black', Arial, Helvetica, sans-serif;
	margin: 0px; padding: 10px;
	height: auto; min-height: 1200px;
	width: 800px;
	background-color: White;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
}

div#content p
{	margin: 20px;
}

div#content table
{	margin: 20px auto;
	width: 100%;
}

div#content table#main td
{	padding: 20px;
	width: 25%;
	text-align: center;
}

div#content table#main td.icons
{	font-size: 0.8em;
}
div#content table#main td.icons img
{	margin: 0 auto;
}

div#content table td,
div#content table th
{	padding: 10px;
}

div#content div#header
{	width: 75%;
	margin: 0 auto;
	border: 1px solid Black;
}

div#content div#header div
{	border: 1px solid Black;
	text-align: center
}

div#content div#header div#title
{	padding: 10px;
	font-size: 1.7em;
}

div#content div#header div#pagetitle
{	padding: 10px;
}

div#content div#header div#banner
{	height: 130px;
	background-image: url(../jes/images/banner.jpg);
}

div#content div#header div#banner a
{	display: block;
	width: 100%; height: 100%;
}

div#content div#header div#scroller input#marquee
{	font-family: 'Arial Black', Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	width: 100%;
	height: 100%;
	border: none;
}

div#content .bgreen
{	font-weight: bold;
	color: Green;
}

div#content div#photoframe
{	width: 72%;
	height: 300px;
	background-color: Black;
	margin: 0 auto;
}

div#content div#photoframe a#photo
{	width: 100%;
	height: 100%;
	display: block;
	background-repeat: repeat-x;
}

div#content div#address
{	width: 80%;
	margin: 0 auto;
	font-size: 0.8em;
	padding: 10px;
	text-align: left;
}

div#content iframe#calendar
{	width: 80%;
	height: 100px;
}

div#content div#address,
div#content div#photoframe,
div#content iframe#calendar
{	border: 2px solid Black;
}

