.float_left {float:left; margin: 0 .3em .3em 0;}      /* apply this class to any image or element with width - text will wrap it to the right */
.float_right {float:right;  margin: 0 0 .3em .3em;} /* apply this class to any image or element with width  - text will wrap it to the left */

h1 {font-size:2em; /* 24pt */
	}
h2 {font-size:1.5em; /* 22pt */
	line-height:1.25;
	padding: 0 0 0 0;	
	}
h3 {font-size:1.125em; /* 18pt */
	line-height:1.5;
	}
h4 {
	font-size:1.4em; /* 18pt */
	}
h5 {font-size:1em; /* 16pt */
	}
h6 {font-size:.875em; /* 14pt */
	}

/* default other XHTML elements */

img {
	border:1;
	}

a {
	color:#036;
	text-decoration: none;
	}
a:hover {
	color:#738040;
	text-decoration:none;
	}

#nav a:hover, #dreta a:hover {
	color:#666;
	}

/* specifics */	


/* IE6 doesn't get the nav backgrounds - can't render repeated transparent pngs */
* html #nav #top_of_box , * html #nav_dins , * html #nav #bottom_of_box {
	background:none;
	} 
#nav p {
	font-size:0.85em;
	line-height: 1.3em;
	margin-top: 2px;
	}

#contingut {background-color:transparent;}
#contingut img {
	float:left;
	margin: 0 10px 5px 10px;
	}
#contingut p  {
	line-height:140%; /* on 22.4pt */
	margin-bottom:.75em; /* 12pts of space */
	font-size:.87em;
 	}
#contingut ul li {
	margin: 0 0 0 16px; /* ensure the bullets aren't hanging le of the containing ul */ 
	padding:.3em 0; /* vertical space between the bullets */
	font-size:.85em;  /* smaller text size foor the bullets */
	}
#dreta li {
	list-style-type:none; 
	font-size:0.8em;
	line-height:120%; 
	padding:.3em 0;
	}

#footer p {
	font-size:0.8em;
	color:#666;
	}

