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: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	background-color: #FFFFFF;
	background-image: url(images/bg_patter.png);
}
.maincontent_inner_middle_header {
	width: 725px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	bottom: 10px;
}
.region_dl1 {
	width: 705px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.home_event_region {
	float: left;
	width: 228px;
}
.home_event_region_title {
}
.home_event_thumbnail {
	padding-left: 30px;
}
.home_event_thumbnail_content {
	padding-left: 10px;
	padding-top: 10px;
}
.home_event_region_content {
	padding-top: 10px;
}
.home_event_wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 685px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #660000;
}
.underline {
	text-decoration: underline;
}



.oneColFixCtrHdr #container {
	width: 755px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;  /* 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. */
	width: 755px;
	padding-top: 0;
	padding-bottom: 0;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	background-color: #FBFCBC;
	padding-top: 0;
	padding-bottom: 0;
	height: auto;
}
.maincontent_inner_top {
	background-image: url(images/bg/images/Untitled-1_01.png);
	width: 755px;
	height: 22px;
	margin-right: auto;
	margin-left: auto;
}
.maincontent_inner_middle {
	background-image: url(images/bg/images/Untitled-1_02.png);
	background-repeat: repeat-y;
	width: 755px;
}
.maincontent_inner_bottom {
	background-image: url(images/bg/images/Untitled-1_04.png);
	height: 22px;
	width: 755px;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px;
}
.oneColFixCtrHdr #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 */
}
.gallery_wrapper {
	height: 450px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	border: 1px none #000000;
	padding-top: 10px;
	padding-bottom: 10px;
}

.maincontent_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	background-image: url(images/bg/images/Untitled-1_02.png);
	line-height: 140%;
}.page_region_title {
	margin-left: 40px;
	padding-top: 10px;
}
.pstyling_region {
	width: 300px;
	float: left;
	height: auto;
}
.packages_wrapper {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	visibility: inherit;
	overflow: visible;
}
.packages_repeat_entry {
	width: 350px;
}
.packages_repeat_entry_title {
}
.packages_repeat_entry_content {
}
.packages_region {
	height: 20px;
	width: 350px;
	float: left;
	margin-right: auto;
	margin-left: auto;
}
