* {
    font-family: "Garamond", serif;
}

body {
    background: url(../images/background-faded.jpg) #fff;
    background-position: top left;
    background-repeat: no-repeat;
    color: #333;
}

body.front {
    background: url(../images/background.jpg) #fff;
    background-position: top left;
    background-repeat: no-repeat;
}

#header {
    position: absolute;
    top: 17px;
    left: 13px;
}

#copyright {
    position: absolute;
    bottom: 0;
    right: 0;
    
    background: #fff;
    color: #aaa;
    
    font-size: .9em;
    margin: 5px;
}

.clearHeader {
    padding-top: 175px;
}

#content {
    position: absolute;
    top: 150px;
    left: 10px;
    right: 10px;
    margin-left: 2.5em;
}

#biglinks {
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    
    margin: 1em auto 2.5em auto;
}

body.front #biglinks a {
    margin: 0em .5em .5em;
}

#biglinks a {
    padding: .5em;
    margin: 1em 0 3em;
    
    display: inline;
    float: left;

    background: #fff;
    color: #000;

    text-decoration: none;
    
    display: block;

    border: solid 2px #666;
    -moz-border-radius: .7em;
    -webkit-border-radius: .7em;
    border-radius: .7em;
}

#biglinks a:hover {
    background: #ffffcc;
    color: #333;
}

#biglinks a small {
    display: block;
    font-size: .8em;
    font-weight: normal;
    
    color: #999;
}

h1 {
    font: bold 3em;
    text-align: center;
}

h2 {
    font: bold 2.2em;	
    clear: both;
}

h3 {
    background:inherit;
    color:#555555;

    font: bold 1.1 em;
    text-align:right;
}

div.notes {
    padding: 0em 1em;

    margin-right: 2.5em;
    margin-left: 1.5em;
    
    border: solid 2px #666;
    -moz-border-radius: .7em;
    -webkit-border-radius: .7em;
    border-radius: .7em;
}

div.notes * {
    text-align: left;
    text-indent: 1em;
    font-family: monospace;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

