@charset "utf-8";
a.sidebar:link {color: #FCC288;}
a.sidebar:hover {color: #0000FF;}
a.sidebar:visited {color:#0000AA;}
a.footer:link {color: #FCC288;}
a.footer:hover {color: #0000FF;}
a.footer:visited {color:#0000AA;}
a.state:link {color: #FCC288;}
a.state:hover {color: #0000FF;}
a.state:visited {color:#0000FF;}
a.second:link {color: #AA0000;}
a.second:hover {color: #0000FF;}
a.second:visited {color:#0000FF;}
a.banner:link {color: #FCC288;}
a.banner:hover {color: #AA0000;}
a.banner:visited {color: #FCC288;}
a:link {
	color: #36307A;
}
a:hover {color: #000000;}
a:visited {
	color:#000000;
}
body  {
		background-color: #C34F28;
	background: #b43522 url("../pic/NewDesignSensual_986x1.jpg");
	background-repeat: repeat;
	background-position: center;
	color: #660099;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/*background: #666666;*/
	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;
}
.twoColFixRtHdr #container {
	width: 975px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #FFFFFF;*/
	margin: 0 auto;
	text-align: left;
} 
.twoColFixRtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixRtHdr #header h1 {
	text-align: left;
}
.twoColFixRtHdr #header h2 {
	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;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 175px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB; *//* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	font-family: Harem, "Times New Roman";
	color: #FFEEAA;
}
.twoColFixRtHdr #mainContent {
	/*margin-top: 0;
	margin-right: 0.1em;
	margin-bottom: 0;
	margin-left: 0em;*/	
	border: 10px ridge #660099;
	background-color: #FCC288;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	/*padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;*/
	color: #30046A; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #mainContent H1 {
	font-family: "Century Schoolbook", Arial;
	font-size: xx-large;
}
.twoColFixRtHdr #mainContent H2 {
	font-family: Harem, "Times New Roman";
	font-size: large;
}
.twoColFixRtHdr #mainContent H3 {
	font-family: Harem, "Times New Roman";
	font-size: medium;
}
.twoColFixRtHdr #mainContent Highlight {
color:#333333
}
.twoColFixRtHdr #mainContent TD {
	background-position: center center;
	text-align: center;
	padding: 3px;
	height: auto;
	width: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-style: italic;
	line-height: 22px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.twoColFixRtHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
/*	background:#DDDDDD; */
} 
.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 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixRtHdr #footer table {
}
.twoColFixRtHdr #footer table td {
	color: rgb(253,196,140);
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	/*position: absolute;
	top: 0px;
	bottom: 0;
	left: 0;
	width: 179px;*/
	vertical-align: top;
	}
.twoColFixRtHdr #footer table td h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: larger;
	font-style: italic;
	text-align: center;
	vertical-align: bottom;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
}

.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;
}
.mainattraction {
	font-size:27px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-align: center;
	color: #000000;
}
.mainattraction h2 {
font-size:larger
}
