@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 20px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	float: none;
	background-position: top;
	background-repeat: repeat-x;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
	background-image: url(../Images/background_ltsand.jpg);
}

.oneColFixCtrHdr #container {
	width: 900px;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: top;
	background-repeat: repeat;
	background-attachment: scroll;
	border-bottom-width: 0px;
}
.oneColFixCtrHdr #containernoback {
	width: 900px;
	margin: 0 auto;
	border-top-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 625px;
}
.oneColFixCtrHdr #containerwide {
	width: 1200px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: auto;
	margin-left: auto;
	text-align: center;
	margin-right: auto;
	background-color: #FFF;
}


.oneColFixCtrHdr #header {
	background-repeat: repeat;
	height: 85px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border: thin solid #FFF;
	background-color: #CC9;
}
.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 {
	padding: 20px;
	text-align: left;
	height: 550px;
	margin-left: 0px;
	margin-right: 20px;
}
#mainContentforflash {
	padding: 0px;
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
}

.oneColFixCtrHdr #footer {
	background-color: #CC9;
	color: #FFF;
	border: thin solid #FFF;
	float: none;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#mainContent {

}

.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 */
}
#mainContenttext {
	padding: 10px;
	text-align: left;
	background-color: #FFFFFF;
	height: 550px;
	margin-left: 60px;
	margin-right: 60px;
	margin-top: 60px;
}

#mainContentgallery {
	padding: 5px;
	text-align: left;
	height: auto;
	margin-left: 0px;
	margin-right: 0px;
	width: 1200px;
}
#mainContentgallerytable {
	padding: 0px;
	margin-left: 40px;
	margin-right: 40px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 1120px;
	background-repeat: no-repeat;
}
.gallerytitles {
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
}
.galleryimgborder {
	border: thin solid #CCC;
}
.gallerycontainerboxes {
	border: thin solid #C3C3C3;
}
.oneColFixCtrHdr #mainContentindex {
	padding: 0px;
	text-align: left;
	height: 475px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

