@charset "UTF-8";
body {
	font-family: Optima, "Lucida Grande", Verdana;
	font-size: 12px;

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	background-color: #000;
/*	background-image:url(img/bg.png); */
}
#omnia {
	width: 750px;
/*	left: auto;
	right: auto; */
	margin-left: auto;
	margin-right: auto;
	background-color: #fff; 
}
a {
	text-decoration:none;
	color:#038;
	font-weight:bold;
}
a:visited {
	color:#038;
}
a:hover { text-decoration: underline; }
a.top {
	color:#ff9f6c;
	font-weight: normal;
}
#title {
	background-color: #000000;
	margin: 0px;
	border: none;
	position: static;
	left: 0px;
	top: 0px;

	height: 88px;
	background-image: url(img/title.png);
	background-repeat: repeat-x;
	background-position: left center;
	visibility: visible;
}
#topmenu {
	background-color: #000;
	color: #fff;
/*	position: absolute;
	left: 0px; */
	top: 88px;
	left: auto;
	right: auto;
	margin-left: auto;
	margin-right: auto; 

	height: 35px;
	width: 750px;
	padding: 0;
}
#impr {
/*	position: absolute; */
/*	top: 1073px; */
	left: 10px;
	width: 96px;
	position: relative;
	
	font-size: 10px;
	text-align: center;
}
#old {
	margin: 0px;
	padding: 0px;
	display: none;
}
.box {
	background-color: #000;
	font-size: 14px;
	
	float: left;
	
	line-height: 34px;
/*	width: 8.5em;  */
	width: 125px;
	height: 100%;
	border: none;
	text-align: center;
}
.box:hover {
	background-color: #333;
	background-image: url(img/blarrow.png);
	background-repeat: no-repeat;
	background-position: left;
	visibility: visible;
}
#left {
/*	position: absolute; */
	left: 0px; 
	top: 123px;
	float: left;
	
	background-color: #fff;
	
	height: 100%;
	width: 73px;
}
#content {
	font-size: 12px;
	text-align: justify;
/*	left: 120px; */
	margin-left: auto;
/*	top: 125px; */
/*	position: relative; */

	
	width: 630px;

	padding: 5px;
}
.item { padding: 5px; }
h3, h4 { 
	border-bottom: 1px solid #000; }
