body {
	margin: 0;
	padding: 0;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
    background-color: #32281F;
    color: #fff;
}

a, a:link, a:visited {
    font-size: inherit;
	color: #B6A571;
	font-weight: inherit;
	text-decoration: inherit;
}

h1, h2, h3, h4 {
    margin: 5pt 0pt 10pt 0pt;
}

h2 {
    font-size: x-large;
    font-weight: bold;
}

div#header {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

div#header a img {
    border: none;
}

div#footer {
    width: 100%;
    text-align: center;
    font-size: 9px;
    margin-top: 10px;
}

div#content {
    width: 100%;
    text-align: center;
}

div#content p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

div#content ul {
    width: 50%;
    margin: 0pt auto;
    padding: 0;
    list-style: none;
    text-align: left;
}

div#navigation-bar {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

div#footer a {
    text-decoration: none;
}

div#navigation-bar ul {
    margin: 0px auto;
    padding: 0;
    list-style-type: none;
}

div#navigation-bar ul li {
    display: inline;
}

div#navigation-bar ul li a img {
    border: none;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

