@charset "utf-8";
.style24 {
	color: #FDFBEF;
	font-size: 75%;
}
.style39 {
	font-size: 90%;
}

.style27 {
	color: #846C42;
	font-size: 85%;
}
.style32 {font-size: 95%}
.style23 {font-size: 14px}
.style37 {color: #FCFDF5}

.style21 {
	color: #FDFCE7;
	font-size: 14px;
	font-weight: bold;
}
.style26 {font-size: 95%}




.style16 {
	color: #FDFBEF
}



body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #371C00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #442214;
}
.twoColFixRtHdr #container {
	width: 780px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	background-repeat: no-repeat;
	background-image: url(Images/yellow-gradient-long-canvas.jpg);
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-style: solid;
	border-top-style: solid;
	background-color: #FFFFFF;
} 
.twoColFixRtHdr #container #navbox {
	height: 31px;
	white-space: normal;
	color: #FFFFFF;
	background-color: #FFFFFF;
	padding-left: 23px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	padding-right: 23px;
}

.twoColFixRtHdr #header {
	background-color: #DDDDDD;
	background-image: url(Images/bannertwosistersfancy.jpg);
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 200px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	visibility: hidden;
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	color: #371C00;
	padding-top: 5px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-style: none;
	background-repeat: no-repeat;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 230px;
	margin-bottom: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	color: #371C00;
	background-repeat: no-repeat;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
} 
.twoColFixRtHdr #footer {
	background-color: #351c00;
	color: #FFFFFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 35px;
} 
.twoColFixRtHdr #footer p {
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	border: thin solid #C79B6C;
	margin-left: 5px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	border: thin solid #C69A69;
	margin-bottom: 10px;
	margin-right: 16px;
}
a:link {
	color: #BB6D25;
}
a:visited {
	color: #BB6D25;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #FF6600;
}




.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	background-color: #000000;
}
