#masthead {
        width: 775px;
}

#nav {
        float: left;
        width: 150px;
}

#content {
        float: left;
        margin-left: 20px;
        width: 475px;
}

#sidebar {
        float: left;
        margin-left: 20px;
        width: 150px;
}
        
#footer {
        width: 775px;
        clear: both;
        text-indent: 12px; 
}

#logo {
		width: 150px; 
		margin-top: 25px;
}

#button {
        background-color: aqua;
        padding: 2px; 
        width: 100px;
        text-align: left;
        text-indent: 5px;
        margin: 3px; 
        border-width: 2px;
        border-style: outset;
        border-color: aqua;
}
        

#h1 { 
		color : #329932; 
}

#p { 
		font-variant : small-caps; 
		color : #993232; 
}

footertext {
        font-style: italic; 
}
