/* Body styling */
body {
    margin: 0; text-align: center; background-color: #3cc;
    font-family: "Georgia", serif;
}
body * { box-sizing: border-box; }



/* Content styling */
#container {
    display: inline-block; text-align: left; width: 620px;
    background-image: url("Graphics/bg.gif");
}

#top {
    height: 150px; padding: 8px; text-align: right;
    background-image: url("Graphics/top.gif");
    background-repeat: no-repeat;
}

#content { padding: 0 16px; }

h2 { text-align: center; font-family: "Verdana", sans-serif; color: #033; }
p { text-align: center; } .blurb { text-align: justify; }
a { color: #306; }
ul { list-style-image: url("Graphics/bullet.gif"); }

#cred {
    padding: 16px; text-align: center; font-size: small;
    background-color: #066; color: white;
}
