* {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'PT Sans', sans-serif ;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
}
a {
    color: #8CD74A;
}
ul {
    list-style-type: none;
}
.clear {
    clear: both;
}
header {
    padding: 0 15px;
    height: 164px;
    background-image:url(../leaf.jpg);
    background-position: right;
    background-repeat: no-repeat;
}
.localize {
    position: relative;
    top: 40px;
    left: 15px;
    font-size: 36px;
    font-style: italic;
    color: #8CD74A;
}
header .txt {
    position: relative;
    top: 70px;
    left: -50px;
    color: #3B4471;
}
.menu {
    padding: 0 15px;
    height: 62px; 
    background-color: #999999;
    line-height: 62px;
}
.menu ul li {
    float: left;
    width: 25%;
    text-align: center;
}
.menu a {
    color: #FFF;
    text-decoration: none;
}
.content {
    padding: 15px;
}
.leftcontent,
.rightcontent {
    float: left;
}
.leftcontent {
    width: 80%;
    margin-right: 2%;
}
.leftcontent p {
    background-color: #DDDDDD;
    margin: 0 0 8px;
    padding: 3px 0 3px 40px;
    font-style: italic;
    color: #3B4471;
}
.rightcontent {
    width: 18%;
}
.rigtcontent p {
    margin: 8px 0;
    padding: 3px 0 3px 40px;
    font-style: italic;
    color: #3B4471;
}
.news, .links {
    border:solid 1px #AAA;
    padding: 10px;
}
p.title { 
    background-color: #DDDDDD;
    margin: 0 0 8px;
    padding: 3px 0 3px 20px;
    font-style: italic;
    color: #3B4471;
}
p.txt {
    text-align: center;
}
.news {
    margin-bottom: 10px;
}
.links ul {
    text-align: center;
}
footer {
    padding: 10px 12px 0;
    margin: 0 3px;
    font-size: 12px;
    border-top: solid 1px #AAA;
}
.leftfooter,
.rightfooter {
    float: left;
    width: 50%;
}
.rightfooter {
    text-align: right;
}