@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, Geneva, sans-serif;
	font-size: 1em;
	text-decoration: none;
}
#container  {
	width: 855px;
	background: #FFFFFF;
	margin: 0 auto;
	height: 700px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .9em;
	color: #000;
}
#header {
	float: left;
	margin-top: 52px;
	margin-bottom: 5px;
	margin-left: 4px;
}
#navigation {
	float: left;
	left: 100px;
	position: relative;
	top: 87px;
}

