@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: 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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/black-plum.png);
	background-repeat: repeat;
}

.oneColFixCtrHdr #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #CCCCCC;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}
.oneColFixCtrHdr #header-top {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(images/orange-beach-logo.png);
	height: 100px;
	width: 1000px;
	background-repeat: no-repeat;
}

.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(images/blue-header-1024-150-blue-wave-8080.jpg);
	height: 150px;
	width: 1000px;
}

.oneColFixCtrHdr #header1 {
	background-color: #CCCCCC;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(images/blue-to-gray.gif);
	height: 50px;
	width: 1000px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFCC;
	border-bottom-color: #FFFFCC;
}



.oneColFixCtrHdr #mainContent {

	background-color: #CCCCCC;

	padding-top: 0;

	padding-right: 30px;

	padding-bottom: 0;

	padding-left: 30px;

}

.table    {

	color: #000000;

	width: 700px;

	border: 1px none #FFFFCC;

	float: none;

	clear: none;

}

.table1    {

	float: none;

	clear: none;

	color: #FFFF99;

	background-color: #000000;

	padding: 5px;

	border: 1px solid #FFFFCC;

	width: 900px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 14px;

}

.oneColFixCtrHdr #container #mainContent after last table {

	clear: none;

	float: none;

	width: 1024px;

}





.oneColFixCtrHdr #footer {

	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */

	background:#DDDDDD;

}

.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 */

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

}

.image1    {

	float: left;

	padding: 0px;

	border: thin solid #000000;

	margin-top: 5px;

	margin-right: 10px;

	margin-bottom: 5px;

	margin-left: 5px;

	height: 174px;

	width: 232px;

}
