body{
	background-image: url(/_img/tile.gif);
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 16px;
}

h1{
	display: none;
}

h2{
	font-family: "Trebuchet MS", Lucida Grande, Lucida, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}

p+p{	
	padding-top: 16px;
}

div#container{
	position: relative;
	margin: 80px auto;
	width: 970px;
	height: 621px;
}

div#mat{
	position: absolute;
	display: block;
	margin: auto;
	background-image: url('/_img/osteria_mat.png') ;
	background-repeat: no-repeat;
	height: 621px;
	width: 970px;
}

span.margin{
	left: 24px;
}

#content{
	position: relative;
	display: block;
	width:  763px;	
	margin:  311px auto 0 auto;
}

div#cols{
	height: 100px;
	width: 586px;
	float: left;
	clear: none;
}

.column p{
	padding-right: 16px;
}

.last p{
	border-right: 1px solid black;
}

div#rule{
	position: relative;
	display: block;
	height: inherit;
	width: 1px;
	background-color: black;
	float: left;
	clear: none;
	overflow: hidden;
}

#address {
	float: left;
	clear: none;
	width: 140px;
	padding-left: 18px;
	font-weight: bold;
	font-family: "Trebuchet MS", Lucida Grande, Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	margin-left: -18px;
}

div#hr{
	display:block;
	vertical-align: middle;
	width: 112px;
	height: 1px;
	margin-top: 4px;
	margin-bottom:  4px;
	overflow: hidden;
	border-top: 1px solid black;
}

#map{
	margin-top: 0px;

}

em {
	font-style: italic;	
}

strong {
	font-size: 11px;;
}

a {
	color: black;
	text-decoration: underline;
	font-weight: normal;

}


a:hover {
	color: red;
}

#address a{
	font-size: 12px;
	font-family: "Trebuchet MS", Lucida Grande, Lucida, Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

a#menu{
	font-weight: bold;
}
/*a#vcard{
	font-size: 11px;
	font-family: "Trebuchet MS", Lucida Grande, Lucida, Verdana, sans-serif;
	font-weight: bold;		
}

a#vcard:hover{
	text-decoration: none;
	color: black;
}
*/