body {
	background: #9a1107;
	font:normal 11px verdana, tahoma;
	color: #7d0f06;
	margin:0px;
	margin-top: 10px;
}

a {
	color: #7d0f06;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color: #f75044;
	font-weight:bold;	
}

table {
	font:normal 11px verdana, tahoma;
}

input, select, textarea {
	font:normal 11px arial, verdana, tahoma;
	color:#f75044;
}



#maincontainer {
	text-align:center;
	padding:0;
}

#page {
	text-align: left;
	width: 900px;	
	margin: auto;
	padding: 0;
}

#header {
	clear:left;
	background: url(img/header-background.jpg) no-repeat;
                     background-color: #ffffff;
	border:#f7c57e 2px solid;
	margin-top:10px;
	margin-bottom: 4px;
	height: 184px;
	width: 898px;
}

#sitename {
	float: left;
	background: url(img/sitename-background.jpg) no-repeat 0 10px;
	font-family: Century Gothic, georgia;
	font-style: italic;
	font-size:30px;
	color:#FFFFFF;
	padding-left: 50px;
	margin-bottom: 5px;
}

#language_selector{
	float: right;
	margin-top: 20px;
}

#language_selector a{
	margin-left: 10px;
}

#mainmenu {
	clear: left;
	height: 36px;
	width: 888px;
	background: url(img/mainmenu-background.jpg) repeat-x;
	background-color: #5584AD;
	padding-left: 10px;
	margin-bottom: 4px;
	border: #f7c57e 2px solid; 
}

#mainmenu li.menulink, #mainmenu li.menulinkselected{
	font-family: verdana,tahoma;
	font-size:11px;
	font-weight: bold;
	line-height: 34px;
	float:left;
	padding:0 30px 0 30px;
	list-style:none;
}

#mainmenu li.menuspacer{
	float: left;
	background: url(img/mainmenu-spacer-background.jpg) no-repeat;
	width: 2px;
	height: 36px;
}

#mainmenu li a{
	text-decoration:none;
	color: #FFFFFF;
}

#mainmenu a:hover{
	color: #E0DACA;
}

#contentcontainer{
	background-color: #f7c57e;
	border:#f7c57e 2px solid;
	width:898px !important;
	width/**/: 898px;
	overflow:hidden;
	overflow /**/:none;
	padding-top:15px;
}

#content{
	float:left;
	/* border:1px solid #000; */
	width: 600px !important; 
	width /**/:600px; /* IE5/Win */
        margin-left: 20px;
	padding:0px 8px 4px 8px;
}

#pagetitle{
	font-size:22px;
	font-style: italic;
	font-weight: normal;
	color: #B50000;
	margin:0;
	background: url(img/pagetitle-background.jpg) bottom left  no-repeat;
}

#lateralcolumn{
	width: 228px;
	float:left;
	margin-top: 5px;
	margin-left: 10px;
}

.lateralbox{
	width: 228px;
	float:left;
	margin-bottom:120px;
	padding:0px 0px 2px 0px;
}

.boxheader{
	color: #5A492F;
	background: url(img/lateralbox-boxheader-background.jpg) bottom left  no-repeat;
	font-size: 14px;
	font-style: italic;
	margin-bottom:6px;
	padding:2px 0px 2px 6px;
}

.boxbody{
	text-align:left;
	padding:2px 4px 2px 6px;
}

.boxbody a {
}

/* #footer {
	clear:both;
	height: 23px;
	color: #FFF;
	margin-top: 4px;
	line-height: 23px;
}

#footer a {
	color: #FFF;
}

#footer a:hover {
	color: #E0DACA;
} */

#copyright{
	float:left;
	padding-left:6px;	
	padding-top:6px;
}
#powered{
	float:right;
	padding-right:6px;
}



.objectinput{
	font:normal 11px Arial, Helvetica, Sans-serif;
	color:#555555;
}
.objectsubmit{
	font:normal 11px Arial, Helvetica, Sans-serif;
	color:#555555;
	width:100px;
}


/* users module - START */
#mod_users_lateralbox #labusername, #mod_users_lateralbox #labpassword{
	clear: left;
	float:left;
	width:70px;
	margin-top:2px;
}

#mod_users_lateralbox #inputusername, #mod_users_lateralbox #inputpassword{
	float:left;
}

#mod_users_lateralbox #divremember{
	clear: left;
}

#mod_users_lateralbox #btnlogin{
	clear:left;
	padding-top:4px;
}

#mod_users_lateralbox input.loginbox{
	width:80px;
}

#mod_users_lateralbox form.loginbox {
	float:left;
}
/* users module - END */

/* CLASSI PERSONALIZZATE */
.testo-generico {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #f75044;
}

