* {
	margin: 0;
	padding: 0;
	overflow: none;
}
body {
	background: #e7e1af;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1, h2 {
	color: #993300;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 5px;
}
h1 {
	font-size: 1.4em;
	margin: 0 0 20px 0;
}
h2 {
	font-size: 1.2em;
	margin: 16px 0 10px;
}
p {
	margin: 5px 0;
}
#container {
	width: 775px;
	margin: 20px auto;
	background: #e6e3d0;
	position: relative;
}
	#header {
		background: url(img/header.jpg);
		height: 304px;
	}
		#logo {
			position: absolute;
			display: block;
			top: 25px;
			left: 20px;
			width: 735px;
			height: 205px;
			text-indent: -5000px;
		}
	#content {
		padding: 20px 30px;
		width: 600px;
	}
	#menu {
		position: absolute;
		top: 264px;
	}
		#menu li {
			float: left;
			text-transform: uppercase;
			list-style: none;
			margin: 0 16px;
		}
		 #menu a {
		 	color: #633;
			display: block;
			padding: 3px;
			text-decoration: none;
		 }
		 	#menu a:hover {
		 		color: #993300
		 	}
	#lang {
		position: absolute;
		top: 0;
		right: 0;
		width: 111px;
	}
		#lang li {
			float: left;
			text-indent: -5000px;
			list-style: none;
			margin-left: 8px;
		}
		#lang a {
			display: block;
			width: 25px;
			height: 16px;
		}
	#footer {
		background: url(img/footer.jpg);
		height: 53px;
		padding: 55px 50px 0 20px;
	}
		#footer p {
			font-size: .8em;
			color: #999;
		}

