body {
	margin:0;
	padding:0;
	background:silver;
	font-family:Verdana;
	font-size:10px;
	color:black;
}
body * {
	margin:0;
	padding:0;
}
div.cls {
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
}
a {
	color:#ee8836;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

#container {
	width:800px;
	margin:0px auto;
	border:1px solid gray;
	border-width:0 1px;
	background:white url('../img/dot.gif') 595px 0px repeat-y;
	position:relative;
}
#container #head {
	width:100%;
	background:#d0c4af; 
	position:relative;
	overflow:visible;
	padding-bottom:1px;
	height:150px;
}
#head h1 {
	height:134px;
	border-bottom:1px solid;
	border-top:1px solid;
	background:#e9d9bf url('../img/logo.jpg') 30px center no-repeat;
	padding:0 0 0 180px;
	margin:0px 0;
	color:#00284a;
	font-family:Georgia;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:bold;
	line-height:42px;
	font-size:18px;
}
#container .menu {
	font-family:Georgia;
	text-transform:uppercase;
	list-style-type:none;
	display:block;
	width:200px;
	border:1px solid #00284a;
	border-width:0;
	position:absolute;
	top:16px;
	right:0px;
	padding:1px 1px 0 1px;
}
.menu li {
	height:18px;
	line-height:18px;
	margin:0 0 1px 0;
	background:#00284a;
	font-size:14px;
	letter-spacing:1px;
}
.menu li.first {
	background:#e9d9bf;
}
.menu li a {
	display:block;
	height:100%;
	margin:0 10px 0 0px;
	background:#6a7799;
	background:#00284a;
	background:#e9d9bf url('../img/libg.jpg') right top repeat-y;
	text-decoration:none;
	text-align:right;
	padding:0 10px 0 0px;
	color:#00284a;
}
.menu li.first a {
	background:#e9d9bf url('../img/libg2.jpg') right top repeat-y;
	font-weight:bold;
	color:white;
}
.menu li a:hover {
	background:#e9d9bf url('../img/libg2.jpg') right top repeat-y;;
	color:white;
	text-decoration:none;
}

a.lang {
	display:block;
	color:#00284a;
	text-align:right;
	margin:0;
	height:15px;
	padding-right:15px;
	text-transform:uppercase;
}
#content {
	margin-right:210px;
}
#news {
	float:right;
	width:200px;
}
#news h3 {
	font-size:12px;
	font-family:Georgia;
	color:#00284a;
	text-align:center;
	background:white;
	letter-spacing:2px;
	padding-bottom:2px;
	margin:3px 5px 7px 0;
	background:url('../img/dot.gif') left bottom repeat-x;
}
#news .item {
	text-indent:15px;
	background:white url('../img/red.gif') 3px 2px no-repeat;
	color:black;
	text-align:justify;
	padding:2px 6px 0 2px;
	margin-bottom:10px;
}
#news .item a {
	display:block;
	color:red;
	text-align:right;
	padding-right:5px;
}

#content {
	padding:5px 5px 5px 10px;
}
p {
	text-align:justify;
	text-indent:15px;
	margin:0 0 10px 0;
}
#content .imgcont {
	width:99%;
	background:white url('../img/dot.gif') left top repeat-x;
	margin:0;
}
#content img {
	border:1px solid gray;
	padding:2px;
	display:block;
	float:left;
	margin:5px 2px;
	float:left;
}
