
body {
	background-color: #414141;
	color: #FFF;
	font-family: verdana,tahoma,arial;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
img {
	border: 0px;
}
a {
	color: #FFF;
	text-decoration: underline;
}

h2 {
	font-size: 36px;
	font-style: italic;
	margin-bottom: 0.2em;
}

#main {
	width: 600px;
	margin: 0 auto;
}

/* New */
#head {
	position: relative;
	height: 136px;
	margin-top: 60px;
	background: url('../img/menu_bg.png') bottom left repeat-x;
}

#logo {
	width: 740px;
	height: 98px;
	margin: 0 auto;
	background: url('../img/logo.png') center center no-repeat;
}
#logo h1 a {
	display: block;
	width: 740px;
	height: 98px;
	text-decoration: none;
}

#logo h1 span {
	visibility: hidden;
}

#lang {
	position: absolute;
	text-align: right;
	right: 10px;
	top: 30px;
}

#lang img {
	border: 1px solid #FFCC00;
}

#menu {
	height: 30px;
	line-height: 30px;
}
#menu ul {
	text-align: center;
	width: 800px; 
	margin: 0 auto;
	padding: 0;
}
#menu ul li {
	display: inline;
	margin: 0 20px;
}
#menu a {
	font-family: 'Arial Black', 'Helvetica Neue', Arial, sans-serif;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-size: 20px;
}

#main {
	padding-bottom: 2em;
}
#main h2 {
	margin-top: 0;
}

#footer {
	height: 31px;
	line-height: 28px;
	text-align: center;
	color: #000;
	background: url('../img/footer.png') repeat-x;
	margin-bottom: 2em;
}
#footer a {
	color: #000;
}









