body {
    font-family: sans-serif;
    font-size: 14px;
    font-weight: normal;
    background-image: url(img/bg.png);
    background-position: top left;
    background-repeat: repeat-x;
    background-color: #f5f9ff;
    padding: 80px 0px 0px 0px;
    margin: 0px;
}

.block {
    width: 415px;
    background-image: url(img/boxbottom.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    padding: 0px 0px 24px 0px;
    margin-bottom: 10px;
}

.blockcontent {
    background-image: url(img/boxbg.png);
    background-repeat: repeat-y;
    background-position: top left; 
    margin: 0px;
    padding: 0px 25px 0px 10px;
    text-align: justify;
}

.block h1 {
    line-height: 34px;
    background-image: url(img/boxtitle.png);
    margin: 0px;
    text-indent: 15px;
    font-size: 20px;
    font-weight: bold;
    color: white;
    text-align: left;
}

#container {
    width: 840px;
    margin: auto;
}

h1, h2 {
    margin-top: 0px;
    color: #129616;
}

h1 {
    text-align: center;
}

h2 {
    border-bottom: 1px solid #129616;
}

#header {
    border-bottom: 2px solid #b1d0ff;
    width: 80%;
    margin: 0px auto 20px auto;
    clear: both;
    text-align: center;
}

#header a {
	margin: 10px;
}

#container .column {
    position: relative;
}

#projects {
    float: right;
    margin: 0px;
    width: 415px;
}

#news {
    float: left;
    width: 400px;
}

#news .newsitem {
    margin-bottom: 15px;
    max-width: 400px;
    width: 400px;
}

#news .time {
    clear: both;
    color: #aaaaaa;
}

.learnmore {
    clear: both;
    margin-top: 5px;
    text-align: right;
}

a:link, a:visited {
    color: blue;
    text-decoration: underline;
}

#footer {
    clear: both;
    color: #b1d0ff;
    text-align: center;
    font-size: 0.8em;
}
