body{
	background: #ab3108;
	margin: 0;
	}

#navlist, #footer{
	margin: 0;
	padding: 3px;
	background: #E59E20;
	text-align: center;
	font: 12px arial, helvetica, sans-serif;
	font-weight: bold;
	}

#navlist li, #footer li{
	display: inline;
	}

#navlist li a:link, #navlist li a:visited{ color: #fff; text-decoration: none; padding: 3px 10px; }
#navlist li a:focus, #navlist li a:hover, #navlist li a:active{ background: #ab3108; text-decoration: none; }


#main{ width: 100%; }

#main_content{
	margin: 10px 75px;
	}

.bdr{
	border: 2px solid #E59E20;
	}

#nilmdts{							padding: 0 25px; border: none; }

h1{
	font: 16px arial, helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	}

p, table{
	font: 13px arial, helvetica, sans-serif;
	color: #fff;
	text-indent: 20px;
	}

table{ text-indent: 0; }

#resources li{ list-style-type: none; }

a:link, a:visited{ color: #fff; text-decoration: none; }
a:focus{ font-weight: bold; }
a:hover, a:active{ text-decoration: underline; }

.form{ font-weight: bold; }
#footer{ margin-top: 25px; letter-spacing: 2px; }
#footer li{ padding: 10px; }


#local{
	text-align: center;
	font-size: 18px;
	margin: 0;
	padding: 0;
	}
	
	#local li{
		display: inline;
		padding: 0 25px;
		}

/* START GALLERIES */
#enlarge{
	width: 400px;
	height: 400px;
	}
	
	#enlarge img{
		padding: 5px;
		border: 2px solid #E59E20;
		}
	
.thumbnails td a{
	display: block;
	width: 50px;
	height: 50px;
	margin: 5px;
	overflow: hidden;
	border: 2px solid #E59E20;
	} /* END GALLERIES */

