*, html {
    padding: 0;
    margin: 0;
}

html {
    min-height: 100%;
    margin-bottom: 1px;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 67.5%;
}

body {
    font-size: 1.2em;
    background-color: #000000;
}

#container {
    width: 880px;
    margin: auto;
    margin-top: 30px;
    border: 1px #cccccc solid;
    background-color: #ffffff;
}

#header {
    width: 100%;
    border-bottom: 2px #000099 solid;
}

#header h1 {
    width: 269px;
    height: 110px;
    position: relative;
    font-size: 1.5em;
    float: left;
    margin-right: 10px;
}

#header h1 img {
    position: absolute;
    top: 0;
    left: 0;
}

#header img {
    float: right;
    margin: 0;
}

#content {
    background-image: url(../images/background.jpg);
    background-repeat: repeat-x;
    min-height: 450px;
    font-size: 0.8em;
    padding-top: 10px;
}

#sideBar {
    float: right;
}

#footer {
    background-image: url(../images/footer.png);
    background-repeat: repeat-x;
    height: 41px;
    clear: both;
}

#footer p {
    float: right;
    width: 30%;
    padding: 10px;
    text-align: right;
}

#footer a:link, #footer a:visited {
    color: #ffffff;
    text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

#footerNav {
    padding: 10px 0 0 10px;
}

#footerNav li {
    display: inline;
}

img {
    border: none;
    margin-left: 10px;
}

.paragraphContainer {
    background-image: url(../images/paragraphBackground.png);
    width: 249px;
    height: 247px;
    float: left;
    /*margin: 20px;
    margin-bottom: 2px;*/
    margin: 0 10px 2px 20px;
}

.paragraphContainer p {
    margin: 10px 12px 0 12px;
}

.paragraphContainer ul {
    list-style-type: none;
    margin: 10px 12px 0 12px;
}

.paragraphContainer li {
    margin-bottom: 5px;
}