body {
	margin: 0;
	padding: 0;
	background: #F0D66C;
	font-size:12px;
	font-family: Arial,Helvetica,sans-serif;
}
img {
	border:0px;
}
input, select, textarea {
	border:1px solid #c4aa40;
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
}
#body {
	background: #FFF;
	margin:0 auto;
	width:950px;
}

/*HEADER*/
#header{
	height: 230px;
}

/*MENU TOP*/
#menu_top{
	height: 55px;
	width:950px;
	background: url(../images/bg-menu.png) 0 0 repeat-x;
}
#menu_top li{
	display: inline;
	border-left: 1px solid #FFF;
	line-height:50px;
}
#menu_top a{
	font-size:14px;
	text-decoration:none;
	margin:15px;
	color:#FFF;
}
#menu_top a:hover{
	text-decoration:underline;
}
#menu_top .cat_sel{
	text-decoration:underline;
	font-weight:bold;
}

/*LOGIN BAR*/
#login_bar{
	width:950px;
	height:40px;
	background: url(../images/bg-menu.png) 0 0 repeat-x;
}
#login_bar .loginform{
	float:right;
	margin-top:10px;
	margin-right:10px;
}
#login_bar .linkpage{
	color: #FFF;
	text-decoration:none;
	float:left;
	margin-top:12px;
	margin-left:10px;
}
#login_bar .linkpage a{
	color: #FFF;
	text-decoration:none;
}
#login_bar .linklogin{
	color: #FFF;
	text-decoration:none;
	float:right;
	margin-top:12px;
	margin-right:10px;
	text-align:right;
}
#login_bar .linklogin a{
	color: #FFF;
	text-decoration:none;
}
#login_bar .loginform input{
	width:100px;
}

/*CENTER*/
#center{
	padding:10px;
	background: #F1E595;
}

/*MENU LEFT*/
#menu_left{
	vertical-align:top;
	width:200px;
	border-right:1px solid #c4aa40;
	padding:5px;
}
#menu_left .categoria{
	font-weight:bold;
	color:#8D141B;
	margin-left:5px;
	font-size:14px;
	text-decoration:none;
}
#menu_left .banneritem_menu{
	margin-top:20px;
}
#menu_left .newslab{
	font-weight:bold;
	color:#8D141B;
	margin-left:5px;
	font-size:14px;
	text-decoration:none;
}
#menu_left .categoria:hover{
	text-decoration:underline;
}
#menu_left li{
	display:block;
	margin-left:15px;
}
#menu_left li a{
	color:#000;
	text-decoration:none;
}
#menu_left li a:hover{
	text-decoration:underline;
}
#menu_left .art_sel{
	font-weight:bold;
}

/*CONTENTS*/
#contents{
	width:728px;
}

/*LISTA ARTICOLI*/
#lista_articoli{
	border-collapse:collapse;
	margin: 5px;
	width:100%;
}
#lista_articoli .titolo_cat{
	font-size: 20px;
	color: #8D141B;
	font-weight:bold;
}
#lista_articoli .artic{
	border-bottom:1px solid #c4aa40;
}
#one-artic{
	width:100%;
	padding-top:10px;
}
#one-artic .testo a{
	font-size: 18px;
	color: #8D141B;
	font-weight:bold;
	text-decoration:none;
}
#one-artic .testo .image{
	float:right;
	margin: 0 0 0px 30px;
}
#one-artic p{
	text-align:justify;
}

/*ARTICOLO*/
#articolo{
	width:100%;
	margin: 5px;
}
#articolo .titolo{
	color: #8D141B;
	font-size:16px;
	font-weight:bold;
}
#articolo .image a{
	margin-right:5px;
}
#articolo .testo{
	font-size:14px;
	text-align:justify;
}

/*GALLERIA*/
#albums{
	border-collapse:collapse;
	margin: 5px;
	width:100%;
}
#albums .titolo_gal{
	font-size: 20px;
	color: #8D141B;
	font-weight:bold;
}
#box-gall{
	margin-right:15px;
	margin-left:15px;
	width:180px;
	height:150px;
	float:left;
}
#galleria{
	width:180px;
	height:150px;
	text-align:center;
}
#galleria .titolo a{
	color:#8D141B;
	text-decoration;underline;
	font-weight:bold;
}
#galleria .data{
	color:#000;
	font-weight:bold;
}

/*ALBUM*/
#album{
	margin:5px;
	width:100%;
}
#album .titolo{
	color: #8D141B;
	font-size:16px;
	font-weight: bold;
}
#minimage{
	width:100%;
	text-align:center;
}
#minimage .linkimg a{
	margin-bottom:7px;
}

/*FOOTER*/
#footer{
	clear:both;
	height:50px;
	background: #8d141b;
}
#footer .copy{
	margin:17px;
	float:left;
	color:#FFF;
	font-size:11px;
	text-align:left;
}
#footer .contact{
	margin:17px;
	float:right;
	color:#FFF;
	font-size:11px;
	text-align:right;
}
#footer .contact a{
	color:#FFF;
}