@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20PX;
	background-image: url(img/fusta02.jpg);
	background-repeat:repeat;
	background-attachment:fixed
}
#all {
	width: 850px;
	margin: 0px auto;
	height:auto;
}
#menu {
	width: 400px;
	margin: 0px auto;
	float:left;
	height:auto;
}
#logo {
	width: 450px;
	margin: 0px auto;
	float:right;
	height:200px;
}
#content {
	width: 450px;
	float: right;
	color:#000;
}
#content2 {
	width: 565px;
	float: right;
	color:#000;
}
a:link, a:visited, a:active {
	text-decoration: underline;
	color: #F7921C;
	}
a:hover {
	text-decoration: none;
	border-bottom: none;
	color: #F7921C;
}
.txt {
	color: #F7921C;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	}
.txt_regular {
	color: #F7921C;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 16px;
	}
.txt2 {
	color: #ffffff;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 16px;
	}
.titol {
	color: #F7921C;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	}
