/* Basic elements */
body  {
	background: White;
	text-align: center;
	margin: auto auto;
	font-family: Verdana;
	font-size: 0.7em;
	line-height: 15px;
	padding: 0;
	color: Black;
}
h1 {
	display: none;
}
h5 {
	margin: 0 0 2px 0;
	padding: 10px 3em 0px 3em;
	text-align: left;
	font-size: 1em;
}
img {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
a {
	color: black;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
a:hover {
	color: #464646;
	text-decoration: underline;
}
p {
	margin: 0;
	padding: 2px 3em 4px 3em;
}
.cleaner {
	clear: both;
	height: 1px;
	width: 1px;
	margin: 0 0 0 5px;
	padding: 0;
}
.center {
  text-align: center;
}
hr.cleaner {
  clear:both;
  height:1px;
  margin: -1px 0 0 0; padding:0;
  border:none;
  visibility: hidden;
}

/* Main DIVs */
#conteiner {
	position: relative;
	margin: 60px auto 0 auto;
	width: 771px;
	text-align: center;
}
#conteiner div {
	margin: 0;
	padding: 0;
}
/*Top graphics*/
#top {
	width: 771px;
}
#top div.top_one {
	background: transparent url(../images/top_one.jpg) no-repeat;
	height: 72px;
	width: 771px;
}
#top div.top_flags {
	background: transparent url(../images/top_flags.jpg) no-repeat;
	height: 13px;
	width: 771px;
	text-align: right;
}
#top div.flags {
	padding-right: 15px;
}
#top img {
	margin-right: 5px;
	vertical-align: top;
}
/*----*/
#middle {
	background: transparent url(../images/middle.jpg) no-repeat;
	height: 156px;
	width: 771px;
}
#middle div.left {
	float: left;
	height: 156px;
	width: 386px;
}
#middle div.right {
	float: left;
	height: 156px;
	width: 385px;
}
#enter {
	background: transparent url(../images/enter.jpg) no-repeat;
	height: 25px;
	width: 771px;
}
/*---------------*/
#enter a {
	position: relative;
	background: transparent url(../images/anchor.jpg) no-repeat;
	float: left;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	width: 58px;
	height: 25px;
	left: 24px;
}
#enter a:hover {
	background-position: 0 -25px;
}

#enter a.ristorante {
	left: 638px;
}
/*NEWS*/
#news {
	background: transparent url(../images/news-repeat.gif) repeat-y;
	width: 771px;
	text-align: justify;
}
#news div.box {
  background: transparent url(../images/news.jpg) no-repeat;
}
#news div.one {
	float: left;
	margin: 0;
	width: 386px;
}
#news div.two {
	float: left;
	margin: 0;
	width: 385px;
}
#news a {
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
	/* padding-left: 300px; */ 
}
#news a img {
  border: 1px solid black;
  margin: 10px;
}

#news h5 {
  font-size: 130%;
  color: #FF9900;
  padding-left: 35px;
  padding-bottom: 10px;
}

#news div.one h5 {
  font-size: 130%;
  color: #0000FF;
  padding-left: 35px;
  padding-bottom: 10px;
}

p.date {
  font-size: 110%;
  font-weight: bold;
  padding-left: 35px;
}

/*Copyright etc.*/
#down {
	background: transparent url(../images/down.jpg) no-repeat;
	height: 26px;
	width: 771px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: Black;
	font-size: 0.9em;
	font-weight: bold;
}
#down p {
	padding: 10px 0 0 0;
}

