#main div {
    width:940;
    margin: 0 auto;
    float:left;
}

p { margin: 0 auto; }

#aboutimgcontainer {
    height: 200px;
}

#aboutusdiv {
    overflow: hidden;
    width: 940px;
    background: white;
}

#aboutusdiv p {
    display: block;
    margin: 20px 40px 20px 40px ;
    float: none;
}

#form {
    padding:10px;
}

#twomodules, #history {
    display: block;
}

div.module {
    width: 390px;
    float:left;
    overflow:hidden;
    padding: 20px 40px 30px 40px;
}

.moduletext {
    margin-bottom: 10px;
}

#historycontainer {
    padding: 20px 40px 30px 40px;
}
#historycontainer p {
}

.year {
    padding-top: 15px;
}
