@charset "UTF-8";
body {
	letter-spacing: 1px;
	background: #666666;
	margin: 10; /* 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 */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
}
#header {
	position: relative;
	text-align:left;
	left: 40px;
	top: 0px;
}
#menu {
	position: relative;
	text-align:right;
	right: 0px;
	top: 0px;
	height: 50px;
}
#Contact2 {
	position:static;
	text-align:left;
	height:auto;
	left: 280px;
	top:auto;
	width: auto;
	margin-top: 40px;
	margin-right: 40px;
	margin-bottom: 40px;
	margin-left: 495px;
}
#Contact_pos {
	left: 400px;
}
#Contact {
	position:relative;
	text-align:left;
	height:auto;
	left: 80px;
	top:auto;
	margin-top: 40px;
	margin-right: 40px;
	margin-bottom: 40px;
	margin-left: 150px;
}
#footer {
	position:relative;
	text-align:right;
	top:auto;

}

