@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: ffffff;
	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;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* 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. */
}
.oneColFixCtrHdr #header {
	background-color: #39B54A;
	background-image: url(/images/common/hdr_bgd.jpg);
	height: 125px;
}
.oneColFixCtrHdr #header img {
	margin-right: -6px;
	text-decoration: none;
	border: none;
}
.oneColFixCtrHdr #header #navigation {
	position: relative;
	top: 67px;
}
.oneColFixCtrHdr #mainContent {
	padding: 20px;
	background-color: #DDE2CB;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #footer {
	padding: 10px;
	background-color: #39B54A;
	color: #FFFFFF;
}
.oneColFixCtrHdr #Winzeler_Web_design  {
	float: right;
	text-decoration: none;
}
.oneColFixCtrHdr #footer  a {
	text-decoration: none;
	color: #FFFFFF;
}
.floatR {
	float: right;
}
.floatL {
	float: left;
}
.photoBorder {
	border: 3px solid #FFFFFF;
	padding: 3px;
	margin: 0 5px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
