body{
    background: #429d29 url(../images/bg.png) repeat-x left top;
}
h1,h2,h3,h4,h5{color: #166c29;}
h1{font-size:2em; color: #166c29;}
h2{font-size:1.5em; color: #FFF; background-color: #004200;  padding: 0.1em 0.7em;}
a{ color: #166c29; text-decoration:none; }
a:hover{ color: #166c29; text-decoration:underline; }
li{/*list-style-image: url(../images/li.png);*/}
#container-principal{
    background-color: #FFF;
    margin: 20px auto;
	z-index:80000;
}
#header{
    height: 140px;
    background:  url(../images/header.png) no-repeat center bottom;
}
#menu{ text-align: right;  position: relative; top: 115px; right: 60px;}
#menu a{ color: #FFF; }
#rute{margin: 0.7em 0}
#links{text-align: center;}
#links a{ color: #999; font-weight:bold; margin-left: 40px;}
#footer{
    color: #FFF;
    height: 70px;
    line-height: 110px;
    text-align: right;
    background: #429D29 url(../images/footer.png) repeat-x left top;
}
#footer a{ color: #FFF; }
.box{ border: 1px solid #d7d7d7; }
