div { border: 0px solid blue;}

body {
    margin:0;
    padding:0;
    text-align:center;
    background: #2b7a1b;
    font:11px tahoma, arial, verdana, sans-serif;
    color:#000000;
}

#top {
	background:#d8ebd4;
	text-align:center;
	font:11px/22px tahoma, arial, verdana, sans-serif;
	border: 1px solid #000;
}

#container {
    text-align:center;
}
#main {
    text-align:center;
}
#logo {
    margin-left: auto;
    margin-right: auto;

    color:#4c4c4c;
    position: relative;
    width:270px;
    height:141px;
    /*float:left;*/
    text-align:center;
    background:url("../images/bg_logo.png") no-repeat center center;
    font:10px tahoma, arial, verdana, sans-serif;
}

#logo img {
    margin:20px 0 10px 0;
    clear:both;

}
#logo span {
    color:#006600;
}

#logo span span {
    color:#00aa00;
}

#content {
    margin-left: auto;
    margin-right: auto;
    width: 65%;
    background: #c7dcc3;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
#nav {
    margin-bottom: 0em;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-radius-bottomleft: 10px;
    -webkit-border-radius-bottomright: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 65%;
    background: #d8ebd4;
}
#nav ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline;
}
#nav ul li{
    margin:0;
    list-style-type: none;
    display: inline;
}

#nav ul li a{
    text-decoration: none;
    color: #222;
    font-weight: bold;
    font-family: Tahoma, Arial, Verdana, sans-serif;
    padding: 0.5em;
    padding-top:0;
}
#nav ul li a:hover{
    color: green;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-radius-bottomleft: 8px;
    -webkit-border-radius-bottomright: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background: #fff;
    border-top: #f0f0f0;
}
h1, h2, h3, h4, h5, h6{
    text-align:center;
    margin:0px;
}
#text {
    text-align: left;
    padding: 1em;
}
#footer {
    color: #eee;

}
#footer a{
    color: #6d6;
}
