/**
 */
a {
    color: #c00;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
body {
    font-family: "Verdana", "Tahoma", "Arial";
    font-size: 90%;
    background-color: #000;
    margin: 0;
}
h1 {
    font-family: "Trebuchet MS", "Tahoma", "Verdana", "Arial";
    border-bottom: 1px solid #c00;
    margin-top: 0;
    padding-bottom: 3px;
    font-size: 125%;
}
h2 {
    font-family: "Trebuchet MS", "Tahoma", "Verdana", "Arial";
    margin-top: 0;
    font-size: 110%;
}
img {
    border: 0;
}

/**
 *
 */
#wrapper {
    margin: 0 auto 0 auto;
    width: 800px;
}
#header {
    background: #e9e9de url('/_img/_layout/bg_content_bottom.png') bottom no-repeat;
    margin: 0 0 10px 0;
}
#blurb {
    float: right;
}
#nav {
    background: #300 url('/_img/_layout/bg_nav_top.png') top no-repeat;
    padding: 10px 0 10px 0;
    text-align: center;
}
#content {
    background: #e9e9de url('/_img/_layout/bg_content_bottom.png') bottom no-repeat;
    line-height: 1.5;
    padding: 20px;
    text-align: justify;
}
#left {
    background-color: #dedecd;
    float: left;
    padding: 10px;
    width: 160px;
}
#right {
    margin-left: 200px;
}
#footer {
    color: #fff;
    font-size: 70%;
    padding: 5px 5px 10px 0;
    text-align: right;
}

/**
 *
 */
#nav ul,
#left ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#nav ul li {
    display: inline;
}
#nav ul li a {
    color: #fff;
    font-family: "Arial", "Tahoma", "Verdana";
    font-size: 110%;
    font-weight: bold;
    padding: 10px 14px;
    text-decoration: none;
}
#nav ul li a:hover {
    background: #300 url('/_img/_layout/bg_nav_hover.png') repeat-x;
}
#left ul li {
    font-family: "Arial", "Tahoma", "Verdana";
    font-weight: bold;
    margin-bottom: 5px;
}

/**
 *
 */
img.boxout {
    background-color: #000;
    border: 2px solid #c00;
    margin: 0 0 10px 20px;
    padding: 2px;
}
.boxout { margin: 0 0 10px 20px; padding: 2px; }
.clear { clear: both; }
.clear-r { clear: right; }
.f-right { float: right; }
.small { font-size: 79.9%; line-height: 1.3em; }
.t-center { text-align: center; }
#left-half-width { float: left; padding: 0 2% 0 0; width: 48%; }
#right-half-width { float: left; width: 50%; }

form#contact table td {
    vertical-align: top;
}
form#contact label {
    display: block;
    margin-right: 10px;
    text-align: right;
    width: 100px;
}
form#contact input.wide,
form#contact textarea {
    font-family: "Verdana", "Tahoma", "Arial";
    font-size: 100%;
    padding: 2px;
    width: 330px;
}

div.errs { background-color: #fcc; border-top: 1px solid #f00; border-bottom: 1px solid #f00; margin: 10px 0; padding: 0.1em; }
div.info { background-color: #cfc; border-top: 1px solid #0f0; border-bottom: 1px solid #0f0; margin: 10px 0; padding: 0.1em; }
