body {
    margin: 0;
    padding: 0;
    background-image: url('../gfx/background.gif');
    font-family: 'Segoe UI','Tahoma','Arial';
    font-size: 12px;
    color: #303030;
}

#header {
    width: 480px;
    height: 92px;
    padding: 8px 30px 30px 332px;
    margin: 30px auto 0 auto;
    background: transparent url('../gfx/header.png') no-repeat 12px top;
}

h1, #address {
    margin-left: 70px;
    font-family: 'Calibri', 'Didact Gothic', 'Arial';
    font-weight: bold;
    text-align: center;
}

h1 {
    margin: 0 0 0 70px;
    font-size: 2.6em;
    line-height: 0.9em;
    color: #29146D;
}

h1 .subheader {
    font-size: 0.7em;
}

#address {
    font-size: 1.2em;
    color: #505096;
    line-height: 1.2em;
}

#nav {
    margin: 4px -5px 0 -5px;
    text-align: right;
}

#nav a {
    margin: 0 5px;
    font-family: 'Segoe UI','Tahoma','Arial';
    font-size: 1.3em;
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
    text-transform: uppercase;
    color: #D0DAEA;
    transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -ms-transition: color 0.3s;
}

#nav a.active, #nav a:hover {
    color: #FFFFFF;
}

#box_outer {
    width: 823px;
    padding: 20px 0 0 20px;
    margin: 0 auto;
    background: transparent url('../gfx/content_top.png') no-repeat 20px top;
}

#box_inner {
    width: 823px;
    padding-bottom: 37px;
    background: transparent url('../gfx/content_bottom.png') no-repeat left bottom;
}

#container {
    width: 800px;
    padding-right: 23px;
    background: transparent url('../gfx/content_shadow.png') repeat-y right top;
}

#wrapper {
    width: 778px;
    padding: 0 10px;
    border-left: 1px solid #404050;
    border-right: 1px solid #404050;
    background: #E0E0E0 url('../gfx/content_gradient.png') repeat-x left top;
}

#content {
    position: relative;
    width: 778px;
    min-height: 380px;
}

* html #content {
    height: 380px;
}

#content > *:first-child {
    margin-top: 0;
}

#footer_outer {
    width: 772px;
    margin-top: 10px;
    padding-left: 6px;
    background: transparent url('../gfx/footer_left.png') no-repeat left top;
}

#footer_inner {
    width: 766px;
    padding-right: 6px;
    background: transparent url('../gfx/footer_right.png') no-repeat right top;
}

#footer {
    width: 766px;
    height: 22px;
    border-top: 1px solid #A0A0A6;
    border-bottom: 1px solid #A0A0A6;
    background-color: #C0C0C0;
    font-size: 0.8em;
    color: #404040;
    line-height: 1.05em;
}

#footer div {
    width: 153px;
    float: left;
    text-align: center;
}

#footer div.first {
    text-align: left;
}

#footer div.last {
    text-align: right;
}

#footer a {
    color: #101010;
    font-style: normal;
    text-decoration: none;
}

#footer a:hover {
    font-weight: bold;
}