/*Browns in order of darkness:
	#602200
	#8b4513
	#993300
	#cd853f
	#eec591
	#fff8dc
	
	Useful Hack:
	width: 171px !important;
  	width /**/ /*-not that one: 191px;
	
	*/

	
	
/* HTML REDEFINITIONS */
	
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 80%;
	text-align: center;
	background-color: #8b4513;
}

DIV {
	MARGIN: 0px; 
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	PADDING-TOP: 0px; 
	BORDER-LEFT-WIDTH: 0px; 
	BORDER-BOTTOM-WIDTH: 0px; 
	BORDER-RIGHT-WIDTH: 0px;
	BORDER-TOP-WIDTH: 0px; 
}

img{
	border: 1px solid Black;
}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3em;
	font-weight: normal;
	color: #602200;
	margin: 0px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	font-weight: bold;
	color: #602200;
	margin: 0px;
}

h2 span.datetext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .45em;
	font-weight: normal;
	color: #000000;
}

a:link {
	color: #602200;
}

a:visited {
	color: #602200;
}

a:hover{
	color: #993300;
}

a:active{
	color: #993300;
}


/* Unique ID Tags */

#container {
	width: 775px;
	height: auto;
	margin: 0px auto 0px auto;
	padding: 0px;
	position: relative;
	text-align: left;
	background-image: url(images/backgroundimage.gif);
	background-repeat: repeat-y;
}

#header {
	width: 763px;
	margin-left: 6px;
	margin-right: 6px;
	padding: 0px;
	text-align: left;
}

#content{
	background-color: #fdf1bd;
	background-image: url(images/bottomwheat.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 763px;
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 0px;
	padding: 0px;
}

#leftcontent{
	float: left;
	margin-top: 15px;
	width: 180px;
}

#rightcontent{
	float: right;
	padding: 10px 30px 30px 30px;
	width: 523px !important; 
	width/**/: 583px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#rightcontent p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	text-align: justify;
}

#bottomshadow{
	clear: both;
	background-image: url(images/bottomimage.gif);
	background-repeat: no-repeat;
	height: 10px;
	background-color: #8b4513;
}

#footer{
	clear: both;
	padding-bottom: 20px;
}

/*NAVIGATION TABLE*/

#navtable{
	margin-left: 30px;
	border: 5px double #602200;
	background-color: #fdf1bd;
	/*#195804;*/
	width: 150px;
}

#navtable th{
	background-color: #602200;
	color: #ffffff;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 17px;
	text-align: center;
}

#navtable td{
	background-color: #eec591;
	/*#b2e5a1;*/
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

ul.archivelinks{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.archivelinks li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 13px;
	margin-left: 5px;
}

/*BOTTOM NAVIGATION*/

#bottomnav{
	margin-left: 210px;
	width: 523px;
	text-align: center;
}

#bottomnav td.middlecontent{
	border: 2px solid #602200;
	background-color: #fdf1bd;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 14px;
	color: #ffffff;
}

#bottomnav td.middlecontent div.inner{
	background-color: #602200;
	margin: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#bottomnav a:link, #bottomnav a:visited, #bottomnav a:active, #navtable th a:link, #navtable th a:visited, #navtable th a:active{
	color: #ffffff;
	text-decoration: none;
}

#bottomnav  a:hover, #navtable th a:hover{
	color:#eec591;
}

#bottomnav td.rightside{
	width: 45px;
}

#bottomnav td.leftside{
	width: 45px;
}

/*2 COLUMN LAYOUT*/

.leftcolumn{
	float: left;
	width: 245px;
	margin-right: 30px;
}

.rightcolumn{
	float: right;
	width: 245px;
}

/* PHOTO ALBUMS */

.fullwidth {
	width: 523px;
	font-size: 12px;
}

.leftcell{
	padding: 5px 4px 5px 0px;
	width: 129px;
	text-align: center;
}

.middlecell{
	padding: 5px 4px 5px 5px;
	width: 132px;
	text-align: center;
}

.rightcell{
	padding: 5px 0px 5px 5px;
	width: 130px;
	text-align: center;
}

/* SITE MAP */

ul.sitemap{
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}

ul.sitemap li ul{
	list-style: none;
	margin-left: 20px;
	padding: 0px;
}

ul.sitemap li ul li ul{
	list-style: none;
	margin-left: 20px;
	padding: 0px;
}

/* CLASSES */

.hidden{
	display: none;
}

.submitbutton{
	background-color: #eec591;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.paddingright{
	margin-right: 10px;
	margin-top: 5px;
}

.paddingleft{
	margin-left: 10px;
	margin-top: 5px;
}