/* Main */
body {
    margin: 0;
    font-family: sans-serif;
    line-height: 1.8em;
    background: #1e2227 url(http://www.bir-1.com/cr) repeat;
}

/* Container */
#container {
    margin: 0 auto 0 auto;
    width: 874px;
}

/* Header */
#header {
    margin: 0;
    padding: 0;
    border: 1px solid #1e2227;
    height: 95px;
    text-align: center;
    background: url(images/header.png) no-repeat;
}

#header h1 {
    color: #394453;
    position: relative;
    top: 5px;
    font-style: italic;
    font-size: 48px;
} * html #header h1 {top: 29px;}
*+html #header h1 {top: 29px;}

/* Layout */
#content {
    background: url(images/content.png) repeat-x #727984;
    margin: 0;
    padding: 0 10% 0 10%;
    border-top: 1px solid #1e2227;
    color: white;
}

/* Menu */
#menu {
    text-align: center;
    font-family: sans-serif;
}

#menu ul {
    padding: 1em 0 0 0;
    margin: 0;
    list-style-type: none;
}

#menu ul li {
    display: inline;
    border-right: 1px solid black;
    padding: 0 1em 0 1em;
}

#menu ul li.end {
    border: none;
}

#menu ul li a {
    font-size: 1.2em;
}

/* Formatting */
a {
    font-weight: bold;
    color: #ffe400;
}

h2 {
    font-family: garamond, sans-serif;
    font-size: 1.2em;
    font-style: italic;
    display: block;
    border-bottom: 1px solid #e0e0e0;
    padding-left: 1em;
}

#footer {
    text-align: center;
    font-size: 0.8em;
    color: #a5a5a5;
}

p.bottom {
    color: #3c4681;
    font-weight: bold;
    text-align: center;
    font-size: 1.4em;
    font-style: italic;
}

#logo {
    color: #3c4681;
    font-weight: bold;
    text-align: center;
    font-size: 1.4em;
    font-style: italic;
}

#logo a {
    font-size: 1.2em;
}

#links {
    text-align: center;
    font-size: 0.8em;
}

/* Bottom Frame */

#bottomframe {
    background: url(images/bottomframe.png) no-repeat;
    height: 17px;
}