@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #E15A00;
	font-family: "Trebuchet MS", "Times New Roman", serif;
	font-size: 100%;
}
.layout #container #peu img {
	display: inline;
}

.layout #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 15px;
}
.layout  #cap {
	padding: 0;
	background-color: #FFFFFF;
}
.layout #container #contingut a {
	font-weight: bold;
	color: #FF2E1D;
	text-decoration: none;
}
.layout #container #contingut a:hover {
	color: #FE920C;
}
.layout #container #contingut img {
	margin-right: 10px;
	float: left;
	margin-bottom: 20px;
}
.sig {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: oblique;
	display: block;
	text-align: right;
	font-weight: bold;
	float: right;
	color: #FE920C;
}

.layout #container #contingut p {
	font-size: 14px;
}

.layout  #contingut {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin: 0px;
	clear: both;
	float: left;
}
.layout  #peu {
	background-color: #000000;
	padding: 0px;
	float: left;
	margin: 0px;
	width: 960px;
}
.layout  #peu  p {
	margin: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FE920C;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
}
.layout #container #peu a {
	font-weight: bold;
	color: #FE920C;
	text-decoration: none;
}
.layout #container #peu a:hover {
	color: #FFFFFF;
}
.layout #container #peu img {
	float: right;
	margin-right: 10px;
}
#left {
	float: left;
	width: 600px;
	clear: none;
	margin-bottom: 20px;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000000;
}
#left  h2, #right h2 {
	margin-top: 0px;
}

#right {
	float: right;
	width: 280px;
}
#left p {
	text-align: justify;
	line-height: 20px;
}
#left img {
	margin-top: 5px;
}
