body{
	font-family:		arial;
	font-size:		x-small;
}

a{
	text-decoration:	none;
}

#errore{
	border-color:		#FF0000;
	border-style:		solid;
	border-width:		1px;
	padding:		5px;
	vertical-align:		middle;
	text-align:		center;
	color:			#FF0000;
	background-color:	#FFD2D3;
	font-size:		x-small;
}

#giusto{
	border-color:		#00FF00;
	border-style:		solid;
	border-width:		1px;
	background-color:	#BBFFC4;
	color:			#006600;
	vertical-align:		middle;
	padding:		15px;
}


#banner{
	background-image:	url(../images/headerbg.jpg);
	background-repeat:	no-repeat;
	height:			60px;
}

#bodystyle{
	background-image:	url(../images/bodybg.jpg);
        background-repeat:	repeat-x;
	background-position:	top;
	height:			180px;
	text-align:		center;
	vertical-align:		middle;
	padding-top:		30px;
}

#bodysearchstyle{
        background-image:       url(../images/bodybg.jpg);
        background-repeat:      repeat-x;
        background-position:    top;
        text-align:             left;
        vertical-align:         middle;
	padding-top:		20px;
}

#login{
	text-align:		left;
	vertical-align:		middle;
	padding:		0px 15px 5px 15px;
	width:			200px;
	color:			#22a;
}

#footer{
	background-image:	url(../images/bottomgrad.jpg);
	background-repeat:	repeat-x;
	background-position:	top left;
	height:			30px;
	padding:		8px 0px 0px 4px;
	color:			white;
	font-weigth:		bold;
}

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

#footer a:hover{
	color:			#f2dc4c;
}
#menu div{
	background-image:	url(../images/button.jpg);
	background-repeat:	no-repeat;
	background-position:	top center;
	height:			23px;	
	width:			220px;
	margin:			6px;
	color:			white;
        padding-top:		5px
}

#menu div a{
	color:			white;
	font-size:		x-small;
}
