@charset "utf-8";
/* CSS Document */


#ciao {
	font-weight:700;
	font-size:2em;
	font-style:oblique;
}


#normal {
	font-weight:bold;
	font-size:2em;	
	margin-top:0.25em;	
	text-align:center;
}

#email {
	font-weight:bold;
	color:blue;
	font-size:0.9em;	
	text-align:center;
}

#web {
	font-weight:bold;
	margin-top:1em;	
	font-size:0.9em;	
	margin-top:1em;	
	text-align:center;
}

#web a{
	font-color:blue;
}

#copy {
	font-weight:bolder;
	font-size:0.8em;	
	margin-top:3em;	
	text-align:left;
}


#menuarea {
	width:50%;
	margin: 6ex auto 1ex auto;
	height:35ex;
}

.menu_header {
	background:url(../site_images/menubar_header_bg.png) repeat-x;
	height:10%;
	width:100%;
	border-left: solid 1px #A0A0A4;
	border-right:solid 1px #A0A0A4;
	border-top:solid 1px #A0A0A4;
	-moz-border-radius-topleft:50px;
	-moz-border-radius-topright:5px;	
	text-align:center;	
	font-size:14px;
	color:#ffec16;		
}


#menu1 {
	width:100%;
	float:left;
	margin-left:3ex;
	margin-right:1ex;
	height:100%;
}

#menu1_header h2{
	margin-top:5px;	
}

#menu1_content {
	background:url(../site_images/menubar_content_bg.png) repeat-x;
	height:90%;
	width:100%;	
	border:solid 1px #A0A0A4; /* border color */		
}

#menu1_content_content {
	font-size:12px;
	padding: 5px 5px 5px 5px;
}
