@charset "UTF-8";
body {
	background: #FFF;
	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: #FFF;
	font-family: Tahoma;
	font-size: 1em;
	text-decoration: none;
}
#container  {
	width: 855px;
	background: #FFFFFF;
	margin: 0 auto;
	font-family: Tahoma;
	font-size: .9em;
	color: #000;
	padding-top: 3px;
	padding-left: 14px;
}
#header {
	padding-top: 52px;
	padding-left: 4px;
	padding-bottom: 5px;
	float: left;
}
#navigation {
	float: left;
	left: 100px;
	position: relative;
	top: 87px;
	padding-bottom: 5px;
}
#text {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	text-align: justify;
	width: 855px;
	margin-right: auto;
	margin-left: auto;
	color: #000;
	margin-top: 3px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}
#footer {
	height: 17px;
	width: 167px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	left: 347px;
	float: left;
	padding-bottom: 10px;
	top: -25px;
}

