
body{
margin:0;
padding:30px 0;
font:76% tahoma,verdana,sans-serif;
background:#047 url(img/bodybg.png) repeat-x fixed;
color:#222;
text-align: justify;
}

#thetop{
margin:0;
}

#container{
	width: 70%;
	margin: 0 auto;
	padding: 20px 20px 0 20px;
	background: #fff url(img/contb.png) no-repeat;
	color: #222;
	border: 2px double Yellow;
}

a{
text-decoration:none;
background-color:inherit;
color:#26c;
}

a:hover{
text-decoration:underline;
}

a img{
border:0;
}

p{
margin:0 0 15px 0;
line-height:1.5em;
}

#main p,#sidebar p{
padding:0 0 0 10px;
}

#logo{
width: 100%;
height: 200px;
margin:0 20px 0 0;
padding:0 0 25px 0;
border:4px solid #dde;
text-align:center;
color:#555;
overflow:auto;
position: relative;
}
#logo span{
	background: transparent url("img/logo.jpg") no-repeat;
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}

#logo a:hover{
background-color:inherit;
color:#69e;
}

#tagline{
text-align:center;
font-size:1.2em;
}

#intro p{
line-height:1.5em;
}

#main{
float:left;
width:72%;
margin-right:20px;
padding:0;
}

.headerstyle{
width: 100%;
display:block;
margin:30px 0 10px 0;
padding:5px 0 5px 8px;
background:#eee url(img/gradient2.png) repeat-x;
color:#222;
border-top:1px solid #ddd;
border-right:1px solid #bbb;
border-bottom:1px solid #bbb;
border-left:1px solid #ddd;
text-decoration:none;
}

#sidebar{
	width: 19%;
	float: right;
	font-size: 1em;
	line-height: 1.3em;
	border: 1px dashed #00008B;
	padding: 20px;
}

#sidebar p{
font-size:0.9em;
}

.menu{
	margin:0;
	padding:0;
	width: 100%;
	list-style: none;
}

.menu a{
	display: block;
	text-decoration: none;
	margin:3px 0;
	padding:5px 0 5px 8px;
	font-size:1em;
	font-weight: bold;
	text-align:left;
	background:#eee url(img/gradient1.png) repeat-x;
	border-top:1px solid #ddd;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	border-left:1px solid #ddd;
	color: #26c;
}

.menu a:hover,
.menu a:focus,
.menu a:active{
	background:#fff url(img/gradient2.png) repeat-x;
	color:#222;
	border-top:1px solid #ddd;
	border-right:1px solid #888;
	border-bottom:1px solid #888;
	border-left:1px solid #ddd;
	text-decoration:none;
}
.menu ul{
	margin: 0;
	padding:0;
	list-style:none;
}

.menu .corrent ul a{
	border-top: none;
	margin: 7px;
	font-weight: normal;
	font-size: 80%;
}

.menu ul li.sub a{
	margin: 0 5% 0 5%;
	font-size: 9pt;
	display:block;
	font-weight:bold;
	text-align:left;
	background:#eee url(img/gradient1.png) repeat-x;
	color:#26c;
}

.menu ul li.sub a:hover{
	color: #0001A2;
}

.sidelink{
	display: block;
	padding:5px 0 5px 8px;
	font-size:1.1em;
	font-weight:bold;
	text-align:left;
	background:#eee url(img/gradient1.png) repeat-x;
	border-top:1px solid #ddd;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	border-left:1px solid #ddd;
}

.menu ul li.corrent{
	background:#fff url(img/gradient2.png) repeat-x;
	color: Black;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
}
.menuheader{
background:#fff url(img/gradient2.png) repeat-x;
color:#222;
border-top:1px solid #ddd;
border-right:1px solid #888;
border-bottom:1px solid #888;
border-left:1px solid #ddd;
text-decoration:none;
}
#fonti{
	line-height: 150%;
}


#footer{
width: 70%;
margin: auto;
padding: 0 25px 5px 25px;
background:#fff url(img/footerg.png) bottom left no-repeat;
font-size:0.9em;
color:#888;
text-align:center;
}

h2,h3,h4{
margin:0 0 10px 0;
font-weight:normal;
}

h1{
font-size:2.8em;
}

h2{
margin:0 0 4px 0;
font-size:1.8em;
}

h3{
margin:20px 0 8px 0;
font-size:1.4em;
}

h4{
margin:10px 0 5px 0;
font-size:1.2em;
}

h5{
	margin: 10px;
	
}
.clear{
clear:both;
margin:0;
}

.right{
text-align:right;
}

.internallink{
font-size:0.9em;
text-align:center;
}

.block{
padding:20px;
background:#eee;
color:#222;
border:2px solid #ddd;
}

.credit{
color:#888;
background-color:inherit;
}

.hide{
display:none;
}
em{
	font-style: oblique;
	color: #0082FF;
}

/* Original open source design by Andreas Viklund - http://andreasviklund.com
Released through OSWD.org */