@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-image: url(images/bg.jpg);
	background-position: top center;
	background-color: #EED0B3;
	font-size: 10pt;
	background-repeat: repeat-y;
}
.twoColFixRtHdr #bg {
	background-image: url(images/bgheader.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
.twoColFixRtHdr #container {
	width: 900px;
	margin: 0px auto 0px auto;
	text-align: left;
} 
.twoColFixRtHdr #header {
	padding: 10px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: center;
	color: #5E1D0B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 15px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 35px 20px 0px 20px;
	margin: 0px 11px 0px 0px;
}
.twoColFixRtHdr #mainContent {
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 400px 35px 0px 35px;
} 
.twoColFixRtHdr #footer {
	padding: 0px 10px 10px 0px;
	color: #5E1D0B;
	font-size: 8pt;
	width: 575px;
	text-align: center;
	margin: 0px 35px 0px 35px;
	border-top: 1px solid #5e1d0b;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 35px 10xp 75px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.mainheader {
	color: #4A4520;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 16pt;
	border-bottom: 2px dotted #683C33;
	margin-bottom: 15px;
}
p {
	line-height: 13pt;
	font-size: 9pt;
}
.classlegal a {
	color: #5E1D0B;
	text-decoration: none;
}
.classlegal a:hover {
	color: #4A4520;
	font-weight: bold;
}
.tourismguideheader {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #556D3C;
	font-size: 13pt;
	margin-bottom: 15px;
}
.listinginfo {
	color: #674629;
	font-size: 11pt;
	font-weight: bold;
	text-align: right;
	margin-bottom: 5px;
	border-bottom: 1px dotted #006600;
}
.legal {
	font-size: 8pt;
}
a {
	color: #674629;
	text-decoration: none;
}
a:hover {
	color: #339933;
}
.months {
	margin: 0px 0px 0px 15px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	border-bottom: 2px dotted #ffffff;
	font-style: italic;
	font-weight: bold;
	color: #7C712F;
}

