/* Screen layout: */

body {
	margin: 0 auto;
	padding: 0;
	font: 76% Verdana,Tahoma,Arial,sans-serif;
/*background: #808080;*/
	background-color: #4381bc;
	background-image: url('../images/Page-BgTexture.jpg');
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: bottom left;
}

.PageBackgroundGlare
{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.PageBackgroundGlareImage
{
  background-image: url('../images/Page-BgGlare.png');
  background-repeat: no-repeat;
  height: 299px;
  width: 486px;
  margin: 0;
}

.Main
{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

#wrap {
	background-color:#4560cb;
	color: #303030;
	margin: 20px auto;
	width: 860px;
	border: 2px solid #FFD54E;
}

#header {
clear: both;
margin: 0 0 10px 0;
padding: 0;
height: 240px;
}

#header p {
	width: 500px;
	float: right;
	text-align: center;
	color: #a0a0a0;
	margin: 0 0 10px 0;
	font-size: 0.8em;
	line-height: 1.2em;
}

#frontphoto {
	margin: 0 0 10px 0;
	border: 0;
}

#avmenu {
	clear: left;
	float: left;
	width: 150px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0.9em;
}

#avmenu ul {	
	list-style: none;
	width: 150px;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 1.4em;
}	

#avmenu li {
	margin-bottom: 2px;
}

#avmenu li a {
	font-weight: bold;
	height: auto;
	text-decoration: none;
	color: #E1E1E1;
	display: block;
	padding: 6px 0 0 20px;
	background: #4560cb;
	border-left: 0px solid #cccccc;
}	
	
#avmenu li a:hover {
	background: #4560cb;
	color: #fc0;
	border-left: 0px solid #286ea0;
}

.announce {
	margin: 10px 0 10px 0;
	padding: 10px;
	width: 130px;
	color: #fff;
	background-color: #162C84;
	line-height: 1.3em;
}

.announce img {
padding: 1px;
display:inline;
border: 4px solid #f0f0f0;
}

.announce a:hover img {
	border:4px solid #fc0;
	}

.extras {
	float: right;
	width: 100px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #E1E1E1;
}

.extras p {
margin: 0 0 1.5em 0;
}

#content {
	margin: 0 10px 20px 160px;
	border-left: 1px solid #FFD54E;
	border-right: 0px solid #FFD54E; /*f0f0f0*/
	padding: 0 10px 0 10px;
	line-height: 1.6em;
	text-align: left;
	color: #fff; /*E1E1E1*/
}

#content h2 {
	font-size: 1.5em;
	margin: 0 0 0.5em 0;
	color: #fc0;
}

#content img {
padding: 1px;
display:inline;
border: 4px solid #f0f0f0;
}

#content img.noborder {
border: 0px;
}

.box1 {
	width:260px;	
	float:left;
	padding: 0 15px 0 10px;
	border-right: 1px solid #FFD54E;
}

.box2 {
	width:260px;	
	float:right;
	padding: 0 10px 0 0px;
}

.lettera {

}

.lettera a:hover {
text-decoration: underline;
color: #77B1DD;
background-color:#CCCCCC;
}

h3 {
	font-size: 1.3em;
	margin: 0 0 10px 0;
	color: #fc0;
}

a {
text-decoration: none;
color: #fc0;
}

a:hover {
text-decoration: underline;
color: #fc0;
}

a img {
border: 0;
}

#footer {
	clear: both;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	border-top: 1px solid #FFD54E;
	width: 860px;
	text-align: center;
	color: #E1E1E1;
	font-size: 0.9em;
}

#footer a {
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

/*------------------------------------------------------------*
**  Classi per le tabelle
**------------------------------------------------------------*/
.tblNotizie {
	position: relative;
	top: -3px;
	left: -3px;
	width: 100%;
	border-collapse:collapse;
	border: 1px solid #000066;
	background: #fff;
	font: 89% Verdana,Tahoma,Arial,sans-serif;
	line-height: 1.6em;
	color:#000066;
}

.tblNotizie th, .tblNotizie td {
	margin: 0;
	padding: 5px 5px;
	text-align: left;
	border-bottom: 1px solid #000066;
}

table tr.intestazione {
	background:#162C84;
	color:#FFFFFF;
}

table tr.alt {
	background:#ABB7E8; /*ABB7E8*/
	color:#006;
}

table tr.intestazione_b {
	background:#e2001a;
	color:#FFFFFF;
}

table tr.alt_b {
	background:#CAEF6B; /*00C8E2*/
	color:#006;
}

table tr td a {
	text-decoration: none;
	color: #006;
}

table tr td a:hover {
	text-decoration: underline;
	color: #006;
}


.forums {
	width: 98%;
	background:#666666;/*919191*/
}
/*------------------------------------------------------------*
**  Fine Classi per le tabelle
**------------------------------------------------------------*/


.left_img {
margin: 10px 10px 5px 0;
float: left;
}

.right_img {
margin: 10px 0 5px 10px;
float: right;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
	font-weight: bold;
	color: #BEDAEF;
}

.hide {
display: none;
}
