#intro {
	clear:both;
	width:930px;
	margin:20px auto;
}

	#intro p {
		margin:0;
		padding:0;
		font-family: Georgia, serif;
		font-size:240%;		/* 30px */
	}

#higlighted {
	width:885px;
	margin:20px auto;
	padding:7px 15px;
	background:#F2F9FD;
	overflow:hidden;
}

	#higlighted p {
		margin:0;
		padding:0;
		font-family: Georgia, serif;
		font-size:140%;		/* 18px */
	}

	#higlighted ul {
		float:left;
		margin:0;
		padding:0;
	}

		#higlighted ul li {
			margin:0 0 2px 0;
			font-size:95%;		/* 12px */
			font-weight:bold;
		}

#higlighted #contact {
	float:right;
	width:200px;
	height:80px;
	margin:-5px 0 0 0;
	background:none;
}
	
	#higlighted #contact .tfno, #higlighted #contact .mail {
		margin:0;
		padding:5px 0 0 0;
		width:200px;
		height:38px;
		text-indent:40px;
		text-align:center;
	}

	#higlighted #contact .tfno {
		font-size:190%;		/* 24px */
		font-weight:bold;
		background:url('../img/contact-phone.png') left no-repeat; 
	}
	
	#higlighted #contact .mail {
		font-size:140%;		/* 18px */
		background:url('../img/contact-mail.png') left no-repeat; 
	}

img.fittedimg {
	float:left;
	margin:0 0 -3px 0;
}

