@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;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 100%;
	font-style: normal;
	background-color: #CDFDCC;
	background-image: url(../images/bg/green_background.jpg);
	background-repeat: repeat-x;
	color: #CDFDCC;
}
.oneColFixCtrHdr #container {
	width: 920px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #033;
	border-left-color: #033;
	background-color: #E8FCCF;
	float: none;
	color: #EDFCD0;
	height: auto;
}
.oneColFixCtrHdr #header {
	width: 920px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(../images/bg/interiorhead_bg2.jpg);
	background-repeat: no-repeat;
	height: 200px;
	background-color: #EDFCD0;
}

.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 #container ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: 1em;
	font-weight: normal;
	color: #EDFCD0;
	list-style-type: none;
	list-style-position: outside;
	float: left;
	position: relative;
	width: 107px;
	left: 115px;
	top: -75px;
	height: 30px;
	text-align: center;
	padding-top: 3px;
	vertical-align: middle;
	white-space: normal;
	display: block;
	z-index: auto;
	border: 1px solid #033;
	padding-bottom: 3px;
	background-image: url(../images/butbk.jpg);
	background-repeat: repeat-x;
	margin-right: auto;
}
.oneColFixCtrHdr #mainContent {
	width: 890px;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #EDFCD0;
	margin-right: auto;
	margin-left: auto;
	visibility: inherit;
	text-align: left;
	display: block;
	margin-top: -20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: normal;
	text-transform: none;
	color: #033;
	clear: both;
}{

#maincontent2
width: 600px:
}
.oneColFixCtrHdr #footer {
	background-color: #033;
	background-image: url(../images/bg/green_background.jpg);
	background-repeat: repeat-x;
	background-position: center;
	width: 920px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #033;
	border-left-color: #033;
}
.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;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
/* text sytles go below*/
a {
	font-family: Helvetica;
	font-size: 0.95em;
	color: #033;
}
a:visited {
	color: #033;
	text-decoration: none;
}
a:hover {
	color: #600;
	text-decoration: underline;
}
a:active {
	color: #033;
	text-decoration: none;
}
a:link { text-decoration: none; }

#img1 {
	width: 250px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
