body{
	margin: 15px;
	background: #DFD7C0;
	font: 14px Arial, Helvetica, sans-serif;
	color: #69202B;
	font-weight: bold;
	}

a:link, a:visited, a:active{
	color: #6B1E29;
	text-decoration: underline;	
	}

a:hover{
	color: #003C00;
	}

h1{
	font-size: 22px;
	color: #6B1E29;
	text-align: left;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	}

h2{
	font-size: 17px;
	color: #6B1E29;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	}

h3{
	font-size: 18px;
	color: #6B1E29;
	text-align: center;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	}

#container{
	width: 960px;
	\width: 960px;
	w\idth: 960px;
	margin-left: auto;
	margin-right: auto;
	}

#logo{
	background: url(../images/logo.gif) no-repeat center top;
	width: 305px;
	height: 435px;
	margin-top: 65px;
	text-indent: -9000px;
	}

#colorbars{
	background: url(../images/coloredbars.jpg);
	height: 51px;
	}

#slideshow{
	width: 380px;
	height: 570px;
	margin: 0 auto;
	}

#navigation{
	float: right;
	font-size: 12px;
	text-align: left;
	padding: 6px 5px 5px 5px;
	font-weight: bold;
	background: #DFD7C0;
	font-family: Arial, Helvetica, sans-serif;
	}

	#navigation ul{
		margin: 0;
		padding: 0px;
		}

	#navigation ul li{
		padding: 3px 5px;
		list-style-type: none;
		display: inline;
		}

	#navigation a:link, #navigation a:visited, #navigation a:active{
		color: #6B1E29; 
		text-decoration: none;
		}

	#navigation a:hover{
		color: #023E06;
		text-decoration: none;
		}

#content_home{
	background: url(../images/bg_home.jpg);
	}

#content{
	background: url(../images/bg.jpg);
	}

#info{
	width: 535px;
	height: 475px;
	padding: 20px 90px 20px 30px;
	overflow: auto;
	}
.stroke{
	border-top: 1px solid #6C1F29;
	border-right: 2px solid #6C1F29;
	border-bottom: 2px solid #6C1F29;
	border-left: 1px solid #6C1F29;
	}

.accent{
	color: #4F3816;
	font-weight: bold;
	}

/* START GALLERIES */
#enlarge{
	width: 655px;
	}

#enlarge img{
	border: 1px solid #6B1E29;
	margin-right: 65px;
	}

.thumbnails td a{
	margin: 3px 9px 4px 9px;
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	border: 1px solid #fff;
	background: #fff;
	}

.thumbnails a:hover img{
	opacity: 0.6;
	filter:Alpha(opacity=60);
	}/* END GALLERIES */

#footer{
	font-size: 12px;
	text-align: right;
	color: #6B1E29;
	padding: 5px 5px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

	#footer p{
		margin: 5px 0 0px 5px;
		}

	#footer a:link, #footer a:visited, #footer a:active{
		color: #6B1E29;
		text-decoration: none;	
		}
	
	#footer a:hover{
		color: #053A00;
		}
