#mainstuff {
   width: 100%;
   margin-top: 50px;
   margin-bottom: 40px;
   height: 440px;
}

#mainleftbox {
    width: 285px;
    float: left;
}

#mainleftbox img {
    margin: 30px 0 0 5px;
}

#mainrightbox h1 {
    font-size: 2em;
}

#mainrightbox {
    float: right;
    width: 355px;
}

#homemenu { 
    width: 355px;
}

#homemenu ul {
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#homemenu li {
    height: 63px;
    width: 350px;
}

#homemenu img{
    border: none;
    padding: 0;
    background: white;
}

#homemenu a:hover img{ background: #e8e8e8; }
#homemenu a:active img{ background: #d8d8d8; }

#homemenu a{
   height: 60px;
   width: 350px;
}

#certificate img {
    float: left;
    border: 1px solid #aaa;
    padding: 0;
    background: white;
    height: 120px;
    margin: 0 10px 20px 10px;
}

#footstuff{
    text-align: right;
}