#frontpagecells > div {
    border:1px solid #666666;
    height:350px;
}

#loginform {
    float:right;
    border:2px solid #CCCCCC;
    background-color:white;
    margin:-1in 1em 1em 1em;
}

#navbar {
    width:75%;
}

/* note the use of % margin and width, to be responsive to screen size and changes */
#frontpagecells .mainfiller {
    height:200px;
    width:80%;
    margin:0 10% 0 10%;
}

#frontpagecells h3 {
    text-align:center;
    font-size:15px;
}

input[type="text"],input[type="password"] {
    width:1.75in;
}
