/* generale */
a { text-decoration: none }
a:link {color: blue}
a:visited {color: blue}
a:hover {color: red}

body {
	background: #999999; 
	margin: 15px 0; 
	font: bolder 18px "Trebuchet MS", sans-serif; 
	color: black; 
	text-decoration: none; 
	text-align: left; 
	padding: 0 0 30px;
}

#wrap { background-color: #fff repeat-y; 
	margin: 0px auto; 
	width: 793px; 
	position: relative; 
	visibility: visible;
}

/* home */
#main {
	padding-right: 0px; 
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: url('../images/main.jpg');
	background-repeat: no-repeat; 
	margin: 0px;
	height: 613px;
	width:793;
	z-index:0;
}

#chisiamo {left: 20px; top: 380px; z-index: 1; position: absolute; visibility: visible; }
#seminari { left: 87px; top: 370px; z-index: 1; position: absolute; visibility: visible; }
#medit { left: 77px; top: 209px; z-index: 1; position: absolute; visibility: visible; }
#yoga { left: 210px; top: 149px; z-index: 1; position: absolute; visibility: visible; }
#tai { left: 259px; top: 90px; z-index: 1; position: absolute; visibility: visible; }
#info { left: 651px; top: 36px; z-index: 1; position: absolute; visibility: visible; }
#qi { left: 423px; top: 63px; z-index: 1; position: absolute; visibility: visible; }
#semi { left: 41px; top: 290px; z-index: 1; position: absolute; visibility: visible; }
#shia { left: 541px; top: 43px; z-index: 1; position: absolute; visibility: visible; }

#bottom { 
	top: 545px; 
	z-index: 1; 
	position: absolute; 
	left: 215px; 
	right: 5px; 
	visibility: visible;
	text-align: left;
	font: 12px "Trebuchet MS", sans-serif;
	color: black;
}

#bottom a {
	color: blue; 
	font: 12px "Trebuchet MS", sans-serif;
	text-decoration: none;
}

#bottom b {
	font-weight: bold;
}

/* sezioni interne */
#main2 {
	padding-right: 0px; 
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: url('../images/main2.jpg');
	background-repeat: no-repeat; 
	margin: 0px;
	height: 613px;
	width:793;
	z-index:0;
}

#box_left {
	top: 220px;
	z-index: 1;
	position: absolute;
	left: 0px;
	right: 5px;
	visibility: visible;
	text-align: center;
	font: 12px "Trebuchet MS", sans-serif;
	color: black;
	height: 259px;
	width: 230px;
}
#box_left_text {
	top: 375px;
	z-index: 1;
	position: absolute;
	left: 0px;
	right: 5px;
	visibility: visible;
	text-align: center;
	font: 11px "Arial";
	color: black;
	height: 77px;
	width: 230px;
}
#bottom2 { 
	top: 577px; 
	z-index: 1; 
	position: absolute; 
	left: 266px; 
	right: 5px; 
	visibility: visible;
	text-align: left;
	font: 12px "Trebuchet MS", sans-serif;
	color: black;
}

#stampa {
	top: 546px;
	z-index: 1;
	position: absolute;
	left: 726px;
	right: 5px;
	visibility: visible;
	text-align: right;
	font: 12px "Trebuchet MS", sans-serif;
	color: blue;
	width: 46px;
	
}

#menu {
	clear: both;
	float: left;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	z-index: 1;
}

#menu ul {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px; 
	padding-top: 0px; 
	margin: 0px 0px;
	width: 793px;  		
	display: inline;
	float: left;
	font: bolder 13px 'Trebuchet MS', sans-serif;
	color: #fff;
	background-color: #4e3525;
}

#menu li {
	float: left; list-style-type: none;
}

#menu li a {
	padding-left: 18px;	
	padding-right: 18px; 
	padding-bottom: 5px; 
	padding-top: 5px; 		
	display: block; 
	color: #fff; 
	text-decoration: none;
}

#menu li a#home	{
	padding-left: 20px;
	padding-right: 19px;
}

#menu li a:hover {
	background: #c8935d; color: #fff;
}

#menu li a#current {
	background: #993333; color: #fff;
}

#box {
	position:absolute;
	top:59px;
	left: 230px;
	width: 540px;
	height: 480px;
	margin: 0px 0px;
	background-color: #ffffff;
	border: 0px solid black;
	overflow:auto;
	/* for IE */
	
  	filter:alpha(opacity=50);
	/* CSS3 standard */
  	opacity:0.5;
}

#inbox {
	margin: 25px 33px;
	padding-bottom:20px;
	font: 16px "Trebuchet MS", sans-serif;
	color: #000000;
}

#inbox h2 {
	font-size: 22px;
	color:#000000;
}

#inbox h3 { font-size: 18px;
	color:#000066;
	line-height: 0px;
	}
	
.fine_par { 
	line-height: 5px;
	}

.titolo-verde {
	font-size: 24px;
	font-weight: bold;
	color: #339900;
}
.titolo-rosso {
	font-size: 24px;
	font-weight: bold;
	color: #FF0033;
}	
.titolo-viola {
	font-size: 24px;
	font-weight: bold;
	color: #CC00FF;
}
.sottotitolo_verde {
	font-size: 18px;
	font-weight: bold;
	color: #339900;
	}
.sottotitolo_rosso {
	font-size: 18px;
	font-weight: bold;
	color: #FF0033;
}
.sottotitolo_viola{
	font-size: 18px;
	font-weight: bold;
	color: #CC00FF;
}

.piccolo {font-size: 14px}
.medio {font-size: 18px}
.grande {font-size: 24px}
.verde {color: #339900;}
.viola {color: #CC0099;}
.rosso {color: #FF0033;}
.blu {color: #000066; font-weight: bold; }
