body {
	background: #E2E2E2 url(images/background.jpg) repeat-x;
	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;
	line-height: 18px;
	font-size: 12px;
	border: 1px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #FFF;
}
#container  {
	width: 955px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left;
}
#header  {
	background: #E2E2E2 url(images/head.jpg) no-repeat;
	padding: 0 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. */
	height: 452px;
}
#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 */
}
#mainContent  {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #E2E2E2;
	margin-top: 10px;
}
#footer  {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#E2E2E2;
	font-size: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#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 */
}

#home_flash {
	width: 287px;
	text-align: right;
	height: 220px;
	float: right;
	padding-top: 68px;
	padding-right: 12px;
}
#navigation {
	width: 600px;
	padding-left: 350px;
	padding-top: 18px;
}

#home_welcome {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	text-align: left;
	width: 900px;
	color: #FFF;
	margin: 0px;
}

#home_welcome_text {
	width: 400px;
	height: 250px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding-top: 100px;
	padding-left: 24px;
}

#home_welcome_text_headline {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 22px;
	font-style: italic;
	line-height: 24px;
}
a:link {
	color: #6C1100;
	text-decoration: none;
}

a:hover {
	color: #6C1100;
	background: #FFB12B;
}
#homebox_left {
	width: 280px;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(images/homebox_attractions.jpg) no-repeat;
	padding-left: 12px;
	padding-right: 8px;
	padding-top: 6px;
}

#homebox_center {
	width: 280px;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(images/homebox_events.jpg) no-repeat;
}

.community_indent {
	padding-left: 12px;
}

#homebox_right {
	float: right;
	width: 350px;
	background: url(images/homebox_spotlight.jpg) no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.homebox_text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}

#homebox_heads {
	width: 100%;
	text-align: center;
}

#homebox_content {
	padding-left: 18px;
}

#homebox_content {
}

.oneColFixCtrHdr #container #mainContent table tr td #homebox_right div .small_ital {
	font-size: 11px;
	font-style: italic;
}

