body {
    background: #EDEDED url('../images/bg.png') repeat-x;
    color: #333;
    font-family: 'Arial', sans-serif;
    margin: 0px;
    text-align: center;
}
body, table {
    font-size: 12px;
}
div#wrapper {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
div#header {
    background: url('../images/header-top.png') no-repeat;
    padding-top: 54px;
}
img#logo {
    float: left;
}
div#menu {
    float: right;
    width: 576px;
}
div#menu a {
    float: left;
    height: 38px;
    text-indent: -9999px;
}
a#btn_about   { width: 98px ; background: url('../images/btn_about.png'); }
a#btn_login   { width: 114px; background: url('../images/btn_login.png'); }
a#btn_contact { width: 109px; background: url('../images/btn_contact.png'); }
a#btn_home    { width: 72px ; background: url('../images/btn_home.png'); }
a#btn_about:hover   { background: url('../images/btn_about_a.png'); }
a#btn_login:hover   { background: url('../images/btn_login_a.png'); }
a#btn_contact:hover { background: url('../images/btn_contact_a.png'); }
a#btn_home:hover    { background: url('../images/btn_home_a.png'); }
div#body {
    background: #ffffff;
    padding: 0px 26px;
    clear: both;
}
div#banner {
    height: 223px;
    background: url('../images/banner.png') no-repeat;
}
div#banner img {
    padding-left: 20px;
}
div#banner_text {
    margin-left: 32px;
    padding-top: 66px;
    margin-right: 200px;
    font-size: 12px;
}
div#banner_text p {
    line-height: 120%;
    padding-bottom: 13px;
}
div.box {
    float: left;
    width: 211px;
    font-size: 11px;
    line-height: 120%;
    margin-right: 21px;
}
div.box img {
    display: block;
    margin-bottom: 6px;
}
div.box_text {
    padding: 2px;
    height: 50px;
}
a.btn_more {
    display: block;
    height: 31px;
    background: url('../images/btn_more.png');
    margin-bottom: 40px;
    margin-top: 6px;
}
div#footer_wrapper {
    height: 132px;
    background: url('../images/footer.png');
    text-align: center;
}
div#footer {
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 910px;
    color: #ccc;
    font-size: 11px;
}
a {
    color: #D71921;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
h1 {
    font-family: 'Arial', sans-serif;
    font-size: 18px;
    color: #d71921;
    text-transform: uppercase;
    padding-bottom: 20px;
}
h2 {
    font-size: 15px;
    padding-bottom: 14px;
}
p {
    line-height: 140%;
    padding-bottom: 14px;
}
ul {
    list-style: square;
    padding-left: 14px;
    padding-bottom: 7px;
}
li {
    padding-bottom: 7px;
}
hr {
    clear: both;
    height: 4px;
    background: #eee;
    color: #eee;
    border: 0px;
    margin-top: 6px;
    margin-bottom: 20px;
}
img.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}
div.content {
    padding: 0px 30px;
}
div#emergency {
    color: #d71921;
    font-size: 24px;
}
div#award {
    float: left;
    width: 240px;
    height: 40px;
    line-height: 120%;
    padding: 10px;
    font-weight: bold;
    background: #E7BEBE;
    border: 1px solid #CC0000;
}

