/** CSS 800x600 **/

body {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #443;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/back.gif);
	background-position: left top;
	background-repeat: repeat-x;
	text-aign: left;
}
img {
	border: 0;
}
a {
	color: #443;
	font-weight: normal;
}
a:hover {
	color: #BD2222;
	font-weight: normal;
}
h2 a, h1 a {
	color: #BD2222;
	font-weight: normal;
	text-decoration: none;
}

h2 a:hover, h1 a:hover {
	color: #BD2222;
	font-weight: normal;
	text-decoration: underline;
}
#testata-menu {
	display: block;
/*	height: 150px;*/
}

#testata-menu a {
	font-size: 14px;
	text-decoration: none;
	display: block;
	font-weight: normal;
	background-image: url(../img/dot-back.gif);
	background-repeat: repeat-x;
	background-position: left 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #BD2222;
	clear: both;
}

h3 {
	font-size: 11px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #BD2222;
}
/** Struttura **/
p{
}
/* This must be floated opposite to .float-wrap */
.clearfooter{
clear:both;
}
/* This can be floated left or right */
.first-float-rigid{
float:left;

width:150px;

padding-left: 15px;

}
.float-wrapper-rigid{
float:left;
width:580px;
}
.rigid{
padding-top: 15px;
width:760px;
text-align: left;
}
/* This must be floated opposite to .second-float */
.second-float-rigid{
float:right;
width:400px;

}
/* This must be floated opposite to .first-float */
.third-float-rigid{
float:right;
width:165px;

padding-left: 15px;
} 

/** Allineamenti **/
.center {
	text-align: center;
	display: block;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
/** blocchi **/
.sx-block, .dx-block {
	background-image: url(../img/dot-back.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	text-align: center;
	padding-bottom: 14px;
	padding-top: 14px;
}
#cubo {
	background-color: #ffffff;
}
#focus {
	width: 362px;
	border: 1px solid #bf0000;
	padding: 10px;
}
#redazione {
	background-image: url(../img/dot-back.gif);
	background-repeat: repeat-x;
	background-position: bottom left;	
	line-height: 2em;
}
#logo {
	padding-bottom: 15px;
}
#forum {
	padding-bottom: 12px;
	background-image: none;
}
#powered, #link {
	background-image: none;

}
/** Liste ed elenchi **/

ul {
	/*margin-left: 15px;*/

	padding: 15px 15px;
	margin: 0 0;
	border: 0;
}
li {
	padding: 0 0;
	margin: 0 0;
	border: 0;
}
ul.audio {
	list-style-image: url(../img/spk.gif);
	/*margin-left: 15px;*/
	text-align: left;

}
ul.doc {
	list-style-image: url(../img/doc.gif);
	/*margin-left: 15px;*/
	text-align: left;
}
ul.rel {
	list-style-image: url(../img/rel.gif);
	/*margin-left: 15px;*/
	text-align: left;
}
ul.flash {
	list-style-image: url(../img/flash.gif);
	/*margin-left: 15px;*/
	text-align: left;
	font-size: 10px;
}
/* FOOTER */

#footer {
	clear: both;
	width: 720px;
	background-image: url(../img/dot-back.gif);
	background-repeat: repeat-x;
	margin-left: 20px;
	margin-top: 20px;
	background-position: left 0px;
	font-size: 10px;
	padding-top: 20px;
	color: #aaa;
}
#minilogo {
	float: left;
	padding-bottom: 10px;
}
#credits {
	float: left;
	width: 150px;
	padding-left: 10px;
}
#footer-menu {
	float: left;
	width: 470px;
	text-align: right;
}
.text-block {
	padding-top: 5px;
	padding-bottom: 5px;

}
/* end of FOOTER */

a.red {
	color: #bf0000;
}
a.gray {
	color: #aaa;
}