body {
	background: #3C466F url('/img/body-bg.gif') repeat-x;
	margin: 0;
}

#wrapper {
	width: 850px;
	margin: 0 auto;
}

#header {
	height: 90px;
}

#menu {
	float: right;
	margin-top: 40px;
	margin-right: 30px;
}

#menu a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font: normal 16px Tahoma;
	margin-left: 20px;
	letter-spacing: 1px;
}

#menu a:hover {
	border-bottom: solid 2px #ccc;
}

#content {
	background: #ebebeb;
	padding: 0 15px;
	font-family: Tahoma;
	font-size: 0.9em;
	margin: 0;
	border: solid 1px #ebebeb;
}

#contact_info {
	float: right;
	margin-top: 15px;
	margin-right: 10px;
	color: #fff;
	text-decoration: none;
	font: normal 12px Tahoma;
	letter-spacing: 1px;
}

#contact_info p {
  margin: 0;
}

#language {
	margin-left: 755px;
	position: absolute;
	top: 5px;
}

#language img {
	margin-right: 5px;
	border: solid 1px #888;
}