
html, body {
color : #000;
background-image : url(bg.jpg);
background-repeat : repeat-x;
background-color : #eae0d8;
text-align : center;
width : 100%;
height : 100%;
margin : 0;
padding : 0;
font-size : 12px;
font-family : verdana, arial, sans-serif;
}

#layout {
width : 100%;
height : auto !important;
margin : 0 auto 0 auto;
padding : 0;
min-height : 100%;
position : relative;
}

a:link, a:visited, a:active {
color: #5bb30b;
text-decoration: none;
}

a:hover {
color: #93dd50;
text-decoration: none;
}

#wrapper {
width : 100%;
padding-bottom : 10em;
}

#content {
float : left;
width : 98%;
min-height : 50px;
text-align : center;
padding-bottom : 10em;
}

#content_txt {
margin-left : auto;
margin-right : auto;
padding-left: 300px;
padding-right: 300px;
}

#navigation {
width : 800px;
width: 100%;
}

.nav:link, .nav:visited, .nav:active {
text-decoration: none;
color: #5eb114;
background-color: #fdf6f1;
font-size: 22pt;
padding: 8px;
margin-left: 70px;
margin-right: 70px;
}

.nav:hover {
text-decoration: none;
background-color: #fff;
color: #c0cba2;
font-size: 22pt;
padding: 8px;
margin-left: 70px;
margin-right: 70px;
}

.menu {
color: #408700;
margin: 30px 0 5px 0;
padding: 0;
background-image : url(menu_bg.jpg);
background-repeat: no-repeat;
background-position: center;
letter-spacing: 8px;
width: 100%;
font-size: 16pt;
text-transform: uppercase;
}

#footer {
width : 100%;
background-image : url(footer_bg.jpg);
position : absolute;
bottom: 0;
left: 0;
}


.affs {
padding: 1px;

}