body
{
	margin: 0;
	padding: 0;
	font: 85% arial, hevetica, sans-serif;
	text-align: center;
	color: #333;
	background-color: #D6D6D6;
	background-image: url(i39.gif);
}

a:link { color: #B52C07; }
a:visited { color: #600; }

a:hover, a:active
{
	color: #fff;
	background-color: #B52C07;
}

h2
{
	color: #B52C07;
	font: 120% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin: 0 0 2px 0;
}

h2 a { text-decoration: none; }

h3
{
	color: #5B5E0E;
	font: 86% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin-top: 0;
}

#container
{
	margin: 1em auto;
	width: 909px;
	text-align: left;
	background-color: #fff;
	background-image: url(shsheader.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	border: 1px none #fff;
}

#header
{
	height: 69px;
	width: 100%;
	border: 1px none #fff;
	border-bottom: 1px solid #fff;
}

#header h1
{
	font-size: 1px;
	text-align: right;
	color: #fff;
	margin: 0;
	padding: 0;
}

#mainnav ul { list-style-type: none; }
#mainnav li { display: inline; }

#menu
{
	float: right;
	width: 275px;
	border-left: 1px solid #727e7a;
	padding-left: 15px;
}

#contents {
        margin: 0 320px 40px 20px;
        background-image: url(shsback.gif);
        background-repeat: no-repeat;
        /* background-attachment: fixed; */
        background-position:0 -160px; 
}



#contents p { line-height: 165%; }
.blogentry { border-bottom: 1px solid #727e7a; }
.imagefloat { float: right; }


#footer
{
	clear: both;
	color: #272900;
	text-align: right;
	font-size: 90%;
}

#timedate
{
	position:absolute;
	
	top: 56px;
	width: 909px;
	text-align: right;
	color:yellow;
}

#permits ul { list-style-type: disc; }

