body {
	margin: 0px;
	padding: 0px;
	text-align: justify;
	font-family: Arial; font-size: 10px; color: #000000;
	background: #505050;
}

#header {
	width: 974px;
	height: 144px;
	background: #FFFFFF url('images/header.png');
	position: relative;
}

#logo{
	position: absolute; top: 8px; left: 24px;
}

#emblemat{
	position: absolute; bottom: -8px; right: 128px;
}

#menu{
	width: 974px;
	height: 30px;
	color: #FFFFFF;
	background: #000000 url('images/menu_2.png') repeat-x;
	position: relative;
}

#menu a{
	color: #FFFFFF;
	background: #000000 url('images/menu_2.png') repeat-x;
	border: solid 1px #505050;
	padding: 8px;
	float: right;
	font-weight: 900;
	text-decoration: none;
}
#menu a:hover{
	color: #000000;
	background: #FFFFFF url('images/menu_1.png') repeat-x;
}
#menu a#on{
	color: #000000;
	background: #FFFFFF url('images/menu_1.png') repeat-x;
}

#content {
	width: 974px;
	background: #E0E0E0;
	position: relative;
}

#content_text {
	font-size: 11px;
	width: 942px;
	padding: 16px;
}

#content_text p{
	margin-top: 0; 
	margin-bottom: 0;
}

#footer {
	width: 974px;
	padding: 4px 0px 4px 0px;
	color: #808080;
	background: #000000;
}