
body {
	background-color: #ffffff;
	margin: 0px;
/*	background-image: url(../img/bg.png);  */
	text-align: center;
}

#horizon {
	text-align: center;
	position: absolute;
	top: 30%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}

#content {
	font: bold 20px/20px Arial, Helvetica, sans-serif;
	color: #000;
	border: 0px solid #000;
	margin-left: -275px;
	position: absolute;
	top: -110px;
	left: 50%;
	width: 550px;
	height: 200px;
	visibility: visible;
	}

.lang {
	border: 0px solid #000;
	padding: 10px 70px 10px 70px;
}

#horizon a:link, #content a:visited, #content a:active {
	font: 25px/20px Arial, Helvetica, sans-serif;
	color:#0163bd;
	text-decoration: none;
}

#horizon a:hover {
	color: #c9102E;
	text-decoration: none;
	background-color: #fff;
	border-bottom: 6px solid #ddd;
}
	
#main {
	width:900px;
	border-left: 1px dotted #999;
	border-right: 1px dotted #999;
	padding: 0 0 10 0;
	margin: auto;
	text-align: center;
	font:16px/22px Georgia, Garamond, serif;
	color: #333;
	background-color: #fff;
}

#header {
	background-color: #f0efef;
	padding: 20px;
}

#lingua {
	background-color: #f0efef;
	padding: 5px;
	text-align: left;
	font: bold 10px/20px Arial, Helvetica, sans-serif;
	color: #900;
}

#menu {
	margin-top: 0px;
	border-top: 1px solid #ddd;
	padding-top: 1px;

	background-color: #1D1D53;
	font: bold 10px/20px Arial, Helvetica, sans-serif;
	color: #fff;

	padding-bottom: 1px;
	border-bottom: 1px solid #000;
	margin-bottom: 0px;
}

#menu a:link, #menu a:visited, #menu a:active {
	color:#bbb;
	text-decoration: none;
}

#menu a:hover {
	color: Yellow;
	text-decoration: none;
	border-bottom: 6px solid #ddd;
}

#text {
	width:600px;
	margin: auto;
	text-align: justify;
}

h1 {
	font:bold italic 25px/35px Georgia, Garamond, serif;
	color: #336;
	text-align: center;
	padding-top: 50px
}

h2 {
	color: #336;
	padding-top: 100px
}

h3 {
	color: #336;
	padding-top: 10px
}

strong {
	color: #336;
}

a:link, a:visited, a:active {
	color:#336;
	text-decoration: none
}

a:hover {
	color:#900;
	text-decoration: none;
	border-bottom: 0px solid #052481;
}

.top {
	font:13px/22px Georgia, Garamond, serif;	
}

a.top:link, a.top:visited, a.top:active {
	color:#999;
	text-decoration: none
}

a.top:hover {
	color:#900;
	text-decoration: none;
	border-bottom: 0px solid #052481;
}

#footer {
	width:600px;
	margin: auto;
	font:italic 14px/22px Georgia, Garamond, serif;
	color: #666;
	text-align: right;
	padding-top: 50px;
	padding-bottom: 30px;
}