body { 	background-color: #fff;	margin: 0;
	font: 12px/16px Georgia, "Times New Roman", Times, serif;
	color: #333;
}
a, a:visited { color: #604c3f; text-decoration: underline;}
a:hover {
	color: #cc0000;
	text-decoration: none;
	
}

#page {	width: 100%;	height: auto;
	margin-top: 40px;
}

#header { 	width: 500px;
	margin: auto;
	overflow: auto;	position: relative;
}

#logo,
#contact {
	width: 500px;
	position: relative;
}

#contact {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	font-style: normal;
	margin-left: 100px;
}

