html {
	font-size: 100%;
	margin: 0;
	padding: 0;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFF4;
	font-size: 76%;
	background-image: url(imatges/logoAF.gif);
	background-repeat: no-repeat;
	background-position: center 25px;
}

#top {
	width: 770px;
	background-image: url(imatges/filet01.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	color: #000;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 70px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	padding-top: 40px;
}
#content {
	width: 768px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.4em;
	font-size: 1.2em;
}

#left {
	width: 66%;
	float:left;
	display: block;
	display: block;
}

#right {
	width: 27%;
	float: right;
	display:block;
}

#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
	text-align: center;
	width: 768px;
	margin-top: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
	clear: both;
	background-image: url(imatges/filet2.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-right: auto;
	margin-left: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.textpetit {
	font-size: 0.85em;
	line-height: 1.5em;
}
.textpetitvermell {
	font-size: 0.85em;
	color: #C00;
	line-height: 1.5em;
}


.autor {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
}
.titol {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #C00;
	font-size: 1.1em;
}




.fitxa {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
.exhaurit {
	font-weight: bold;
	color: #666;
	letter-spacing: 1em;
	text-align: center;
}

