/* CSS Document */

BODY, HTML	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	background-image: url(../images/bkgd.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	min-height: 100%;
	}
	
H1, H2, H3	{
	color: #903E13;
	line-height: 1.2em;
	}
.indent {
	margin-left: 15px;
}

	
#wrapper	{
	width: 815px;
	height: 100%;
	min-height: 100%;
	margin: -12px auto;
	background-color: #F9F8E4;
	background-image: url(../images/navigation.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	color: #333;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	line-height: 1.3em;
	}

#header	{
	background-image: url(../images/headers/rotator/rotator.php);
	background-position: top left;
	background-repeat: no-repeat;
	height: 212px;
	}

#navigation	{
	float: left;
	width: 160px;
	margin: 0;
	padding: 1em;
	font-weight: bold;
	font-size: 1em;
	background-color: #F2EFC4;
	}

#content	{
	margin-left: 200px;
	padding: 1em;
	min-height: 100%;
	
	}

#footer	{
	clear: both;
	margin: 0;
	padding: 0.4em;
	color: #FFFFFF;
	background-color: #903E13;
	border-bottom: 1px solid #000000;
	text-align: center;
	position: relative;
	bottom: 0px;
	width: 807px;
	font-size: 1em;
	}
	
#sidebar	{
	float: right;
	width: 153px;
	min-height: 100px;
	background-color: #8c0000;
	background-image: url(../images/sidebar2.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 1px 1px 50px 2px;
	margin-left: 8px;
	margin-top: 20px;
	color: #F2EFC4;
	}
	
#sidebar h4	{
	color: #F2EFC4;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.2em;
	font-weight: 400;
	margin-left: 8px;
	}
	
#sidebar p	{
	color: #F2EFC4;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.2em;
	font-weight: 400;
	}

#sidebar a {
	color: #F2EFC4;
	font-weight: bold;
	text-decoration: underline;
}

#sidebar a:hover {
	color: #D6D39D;
	font-weight: bold;
	text-decoration: underline;
}

a {
	text-decoration: underline;
	color: #903E13;
}

a:hover {
	border: none;
	text-decoration:underline;
	color: #8c0000;
}

#navigation a {
	color: #414D13;
	text-decoration: none;
}

#navigation a:hover {
	color: #8c0000;
	text-decoration: underline;
}

#navigation img {
	border: none;
}

 img {
	border: none;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

li	{
	padding: 4px;
	}
	
TD	{
	vertical-align: top;
	padding: 5px;
	margin: 0px;
	}
	
	
#grid TD	{
	vertical-align: top;
	padding: 5px;
	border-spacing: 0px;
	border: #999999 solid 1px;
	}
	
table	{
	border-spacing: 0px;
	}
	
#featured	{
	padding-right: 8px;
	}
	
#photocredit	{
	color: #999999;
	font-size: .7em;
	font-weight: 500;
	line-height: 1.4em;
	}
