@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #ffe3b5;
	background-image: url(images/bg.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}
.main #container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.main #header {
	background-image: url(images/header.jpg);
	height: 164px;
} 
.main #headerfloat {
	float: right;
	color: #FFFFFF;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	padding-top: 13px;
	padding-right: 43px;
	line-height: 20px;
}
.main #slidebg {
	margin: 0;
	background-image: url(images/slide-bg.jpg);
	height: 305px;
}
.main #slideshowholder {
	padding-top: 20px;
	padding-left: 47px;
}
.main #titlebg {
	background-image: url(images/title-bg.jpg);
	height: 76px;
}
.main #titlewrap {
	font-size: 24px;
	color: #FFFFFF;
	padding-left: 65px;
	line-height: 87px;
}
.main #top {
	background-image: url(images/top.jpg);
	height: 42px;
}
.main #menu {
	float: right; 
	width: 300px;
}
.main #mainContent {	
	width: 630px;
	
} 
.main #copy {
	padding-right: 20px;
	padding-left: 80px;
}
.main #footer {
	background-image: url(images/footer.jpg);
	height: 193px;
}
.main #footwrap {
	padding-top: 32px;
	padding-right: 80px;
	padding-left: 80px;
	color: #210e10;
} 
.footlink {
	color: #210e10;
	text-decoration: underline;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.whitelink {
	color: #FFFFFF;
	text-decoration: underline;
}
.blacklink {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
#navlist {
	width: 244px;
	margin: 0;
	padding: 0;
}
#navlist li {
	list-style: none;
	background-image: url(images/tab.gif);
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	margin: 0;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: center;
}
#navlist li a {
	text-decoration: none;
	color:#fff;

}
#navlist  a:link, .navlist2 a:visited {
    color: #fff;

}
#navlist a:hover {
    color: #f7e965;
    text-decoration: none;

}
.sidepic {
	padding-top: 10px;
	padding-left: 20px;

}
form {
	margin: 0px;
	padding: 0px;
}

label,input {
	display: block;
	width: 170px;
	float: left;
	margin-bottom: 10px;
}

label,textarea {
	display: block;
	width: 230px;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: left;
	width: 220px;
	padding-left: 1px;

}
label.hidden {
	position: absolute;
	left: -1600px;
}

.mminput{
	width: 75px;
}

label.mm {
	width: 115px;
	margin-left: 15px;
}

.button {
	cursor: pointer;
}
.gallery {
	height: 300px;
	width: 400px;
	border: 2px solid #000000;

}

