@charset "utf-8";
body{
	padding: 0px;
	margin: 0px;
	background-color: #2F2F2F;
	background-image: url("/img/bg.png");
	background-position: top;
	background-repeat: repeat-y;
	text-align: center;
}
form{
	margin: 0px;
	padding: 0px;
}
#page{
	width: 999px;
	margin: auto;
	text-align: left;
}
.clear{
	clear: both;
}
.clear_left{
	clear: left;
}
.clear_right{
	clear: right;
}
.fl_left{
	float: left;
}
.fl_right{
	float: right;
}
#left{
	float: left;
	width: 697px;
}
#logo{
	background-image: url("/img/bg1.gif");
	background-repeat: repeat-x;
	height: 89px;
}
#foto{
	background-image: url("/img/foto.jpg");
	height: 305px;
}
#right{
	float: right;
	width: 302px;
}
#lang{
	background-image: url("/img/bg2.png");
	height: 89px;
	text-align: center;
}
#lang img{
	margin: 37px 7px 0px 7px;
}
#menu{
	background-image: url("/img/bg4.png");
	height: 212px;
	padding: 43px 50px 50px 0px;
}
#menu img{
	display: block;
}
#heading{
	float: left;
	width: 29px;
	height: 105px;
	margin-top: 64px;
	background-repeat: no-repeat;
}
#center{
	clear: both;
	background-image: url("/img/bg3.gif");
	background-repeat: repeat-y;
}
#center_left{
	float: left;
	width: 633px;
	padding: 32px;
}
h1{
	display: none;
}
#center_right{
	float: right;
	width: 302px;
	padding-bottom: 20px;
}
#center_right img{
	display: block;
}
#bottom{
	background-color: #A32012;
	line-height: 32px;
	height: 32px;
	padding: 0px 60px;
	font-weight: bold;
}
#bottom img{
	float: right;
}
#login{
	text-align: center;
}
#logout_form{
	margin-left: 15px;
}
#logout_form a{
	color: #FFFFFF;
}
#editor{
	text-align: right;
}
