body {
    font-family: Helvetica, Arial, 'Helvetica CE', 'Arial CE', sans-serif;
    font-size: 0.8em;
    color: #333;    
    background: #c4e75b;
    /*url('/templates/images/body_bg.png') top left repeat-x;*/
}
#main {
    display: block;
    width: 900px;
    margin: auto;
    margin-top: 20px;
    background-color: #fff;
    padding: 10px;
}

#top {
    background: url('/templates/images/bg2.jpg');
    height: 300px;
}

#menu {
    /*clear: both;*/
    text-align: right;
    position: absolute;
    float: right;
    top: 310px;
}

#menu a {
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: bold;
    margin-left: 1em;
}

#menu a:hover {
    text-decoration: none;
    color: white;
}

#right {
    background: #c4e75b;
    float:right;
    width: 240px;
    margin-left: 10px;
}

#left {
    
}

#credits {
    text-align:right;
    font-size: 0.8em;
    color: #999;
}

.texts {
    padding: 0em 1em 1em 1em;
}

h1.logo {
    font-family: Impact,'Arial Narrow','Helvetica Neue', Helvetica, Arial;
    width: 7.6em;
    text-align: center;
    background-color: #88b631;
    color: white;
    /*margin: 0em 0.5em 0.1em 0em;*/
    margin:0em 0em 0em 0em;
    letter-spacing: 0.05em;
    font-size: 45px;
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
    top: 15px;
    left: -3px;
    
    /*border-right: 3px solid white;
    border-top: 3px solid white;
    border-bottom: 3px solid white;*/
}

div.devide {
    height: 1.1em;
}

h2 {
    font-size: 1.2em;
}   
    
h2.claim {
    font-size: 1.07em;
    color: white;
    margin: 10px;
    float: left;
    position: relative;
    top: 10px;
    text-transform: uppercase;
    letter-spacing: 1pt;
}

li {
    margin-top: 0.5em;
    line-height: 1.2em;
}
    
a {
    color: #7b9c1f;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.green {
    color: #a7c834;
}
