/*
File:			custom.css
Description:	Custom styles for Thesis
*/

html { overflow-y:scroll; }  

body.custom {
    background: #336699;
}

.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 0.3em;
    background: #000;
    border: 0.4em solid #ffdd55;
}


.custom #header { height: 110px; padding: 0; margin-left: 3px; background-color: #ffffff; }

