body, div, h1, h2, p, a {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #414143;
	text-align: center;
	background-image: url(graphics/bg_body.jpg);
	background-repeat: repeat-x;
}
#container {
	text-align: left;
	height: 810px;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(graphics/bg_container.jpg);
	background-repeat: no-repeat;
	margin-top: 60px;
	margin-bottom: 40px;
}
#top {
	height: 70px;
	width: 840px;
}
#top #left {
	width: 248px;
	float: left;
	height: 70px;
}
#top #left a {
	height: 62px;
	width: 248px;
	float: left;
	display: block;
}
#top #right {
	width: 554px;
	float: left;
	height: 70px;
}
#top #right #lang {
	width: 554px;
	height: 35px;
}
#top #right #lang a {
	display: block;
	height: 15px;
	width: 30px;
	float: right;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-top: 14px;
	margin-left: 4px;
}
#top #right #menu {
	width: 554px;
	height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #95979A;
	text-align: center;
	margin-top: 12px;
}
#top #right #menu a {
	color: #FFFFFF;
	text-decoration: none;
}
#top #right #menu a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F3781F;
}
#middle {
	height: 690px;
	width: 840px;
}
#bottom {
	height: 60px;
	width: 840px;
}
#copyright {
	width: 802px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-align: center;
	margin-top: 40px;
}
#copyright a {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
#copyright a:hover {
	color: #F3781F;
}
.center {
	width: 802px;
	margin-right: auto;
	margin-left: auto;
}
.clr {
	clear: both;
}

