body {
    background-color:#ebfed3;
    font-size:0.9em;
    font-family: Helvetica, Arial, sans-serif;
    margin:0;
    padding:0;
    height:100%;
    color:#11550a;
}

html {
    height:100%;
}

img {
    border:none;
}

#topbar {
    width:100%;
    border-bottom:1px solid #cccccc;
}

.sum {
    width:10em;
}

#topbar ul {
    list-style-type:none;
    padding:0px;
    margin-bottom:3px;
    overflow:hidden;
    margin-top:5px;
    
}

#topbar li {
    float:left;
    margin-right:0.5em;
    margin-left:0.5em;
    margin-top:0px;
    padding:0px;
}
#cse-search-results {
    margin-top:20px;
    margin-bottom:60px;
}

#logo {
    margin: 40px auto;
}

#wrapper {
    position:relative;
    margin:auto;
    width:100%;
    text-align:center;
    min-height:100%;
}

* html #wrapper {height: 100%;}

.description {
    text-align:left;
    width:230px;
    height:160px;
    padding:10px;
    color:#11550a;
    border: 1px solid #11550a;
}

h2 {
    font-size:1.2em;
    margin-top:0px;
}
#infoboxes {
    margin:auto;
    width:800px;
    margin-top:4em;
}

#left {
  float:left;
  margin:auto;
}

#right {
   float:right;
   margin:auto;
}

#submit {
    display:block;
    margin:auto;
    margin-top:10px;
    width:100px;
}

#wwfbanner {
    margin:auto;
    text-align:center;
}

#content_c {

    float: left;
    width:100%;
    margin-left:auto;
    text-align: center;
    margin-bottom:5em;
}

#content_l {
    
    width:800px;
    margin:auto;
    margin-bottom:5em;
    text-align: left;
}

#footer {
    background-color:#33ce03;
    height:69px;
    position:absolute;
    bottom:0px;
    width:100%;
    left: 0;
    font-size: 0.8em;
    text-align: center;
    margin-top: 3em;
}

#footernavi {
    list-style-type:none;
    padding:0px;
    width: 55em;
    margin: 8px auto auto auto;
}

#footernavi li{
    float:left;
    margin-right:1em;
    margin-left:1em;
}

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

a:hover {
    text-decoration:underline;
    color:#000;
}

#social a{
    text-decoration:none;
}

#social img {
    padding-bottom:1px;
}
#res {
    margin-bottom: 4em;
}

td, th, table {
    border: 1px solid black;
}

td {
    width:50%;
}

table {
  border-collapse:collapse;  
}