@charset "ISO-8859-1";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.oneColFixCtrHdr #container {
	width: 1030px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFF;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 5px;
	padding-right: 58px;
	padding-bottom: 5px;
	padding-left: 58px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	text-align: center;
	color: #2271BD;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 215px;
	padding-bottom: 20px;
	padding-left: 215px;
	text-align: center;
}
.oneColFixCtrHdr #footer {
	text-align: center;
	background-color: #FFF;
	background-image: url(navigaatio/alaliuska.jpg);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
