body {
    margin: 0px;
    font-size: 10pt;
    line-height: 18pt;
    font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica;
}

a {
	color: #0066cc;
	text-decoration: none;
}
a:hover {
	color: #0066cc;
    text-decoration: underline;
}

.container {
    width: 700px;
    margin: 15px auto;
}

ul.menu {
    margin-top: 38px;
    float: right;
}

ul.menu li {
    list-style: none;
    display: inline;
    padding: 0px;
    padding-left: 20px;
    font-size: 16px;
    font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica;
}

hr {
    height: 1px;
    background-color: #d8e4e8;
    border: 0px;
}

.headertext {
    font-size: 20px;
    font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica;
    line-height: 30px;
    color: #999;
}

ul.team li {
    list-style: none;
    padding: 10px 5px;
}

.footer {
    font-size: 12px;
    font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica;    
    text-align: center;
    background-color: #d8e4e8;
    padding: 5px 0px;
    margin-top: 10px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */