body {
background: #eeeddd url('../img/bg.png');
font-family: "Arial";
font-size: 12px;
text-align: center;
margin: 0 auto;
color: #38302b;
}
a, a:visited {
	color: #38302b;
	text-decoration: underline;
	font-weight: bold;
}
a:hover, a:active {
	color: #38302b;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}
img {
	border: none;
}
/* div_intro amb el flash*/
#swf {
	margin: 100 auto 0;
	border: 5px solid #CCC;
	width: 520px;
	background-color: #CCC;
}
#peuswf {
	text-align: center;
	color: #59483f;
	font-size: 80%;
	padding-top: 5px;
	margin-bottom: 0px;
}
/*Cos de la pàgina*/
#mnu {
	width: 768px;
	margin: 9 auto;
	text-align: left;
}
*html #mnu {
	margin: 0 auto;
	padding-top: 10px;
}
#mnu a {
	border-top: 7px solid #3D2822;
	font-size: 130%;
	display: inline;
	text-decoration: none;
	font-style: normal;
	margin-right: 30px;
	padding: 3px;
	font-weight: bold;
}
#mnu a:hover {
	border-top: 7px solid #827500;
	font-size: 130%;
	display: inline;
	text-decoration: none;
	font-style: normal;
	margin-right: 30px;
}
#mnu a:active {
	border-top: 7px solid #9d0c15;
}
#hd {
	width: 768px;
	text-align: left;
	margin: 5 auto;
}
#cnt {
	background-color: #e7dbb1;
	border: 1px solid #a19279;
	width: 768px;
	margin: 10 auto;
	height: 60% /*350px*/;
	overflow: auto;
	text-align: justify;
	padding: 5px;
	font-size: 14px;
	font-family: Arial;
}
#esq {
	text-align: justify;
	float: left;
	width: 350px;
}
#dre {
	text-align: center;
	float:right;
	width: 350px;
}
#esq2 {
	text-align: justify;
	float: left;
}
#dre2 {
	text-align: center;
	float:right;
}
#peu {
	border-top: 1px solid #a19279;
	text-align: right;
	color: #59483f;
	padding-top: 5px;
	margin-bottom: 0px;
}
#receptari a,a:visited {
	font-weight: normal;
	text-decoration: none;
	font-size: 110%;
}
#receptari a:hover {
	font-weight: normal;
	text-decoration: underline;
	font-size: 110%;
	font-style: normal;
}
#drer {
	text-align: justify;
	float:right;
	width: 350px;
}
#recepta {
	width: 500px;
	margin: 0 auto;
	text-align: justify;
	color: #000;
	background-color: #e7dbb1;
	padding: 20px;
	opacity: .7;
	filter: alpha(opacity=70);
}
#receptat {
	opacity: 1;
	filter: alpha(opacity=100);
}
/* ESTIL DE LA "GALERIA" DE FOTOGRAFIES */

.images
{
	text-align: center;
}
.images img {
	border: 1px solid white;
	margin: 5px 5px;
	vertical-align: top;
}