* {
margin: 0 ;
padding: 0 ;
line-height: 1 ;
font-size: 100% ;

}

body {
color: #333 ;
font-size: 100% ;
text-align: center ;
font-family: Osaka, "Lucida Grande", geneva, verdana, sans-serif ;
}

a:link    { text-decoration: underline ; color: #06f }
a:visited { text-decoration: underline ; color: #c09 }
a:hover   { text-decoration: none ; color: #39f }
a:active  { text-decoration: none ; color: #06f }

a img {
border: none ;
}

#content {
padding: 10px 0 ;
width : 850px ;
text-align: left ;
margin: 0 auto ;

}

#content h1 {
margin: 0 0 20px ;
text-align: center ;
line-height: 1.6 ;
}

#content h2 {
margin: 0 0 10px ;
line-height: 1.1 ;
}

#content p {
margin: 0 0 1.5em ;
line-height: 1.3 ;
font-size: 90%
}

#content .trekking-map-img {
text-align: center ;
}

#content .column2 {
width : 800px ;
margin: auto auto ;
}

#content .column2-1 {
width : 390px ;
float: left ;
}

#content .column2-2 {
width : 390px ;
float: right ;
}

.clearfix:after {
content: "." ;
display: block ;
height: 0 ;
clear: both ;
visibility: hidden ;
}
.clearfix {
overflow: hidden ;
}
/* Hides from IE-mac \*/
* html .clearfix {
height: 1% ;
overflow: visible ;
}
/* End hide from IE-mac */

