﻿body {
    background: #fff none;
    color: #000;
    font-family: Trebuchet MS;
    font-size: 14px;
}

h1, h2 { color: #e00b0b; }

h1 { font-size: 20px; }
h2 { font-size: 18px; }

#mainWrapper {
    border: 1px solid #2b69b2;
    display: table;
    margin: 20px auto;
    width: 800px;
}

#header {
    background: #2b69b2 url('_img/head-1.jpg');
    clear: both;
    height: 160px;
    padding: 20px;
    width: 760;
}

#content {
    background: #7ea7d9 none;
    clear: both;
    display: inline-table;
    width: inherit;
}

#leftContent {
    background: #fff none;
    float: left;
    min-height: 400px;
    padding: 0 20px;
    width: 510px;
}

#nav {
    display: table;
    text-align: right;
    width: inherit;
}

#nav ul {
    display: inline;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#nav ul li {
    display: inline;
    list-style: none;
    padding: 5px;
}

#nav a:link,
#nav a:visited,
#nav a:hover,
#nav a:active  {
    font-size: 14px; 
    font-weight: bold;
}

#nav a:link,
#nav a:visited,
#nav a:active {
    color: #0e3c74;
    text-decoration: none;
}

#nav a:hover  {
    color: #e00b0b; 
    text-decoration: underline;
}

#rightContent {
    background: transparent;
    float: right;
    padding: 0 20px;
    width: 210px;
}
#rightContent h2 {
    text-align: center;
}

#footer {
    clear: both;
    display: table;
    margin: 0 auto;
    width: 800px;
}
#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
    color: #2b69b2;
    font-weight: bold;
    text-decoration: none;
}