* {
    margin: 0;
    padding: 0;
}
body {
    font-family: calibri, tahoma, geneva, sans-serif;
    text-align: center;
    background: #FAFAFA;
}
h1 {
    height: 150px;
    color: white;
    background: url('../img/field.png') no-repeat;
    padding-left: .5em;
}
a {
    text-decoration: none;
    color: #191970;
}
a:hover {
    text-decoration: underline;
    background: #F0F4F5;
}
p {
    padding-bottom: 1em;
}

#body {
    width: 900px;
    margin: 0 auto;
    text-align: left;
    border: solid #cccccc;
    border-width: 0 1px 1px 1px;
    background: white;
}
#top_nav {
    list-style: none;
    border: solid #cccccc;
    border-width: 0 0 1px 0;
}
#top_nav li {
    float: left;
}
#top_nav a {
    display: block;
    padding: .25em 1.5em;
    border: solid #cccccc;
    border-width: 0 1px 0 0;
    font-size: 1.3em;
}
#top_nav li.x {
    float: none;
}
#top_nav li.x a {
    border: none;
}
#top_nav li.x a:hover {
    text-decoration: none;
    background: white;
}


#content {
    clear: both;
    background: url('../img/shadow.png') repeat-x bottom;
    padding: 1em;
}

#links {
    float: right;
    width: 200px;
    border: solid #cccccc;
    border-width: 0 0 0 1px;
    padding: 1em 2em;
    font-size: .8em;
    margin: 0 0 1em 1em;
}


