@charset "utf-8";
/* CSS Document */
	
body {
    margin: 0 auto;
    text-align: center;
    width: 1024px;
    min-width: 1024px;
	
	background-image:url(images/BG3.jpg);
	background-color:#ebdea9;
	background-repeat:no-repeat;
}
html {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
a, img.a, img {
	border: 0px;
	text-align: left;
}

iframe {
	border: 10px solid #381402;
}
table, table img {
	text-align:left;
}
#titlequote {
	position: absolute;
	top: 45px;
	left:330px;
	background-image:url(images/titlegraphic3.gif);
	width:672px;
	height:72px;
	}
#navigation {
	position: absolute;
	top:120px;
	width:672px;
	height:25px;
	left: 330px;
	text-align:left;
}

#homePagetext {
	width:500px;
	height:100px;
	position: absolute;
	top:603px;
	left:168px;
	text-align:left;
}
#homePageGraphic {
	width:800px;
	height:400px;
	position:absolute;
	top:196px;
	left:170px;
	text-align:left;
	}
#contactBlock {
	width:800px;
	height:auto;
	position:absolute;
	top:196px;
	left:170px;
	text-align:left;
	}

#eventsPagetext {
	width:194px;
	height:auto;
	position: absolute;
	top:197px;
	left:168px;
	text-align:left;
}
#wideBlock {
	width:800px;
	height:400px;
	position:absolute;
	top:196px;
	left:170px;
	text-align:left;
}
#normalBlock {
	width:600px;
	height:400px;
	position:absolute;
	top:196px;
	left:370px;
	text-align:left;
	padding: 5px;
}
#centeredBlock {
	width:600px;
	height:400px;
	position:absolute;
	top:196px;
	left:50%;
	margin-left: -300px;
	text-align:left;
}
	
img.alt {
	margin:5px;
	border: 1px solid #5a3102;
}

#bottomGallery {
	width:80%;
	height:auto;
	position: absolute;
	top:613px;
	margin-left: 0px;
	text-align:center;
	overflow: auto;
	left: 99px;
}
/*****text rules********/
.headline1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color: #381402;
}
.headline2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #5a3102;
	text-align: left;
}

.bodytextlight {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#5a3102;
	font-weight:normal;
}
.bodytextdark {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#381402;
	font-weight:normal;
	text-align: left;
}

a {
	text-decoration:underline;
	color: #4c5d4d;
	}
	
.FLVborder {
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #391402;
	border-right-color: #391402;
	border-bottom-color: #391402;
	border-left-color: #391402;
}
