/* MAIN CONTAINERS */
body {
    background: #eee;
    margin:  0;
    padding: 0;
    border: none;
}

.contents {
    background: white;
    /*background-image: url('../img/bg.png');*/
    width: 600px;
    margin: 0 auto;
    padding: 0 160px 10px 20px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    border-top: none;
}

h1.site-title {
    font-size: 36px;
}

h1.site-title a {
    color: black !important;
    text-decoration: none !important;
}

.flash {
    background: #ffa;
    text-align: center;

    font-size: 16px;
    line-height: 1.125;

    padding-top: 8px;
    padding-bottom: 8px;
    border: 1px solid red;
    margin-bottom: 18px;
}

.navigation {
    margin-right: -160px;
    width: 150px;
    float: right;
}

.navigation h2.menu-title {
    font-size: 16px;
    line-height: 1.125;
    
    padding: 0;
    margin: 0;
    border: none;
}

.submenu ul,
.menu ul {
	list-style: none;
}

.submenu {
    margin-top: 18px;
}

.submenu ul li,
.menu ul li {
	list-style: none;
}

.footer {
    color: #777;
    text-align: center;
}

.footer #footnote p {
    margin-bottom: 9px;
}

.footer #footnote {
    font-size: 8px;
    line-height: 1.125; /* 12pt * 1.5 = 9pt base line, half the normal.*/
    text-align: left;
}