
html, body {
color : #000;
background-image : url(bg.jpg);
background-repeat : repeat-x;
background-color : #f6f6ea;
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: #7cb2f4;
text-decoration: none;
}

a:hover {
color: #568fd6;
text-decoration: none;
}

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

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

#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: #008974;
background-color: #fff;
font-size: 22pt;
padding: 8px;
margin-left: 70px;
margin-right: 70px;
}

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

.menu {
color: #fff;
margin: 30px 0 5px 0;
padding-top : 5px;
padding-bottom : 5px;
background-image : url(menu_bg.jpg);
background-repeat: 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-right: 2px;
}
