body {
background-color: #279E49;
background-image: url(img/bg.jpg);
background-position: center center;
background-repeat: repeat-y;
margin-top: 0px;
margin-bottom: 0px;
}

.frame {
width: 595px;
height: auto;
margin-left: auto;
margin-right: auto;
padding-left: 5px;
margin-bottom: 0px;

}

a {
color: #339933;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

.header {
width: 590px;
height: 187px;
margin-bottom: 5px;
background-image: url(img/header.gif);
}

.navi {
width: 165px;
height: auto;
background-image: url(img/navi_top.gif);
background-position: top;
background-repeat: no-repeat;
padding-top: 14px;
float: left;
}

.content {
width: 400px;
height: auto;
margin-left: 5px;
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 0px;
background-color: #FFFFFF;
background-image: url(img/content_bg.gif);
background-position: top;
background-repeat: no-repeat;
float: left;
font-size: 12px;
font-family: Arial;
word-spacing: 5px;
line-height: 17px;
text-align: justify;
color: #333333;
}

.heading {
font-size: 16px;
font-family: Georgia;
font-variant: small-caps;
font-weight: bold;
word-spacing: 4px;
color: #339933;
}

.content_bottom {
width: 420px;
height: 18px;
padding-right: 10px;
background-image: url(img/content_bottom_bg.gif);
background-repeat: no-repeat;
background-position: top;
float: right;
}

a.menu_entry {
width: 160px;
height: 25px;
padding-left: 5px;
background-color: #FFFFFF; 
background-image: url(img/hover.gif);
background-position: +165px;
background-repeat: no-repeat;
float: left;
color: #339933;
font-family: Arial;
font-size: 12px;
font-weight: bold;
text-decoration: none;
line-height: 25px;
border-bottom: 1px;
border-bottom-style: solid;
border-bottom-color: #339933;
}

a.menu_entry:hover {
background-position: right;
text-decoration: none;
}

.lepre {
width: 165px;
height: 400px;
margin-bottom: 5px;
background-color: #FFFFFF;
background-image: url(img/navi_bg.gif);
background-position: right;
background-repeat: no-repeat;
background-position: bottom right;
float: left;
}



