/* CSS Document */

body {
	background-color: #354B57;
	background-image: url(images/ombra_content.jpg);
	background-position: center;
	background-repeat: repeat-y;
	text-align: center;
}

#content {
	width: 760px;
	margin: auto;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#header {
	width: 760px;
	height: 110px;
	background-color: #A8A696; 	
	border-bottom: 1px solid #FFF;
	background-image: url(images/logo_MC_gradiente.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#main {
	width: 740px;
	min-height: 600px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	/* height: 600px; */
	background-color: #D5D4D0;
	padding: 10px;
}

#news {
/*	width: 200px;
	height: 345px;
*/	
	width: 167px;
	height: 315px;
	border: 3px solid #A8A696;
	padding: 12px;
	background-color:#FFF;
	float: right;
	overflow: auto;
}

#footer {
	width: 760px;
	height: 126px;
/*	background-color: #586D82;*/
	background-image: url(images/sfondo_footer.gif);
	background-repeat: no-repeat;
	border-top: 1px solid #FFF;
}

#menu_admin {
	width: 150px;
	min-height: 500px;
	margin-right: 10px;
	float: left;
	background-color: #A8A696;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #324752;
}

p {
	font-size: 11px;
	color: #324752;
}

p.testohome {
	font-size: 13px;
}

a {
	color: #324752;
}

a:visited {
	color: #4D727D;
}
 

ul.page {
}

ul.page li {
	font-size: 11px;
	color: #324752;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

table.page {
	width: 500px;
	border: 0px;
	border-top: 5px solid #324752;
}

table.page th {
	font-size: 13px;
	color: #324752;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #324752;
}

table.page td {
	font-size: 11px;
	color: #324752;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	border-bottom: 1px dotted #324752;
}

table.page td.left {
	font-weight: bold;
}
	
.image {
	margin-right: 10px;
}

table.page table td {
	border: 0px;
	font-weight: normal;
}

table.page table td.left {
	font-weight: bold;
}

	
