body {
    background-color: white;
    font-family: Arial, "MS Trebuchet", sans-serif;
    margin: 0;
    padding: 0;
    background-color: #E5ECF8;
}

#header {
    padding: 10px;
    vertical-align: middle;
    border-bottom: 1px solid #CDD3DE;
    color: #333;
    background-color: #FFFFFF;
}
#header .logo {
    float: left;
    margin-right: 20px;
}
#header .title {
    font-weight: bold;
    font-size: 1.3em;
    line-height: 1.4em;
}
#header h1 {
    font-size: 1.3em;
    display: inline;
    color: black;
}
#header .subtitle {
}
#content {
    background-color: white;
    padding-bottom: 5em;
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 1em;
}
#content h2 {
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.4em;
}
#rightcolumn {
    float: right;
    width: 300px;
}

#projects {
    width: 500px;
    margin-left: 150px;
}
#projects .disclaimer {
    color:#6f6f6f;
    font-size: 0.9em;
    text-align:left;
}
#projects .oneproject {
    margin-bottom: 2em;
    text-align: left;
}

#projects .oneproject .title {
    font-size: 1.1em;
}
#projects .oneproject .comingsoon {
    color: red;
    font-size: 0.9em;
}
#projects .oneproject .summary {
    font-size: 0.9em;
}
#projects .oneproject .moreinfo {
    font-size: 0.9em;
    color: #6f6f6f;
}
#projects .oneproject .feedback {
    color: #555;
}

.rightbox {
    background-color:#F5F5F5;<
    border: 1px solid #BBB;
    padding: 10px;
    margin: 10px;
    font-size: 0.8em;
}
.rightbox .title {
    font-weight: bold;
    color: #333;
    margin-bottom: 1em;
}
.rightbox ul {
    padding-left: 20px;
    list-style-type: square;
    list-style-position: outside;
}
.rightbox li {
    margin-bottom: 1em;
}

#footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: #E5ECF8;
    border-top: 1px solid #CDD3DE;
    text-align: center;
    padding: 10px 0 10px 0;
    font-size: 0.9em;
}

#footer .otherlanguages {
    white-space: nowrap;
    margin-bottom: 0.9em;
}

#logo, #logo tr, #logo tr td {
    vertical-align: top;
        align: center;

}
#logo td {
	align: center;
	padding-right: 20px;
	padding-bottom: 70px;
}
