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: right; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #535353;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	background-color: #E7E7E7;
	margin-top: 30px;
	line-height: 18px;
	font-weight: normal;
	top: 50px;
}
.main #container {
	width: 869px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../Template%20Images/left_column_baground.jpg);
	background-position: 0px;
	clip: rect(auto,auto,auto,auto);
	padding: 0px;
	vertical-align: baseline;
} 
#kraut {
	width: 120px;
	height: auto;
	position: absolute;
	bottom: 5px;
	right: 10px;
}
#contact {
	width: 315px;
	height: auto;
	position: absolute;
	bottom: 8px;
	left: 20px;
	color: #ACDAF2;
}
.main #header {
	height: 48px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 45px;
	background-color: #DDDDDD;
	background-image: url(../Template%20Images/Header_background_alt.jpg);
	background-position: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-variant: small-caps;
} 
.main #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 */
}
.main #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 415px;
	height: 520px;
	padding-top: 30px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 35px;
	background-color: #EBEBEB;
	background-image: url(../Template%20Images/water_background.jpg);
	top: auto;
	color: #FFFFFF;
	vertical-align: baseline;
	position: relative;
	border-color: #FFFFFF;
	background-repeat: no-repeat;
}
.main #mainContent {
	margin-top: 0;
	margin-right: 485px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 55px;
	height: auto;
} 
.main #footer {
	padding: 0 10px 0 20px;
	top: 1200px;
} 
.main #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 */
	top: auto;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
#apDiv1 {
	position:absolute;
	left:auto;
	top:auto;
	width:809px;
	height:55px;
	z-index:1;
	float: right;
	background-image: url(../Template%20Images/footer_background.jpg);
	text-align: right;
	padding-right: 5px;
	padding-top: 0px;
	padding-left: 55px;
}
#apDiv2 {
	top:616px;
	width:860px;
	height:39px;
	z-index:1;
}
.Menu_Buttons {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: auto;
}
.Quote {
	color: #04307F;
	line-height: 20pt;
	font-size: 12pt;
}
#apDiv3 {
	position:absolute;
	left:611px;
	top:601px;
	width:469px;
	height:19px;
	z-index:2;
}
a:link {
	color: #535353;
}
a:visited {
	color: #535353;
}
a:hover {
	color: #d31f34;
}
.imagestyle {
	border: 10px solid #FFFFFF;
}
