@charset "utf-8";
* {
    margin: 0;
    padding: 0;
	border: 0;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
} 
body {
	background: url(../img/bg-body.jpg) repeat-x;
}
#header {
	width: 770px;
	height: 170px;
	margin: 15px auto 0 auto;
	text-align: center;
	background: #ffffff;
	border-bottom: 1px solid #aaaaaa;
}
#flags {
	float: right;
	padding: 15px 0;
	height: 30px;
}
#flags img {
	padding: 5px;
}
#container {
	width: 768px;
	margin: 0 auto;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
}
#content {
	padding: 20px 20px 0 20px;
	text-align: left;
}
.white {
	background: #ffffff url(../img/bg-home.jpg) repeat-x;
	border-bottom: 1px solid #aaaaaa;
}
.sassolungo {
	background: url(../img/bg-sassolungo.jpg) no-repeat;
	height: 480px;
}
.sella {
	background: url(../img/bg-sella.jpg) no-repeat;
	height: 480px;
}
.pordoi {
	background: url(../img/bg-pordoi.jpg) no-repeat;
	height: 480px;
}
.belvedere {
	background: url(../img/bg-belvedere.jpg) no-repeat;
	height: 480px;
}
.marmolada{
	background: url(../img/bg-marmolada.jpg) no-repeat;
	height: 480px;
}
#content h1 {
	padding: 10px;
	margin: 0 0 20px 0;
	color: #ff0307;
	font-size: 2.3em;
	font-style: italic;
	font-weight: bold;
	text-transform: capitalize;
	border-bottom: 2px dotted #ffffff;
}
#content h2 {
	padding: 10px;
  	color: #000088;
	font-size: 1.4em;
	font-style: italic;
	font-weight: bold;
}
#content p {
	margin: 12px 0;
	line-height: 1.4em;
	font-size: 1.1em;
	color: #000000;
}
#content p a {
	color: #000000;
}
#content p a:hover {
	color: #0000cc;
}
#content li {	
	list-style: inside;
}
#content img.border {	
	background: #ffffff;
	padding: 2px;
	border: 1px solid #aaaaaa;
}
#top-col {
	width: 728px;
	height: 187px;
	float: left;
}
#left-col {
	width: 482px;
	float: left;
}
#right-col {
	width: 226px;
	float: right;
}
#right-col p {
	margin: 12px 0 0 0;
	line-height: 0.6em;
}
#home {
	clear: both;
	width: 728px;
	height: 120px;
	padding: 60px 0;
	font-weight: bold;
	letter-spacing: -1px;
}
#home li {	
	list-style: none;
	float: left;
	margin: 0 20px 0 0;
}
#home li.last, #home li.last a, #home li.last a:hover {	
	margin: 0;
}
#home a, #home a:hover {
	display: block;
	width: 127px;
	font-size: 1.0em;
	font-variant: small-caps;
	text-align: center;
  	text-decoration: none;
}
#home a {
  	color: #000088;
	border: 1px solid #aaaaaa;
	background: url(../img/bg-nav-hover.jpg) repeat-x bottom;
}
#home a:hover {
	border: 1px solid #666666;
	background: url(../img/bg-nav.jpg) repeat-x bottom;
}
#home em {
  	display: block;
	font-style: normal;
	height: 30px;
	line-height: 30px;
}
#home img {
	border-bottom: 1px solid #aaaaaa;
}
address {
	clear: both;
	padding: 40px 0 50px 0;
	font-size: 1.1em;
	font-style: normal;
	text-align: center;
}
#nav {
	clear: both;
	width: 768px;
	height: 40px;
	margin: 0 auto;
	font-weight: bold;
	letter-spacing: -1px;
	border: 1px solid #aaaaaa;
	background: url(../img/bg-nav.jpg) repeat-x;
}
#nav li {	
	list-style: none;
	float: left;
	border-right: 1px solid #aaaaaa;
}
#nav li.last, #nav li.last a, #nav li.last a:hover {	
	border-right: 0;
	width: 128px;
}
#nav a, #nav a:hover {
	display: block;
	width: 127px;
	height: 40px;
	line-height: 40px;
	font-size: 1.0em;
	text-align: center;
  	text-decoration: none;
}
#nav a {
  	color: #000088;
}
#nav a:hover {
  	color: #000066;
	background: url(../img/bg-nav-hover.jpg) repeat-x;
}
#footer {
	clear: both;
	width: 768px;
	height: 75px;
	margin: 30px auto 0 auto;
	text-align: center;
	background: url(../img/bg-footer.jpg);
}	
#footer p {
	font-size: 0.7em;
	margin: 10px 0;
	color: #888888;
}
#footer p a {
	color: #666666;
	text-decoration: none;
}
#footer p a:hover {
	color: #666666;
	text-decoration: underline;
}