@import url(reset.css);

body {
    background: #C5E8EC url(../images/header_bg.png) repeat-x;
    font: 15px Arial, Helvetica, sans-serif;
    min-height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

html{
overflow-y: scroll;
}
* html body {
    height: 100%;
}

a, a:visited {
    color: #744040;
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: underline;
}

.header {
    color: white;
    min-height: 120px;
    width: 960px;
    margin: 0 auto;
    position: relative;
}

h2, h3, h4, h5 {
    line-height: 1em;
    margin-bottom: 1em;
    font-weight: normal;
    border-bottom: 1px solid #542120;
    color: #542120;
}

h2 {
    font-size: 1.5em;
    border-bottom: 1px solid #542120;
    color: #542120;
}

h3 {
    margin: 1em 0 0 0;
    font-size: 1.25em;
}

h4 {
    margin-top: 0.9em;
    font-size: 1.1em;
}

h5 {
    border-bottom-style: dashed;
}

strong, b {
    font-weight: bold;
}

em, i, cite {
    font-style: italic;
}

sup {
    vertical-align: super;
    font-size: .8em;
}

.container {
    margin: 0 auto;
    width: 680px;
    padding: 0 0 70px 280px;
}

html > body .container {
    overflow: hidden;
}

.menu {
    width: 256px;
    padding: 20px 0 20px 20px;
    float: left;
    margin-left: -280px;
    display: inline;
}

.menu li {
    list-style: none;
    text-align: center;
    margin-bottom: 2px;

}

.menu li a {
    background: #383c3f;
    color: #fff;
	border-top-left-radius: 12px;
	border-bottom-right-radius: 12px;    
	display: block;
    width: 240px;
    padding: 8px;
}
.menu li a:hover, .menu li a:focus {
    background: #222527;
}
.menu li img {
    vertical-align: top;
}

* html .menu li a {
    padding-bottom: 4px;
}

.content {
    float: left;
    padding: 20px 0 20px 20px;
    width: 620px;
    font-weight: normal;
    color: #000;
    margin-bottom: 1em;
    font-size: 1em;
    display: inline;
}

.content p, .content ul, .content ol {
    margin: 1em 0;
}

.content table {
    clear: both;
}

.content th {
    font-weight: bold;
    font-size: 1.1em;
    padding: 0 .5em;
}

.content td {
    padding: 0 .5em;
}

.content li {
    margin-left: 40px;
}

.content li li {
    margin-left: 20px;
}

.content ul {
    list-style: circle;
}

.content ol {
    list-style: decimal;
}

.content ol ol {
    list-style: lower-alpha;
}

.content ol ol ol {
    list-style: lower-roman;
}

.content ol li {
    margin-top: .5em;
}

#participants {
    background: url(../images/table_bg.png);
    overflow: auto;
    height: 100%;
    border: 1px solid #DBC6BE;
}

#participants li {
    width: 40%;
    list-style: none;
    margin-top: 0;
    text-indent: .5em;
    float: left;
}

.published {
    float: right;
}

.centerpeice {
    float: left;
    border: 7px solid #fff;
    margin-right: 20px;
}

.footer {
    min-height: 80px;
    width: 100%;
    background: #272B2E url(../images/footer_bg.png) repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer p {
    color: #FFFFFF;
    max-width: 960px;
    margin: 0 auto;
    font-size: 80%;
    padding: 30px 80px 0 80px;
}

.footer a {
    color: #fff;
}

.header h1 {
    position: absolute;
    bottom: 0;
    left: 18px;
}

.header .blurb {
    position: absolute;
    right: 45px;
    top: 5px;
}

.languages {
    position: absolute;
    left: 22px;
    background: #643636;
    padding: 7px 10px;
}

.languages li {
    display: inline;
    padding: 7px 0;
    font-size: 85%;
}

.languages a, .languages a:visited, .menu a, .menu a:visited {
    color: #fff;
}