p {
    font-size: 1.5em;
    margin-bottom: 1em;
}

h1 {
    font-size: 3em;
    margin-bottom: 0.25em;
}

#header {
    align: center;
    margin-bottom: 2em;
    margin-top: 2em;
}

#container {
    width: 800px;
    margin-left: auto;
    margin-right:auto;
}

#sidebar {
    float: left;
    width: 170px;
    margin-top: 4em;
}

.sidebarlinks {
    list-style-type: none;
    font-size: 1.8em;
    text-align: left;
    font-weight: bold;
    line-height: 1.6em;
    margin-left: 2em;
    letter-spacing: 0.2em;
}

.sidebarlinks:hover {
    list-style-image: url(/media/images/hook20px.png);
}

.sidebarlinks a {
   text-decoration: none;
}

.sidebarlinks a:link, .sidebarlinks a:visited {
    color: #CC0000; 
}

#main {
    margin-left: 180px;
}

#mainimg {
    float: left;
    margin-right: 1em;
    border: 1px solid black;
    width: 300px;
}

#spacer {
    height: 2em;
    clear: both;
}

#footer {
    text-align: center;
    font-variant: small-caps;
    font-size: 1.3em;
    line-height: 1.3em;
    clear: both;
    
}