@namespace url(http://www.w3.org/1999/xhtml);
body#dl,
body#fotos,
body#home{
	background: #fff url(../images/bg_home.jpg) top left no-repeat;
}
body#details{
	background: #fff url(../images/bg_details.jpg) top left no-repeat;
}
body#route{
	background: #fff url(../images/bg_route.jpg) top left no-repeat;
}

#lyt {
	font-family:Arial,Helvetica,sans-serif;
	font-size: 13px;	
	width: 776px;
	margin-left:104px;
	
}
#lytheader{
	height:195px;
}
#lytheader .lytcol-1 img{
	margin-top:36px;
}
#lytheader .lytcol-2 img{
	margin-top:-2px;
}
#content{
	min-height: 355px;
}
#content h1{
	position: relative;
	top:-50px;
}
h1,h2{
	font-family: Garamond,Times,Serif;
	color:#5b5b5b;
	
}

h2{
	padding-bottom:0.8em;
}

p{
	margin-bottom:1.5em;
	padding-right:0.5em;
}
p img{
	float:left;
	padding-right:1em;
	padding-bottom:6px;
}
.fotolist,
.pdflist{
	margin-top:2em;
}
.fotolist li,
.pdflist li{
	margin-bottom:0.5em;
}
ul.fotolist li
{
	background:transparent url(../images/foto_icon.gif) center left no-repeat;
	padding-left:25px;
}
ul.pdflist li
{
	background:transparent url(../images/pdf_icon.gif) center left no-repeat;
	padding-left:25px;
}
#flash{	
	margin-left:-10px;
	margin-top:-22px;
}
#contentfooter{
	width:400px;
	border-top: 1px solid #000;
	margin-top:3em;
}
#navigation {
	width:164px;
	text-transform: uppercase;	
	font-family: Garamond,Times,Serif;
	margin-bottom: 22px;
	
}
#navigation li{
	border-bottom:1px solid #fff;
	
	}
#navigation li.selected,
#navigation li a{
	display:block;
	width:153px;
	height:24px;
	background-color: #371e07;
	line-height:24px;
	padding-left:10px;
	color:#fff;
	border-right:1px solid #fff;
}
#navigation li.selected{
	background-color: #d4b77b;
	color:#3e332a;
}

/* Hidden elements. */

.hidden
{ 
	position: absolute;
	top: -3000px;
	left: -3000px;
	width: 0;
	height: 0;
	overflow: hidden;
}

