* {
margin : 0;
padding : 0;
}
* body {
font : 0.85em Verdana, Sans-Serif;
line-height : 1.8em;
background-color : #FFF;
background-position: center center;
background-repeat: no-repeat;
background-image: url(images/background-body.jpg); background-position: center center; background-repeat: no-repeat;
color: #000000;
}

a {
color : #000080;
text-decoration : none;
font-weight : bold;
}
a:visited {
color : #000080;
text-decoration : none;
}
a:hover {
color : #FFF;
background-color: #000080;
text-decoration : none;
}
h2 {
margin : 0 0 5px;
padding : 5px 0 2px;
font-size : 1.3em;
}

ul {

}
li {
list-style-type : none;
}
p {
margin : 10px 10px 10px 0;
}
img {
border : none;
}
#wrap {
width : 920px;
margin : 10px auto;
padding-top: 5px;
padding-bottom: 5px;
background-image: url(images/background-wrap.png);
background-repeat: repeat;
border: none;
}
#header {
position: relative;
background-color: transparent;
height : 200px;
width: 890px;
margin: 10px 15px 10px 15px;
text-align: center;
}
#menu li {
list-style-type: none;
padding: 0 10px 0 5px;
}
#menu {
position: relative;
background-image: url(images/background-menu.png);
background-repeat: repeat;
/*height : 30px;
line-height: 30px;*/
width: 200px;
margin: 75px 15px 10px 0;
text-align: left;
}
#hiking-menu{
position: relative;
background-image: url(images/background-menu.png);
background-repeat: repeat;
/*height : 30px;
line-height: 30px;*/
width: 300px;
margin: 75px 15px 10px 0;
padding-left: 5px;
padding-right: 5px;
text-align: left;
}
#left {
position: relative;
float : left;
width : 200px;
font-style: normal;
font-size : 1.1em;
color:  #000000;
padding-left : 0;
margin-left: 15px;
margin-bottom : 15px;
margin-top : 5px;
background-color: transparent;
}
#hiking-left{
position: relative;
float : left;
width : 300px;
font-style: normal;
font-size : 1.1em;
color:  #000000;
padding-left : 0;
margin-left: 15px;
margin-bottom : 15px;
margin-top : 5px;
background-color: transparent;
}
#right {
position: relative;
float: right;
width : 675px;
font-style: normal;
font-size : .9em;
color:  #000000;
padding-left : 0;
margin-right: 15px;
margin-bottom : 15px;
margin-top : 15px;
background-color: transparent;
}
#hiking-right{
position: relative;
float: right;
width : 555px;
font-style: normal;
font-size : .9em;
color:  #000000;
padding-left : 0;
margin-right: 15px;
margin-bottom : 15px;
margin-top : 15px;
background-color: transparent;
}
#footer {
position: relative;
font-size : 11px;
text-align : center;
margin-left: 15px;
margin-right: 15px;
margin-bottom: 10px;
background-image: url(images/background.png);
background-repeat: repeat;
height: 50px;
line-height: 50px;
border-top: solid;
border-color: #000080;
border-width: 1px;
}

