	* {
		margin:0;
		padding:0;
	}

	html, body {
		height:100%;
		}

	body {
		background-color:#1B3C14;
		color:#630;
		color:#8A8787;
		font:100.01%/1.4 Verdana;
		text-align:center; /* horizontal centering for IE Win quirks */
		}

	#distance { 
		width:1px;
		height:50%;
/*		background-color:#fc6;*/
		margin-bottom:-250px; /* half of container's height */
		float:left;
		}

	#container {
	background-color:white;
	position:relative; /* puts container in front of distance */
	text-align:left;
	width:800px;
	height:500px;
	clear:left;
/*	border-top-color:#737373;
	border-left-color:#737373;*/
	background-image: url(img/fonsweb.png);
	border:1px solid #CFB7AB;
	padding-right: 0px;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
		}

	#contingut {
	position:absolute; /* puts container in front of distance */
	/*	height:500px; */
	top:130px;
	left:130px;
	width:670px;
	height:370px;
	background-color:white;
	color: black;
/*	border:3px solid #555555;*/
/*	border-top-color:#737373;
	border-left-color:#737373;*/
	}

	#titol {
	position:absolute;
	top:30px;
	left: 375px;
	height:100px;
	width:400px;
	/*background-color:black;
	background-image: url(img/titol01.jpg);
	color:white;
	*/
	}
	#toolbox {
	position:absolute;
	top:5px;
	left:587px;
	height:30px;
	width:210px;
	color: #CFB7AB;
	font-size: 9px;
	text-align:right;
	}
#toolbox a {color: #00481F;text-decoration: none;}
	
	#container div {
	float:left;
	margin: 0em;
		}

/*	#container div h2 {
		font-size:120%;
		font-weight:bold;
		text-transform:uppercase;
		margin:1em 0 0;
		}

	#container div h3 {
		font-size:100%;
		font-weight:bold;
		margin:.5em 0 0 .75em;
		}
*/
	#container ul {
	margin-left:0em;
	list-style-type: none;
		}

	#container li span {
	font-size:70%;
		}
		

	#container h1 {
		font-size:120%;
		}

/*	#container p {
		margin:1.5em 13.6em 1.5em 3em;
		}
*/
	address {
		font-weight:normal;
		font-size:80%;
		font-style:normal;
		text-align:right;
		margin:0 20em 0 3em;
		}

	#peu {
	color:#8A8787;
	color:white;
	font-size:55%;
	text-align:center; /* horizontal centering for IE Win quirks */
	}
	