html,body {
	margin: 0;
	padding: 0
	}

body { 	
	font-family: tahoma, verdana, sans-serif;
	font-size: 76%;
	text-align: center;
   background-image: url(../img/ants-bg-small-25-piatta.png);	
	background-position: center center;
	background-repeat: repeat;
	background-attachment: fixed;
}

div#headerwrap {
	width: 100%;
	/*height: 80px;*/	
	text-align: center;
	top: 0px;
	left: 0px;
	background: transparent;		
}

div#header {
	width: 780px;
	height: 80px;	
	text-align: center;
	margin: 0 auto;
	border-top: 2px solid #000000;
	background: #800000;		
}

div#MOTD {
	width: 780px;	
	text-align: center;
	margin: 0 auto;
	border-bottom: 4px solid #800000;
	background: #800000;
	color: #ffffff;
	font: normal bold 1.1em tahoma, verdana, sans-serif;			
}

div#MOTD a{
	color: #ffffff;
	text-decoration: none;
		
}

div#middlewrap {
	width: 100%;
	text-align: center;
	background: transparent;	
}

div#middle {
	width: 780px;
	height: 100%;
	margin: 0 auto;
	background: #ffffff;
}

div#footerwrap {
	width:100%;
	height:60px;
	text-align: center;
	background: transparent;
	border-bottom: 0px solid #ff0000;
	margin: 0 auto;
}

div#footer {
	width: 780px;
	height: 60px;
	margin: 0 auto;
	text-align: center;
	border-bottom: 0px solid #000000;
	background: #800000;
	padding-top: 10px;
	clear: both;
}

div#navigation {
	float: left;
	width: 150px;
	text-align: left;
	font: normal bold 1.1em Tahoma, Verdana, sans-serif;
	background-color: #ffffff;
	padding-top: 10px;
}

div#content {	
	margin-left: 150px;
	background-color: #ffffff;
	padding-top: 5px;
	padding-left: 10px;
}	

div.intro {
	padding: 5px;
	border-bottom: 1px dashed #800000;
	border-right: 1px dashed #800000;
	text-align: left;
	margin-right: 15px;
	}
	
div.intro h1 {
	color: #800000;
	font: normal bold 1.4em/1.5em Tahoma, Verdana, sans-serif;
	text-decoration: none
	}
	
div.intro h2 {
	color: #000000;
	font: normal 0.9em Tahoma, Verdana, sans-serif;
	text-decoration: none
	}

div.intro p {
	color: #000000;
	text-decoration: none;
	font-family: tahoma, verdana, sans-serif;
	font-size: 13px;
}

div.intro a{
	color: #000000;
	text-decoration: none;	
}

div.intro a:hover{
	color: #800000;
	text-decoration: underline;
}

div.row{
	background: transparent;
}

div.row_text{
	font-family: tahoma, verdana, sans-serif;
	margin-left: 55px;
	background: transparent;
	margin-right: 10px;
}

div.row_text p{
	font-family: tahoma, verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none
}

div.row_text div.date{
	font-family: tahoma, verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none
}

div.row_text div.row_title{
	color: #800000;
	font-family: tahoma, verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

div.row_icon{
	text-align: center;
	vertical-align:text-top;
	background: transparent;
	float: left;
	width: 50px;
	border-right: 0px solid #800000;	
}


	

div#inner-footer{
	background: transparent;
	position: absolute;
	top: 50px;
	left: 50px;	
	width: 677px;
	height: 31px
}

div#counter{
	text-align: center;
	background: transparent;
}

div#counter img{
	width: 299px;
	height: 17px;
	border: none;
}

/*Navigation*/
div#navigation ul{
	list-style-type: none;
	margin: 10px;
	padding: 0;
}

div#navigation li{
	list-style-type: none;
   margin-bottom: 10px;
   padding: 0;
   text-decoration: none;
}

div#navigation a, div#navigation a:link, div#navigation a:visited {
	display: block;
	color: #800000;
	background-color: #FFFFFF;
	width: 115px;
	padding: 2px 8px;
	text-decoration: none;
	border: 1px solid #800000;
}
	
div#navigation a:hover {
	color: #FFFFFF;
	background-color: #800000;
	text-decoration: none;
}
	
div#navigation a#activelink {
	color: #FFFFFF;
	background-color: #ffff00;
	text-decoration: none;
}

div#foto{
	float: right;
	width: 150px;
}

div#navigation a.externlink{
	display: block;
	color: #bf7c7c;
	background-color: #FFFFFF;
	width: 115px;
	padding: 2px 8px;
	text-decoration: none;
	border: 1px solid #bf7c7c;	
}

div#navigation a:hover.externlink{
	color: #FFFFFF;
	background-color: #bf7c7c;
	text-decoration: none;
}

div.post {
	padding: 5px;
	border-bottom: 1px dashed #800000;
	border-right: 1px dashed #800000;
	text-align: left;
	margin-right: 15px;
	margin-bottom: 10px;
	}
	
div.post h1 {
	color: #800000;
	font: normal bold 1.4em/1.5em Tahoma, Verdana, sans-serif;
	text-decoration: none
	}
	
div.post h2 {
	color: #800000;
	font: normal bold 1.2em/1.3em Tahoma, Verdana, sans-serif;
	text-decoration: none
	}

div.post p {
	color: #000000;
	text-decoration: none;
	font-family: tahoma, verdana, sans-serif;
	font-size: 13px;
}

div.post a{
	color: #800000;
	text-decoration: underline;	
}

div.post a:hover{
	color: #ff0000;
	text-decoration: underline;
}

div.default {
	padding: 5px;
	border-bottom: 0px dashed #800000;
	border-right: 0px dashed #800000;
	text-align: left;
	margin-right: 15px;
	}
	
div.default h1 {
	color: #800000;
	font: normal bold 1.6em/1.7em Tahoma, Verdana, sans-serif;
	text-decoration: none
	}
	
div.default h2 {
	color: #000000;
	font: normal 0.9em Tahoma, Verdana, sans-serif;
	text-decoration: none
	}

div.default p {
	color: #000000;
	text-decoration: none;
	font-family: tahoma, verdana, sans-serif;
	font-size: 13px;
}

div.default a{
	color: #800000;
	text-decoration: underline;	
}

div.default a:hover{
	color: #ff0000;
	text-decoration: underline;
}

