body {
    font-family: arial, sans-serif, helvetica;
    background: #ffffff url(../img/main/top_bgr.png) top left repeat-x;
    font-size: 16px;
    margin: 0;
    padding: 0;
    text-align: center;
}

a {
    color: #66cc00;
}

li {
    font-size: 12px;
}


h1 {
    color: #999999;
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: left;
    text-decoration: none;
}

h2 {
    font-size: 18px;
    color: #999999;
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
}

h3 {
    font-size: 14px;
    color: #999999;
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
}

p {
    color: #000000;
    font-family: arial, sans-serif, helvetica;
    font-size: 12px;
    margin: 0 0 15px 0;
}

#wrapper {
    position: relative;
    background: #ffffff url(../img/main/header_right.png) top right no-repeat;
    padding-right: 11px;
    text-align: left;
    width: 695px;
    margin: 0 auto;
}

#banner {
    background-color: #6c6c6c;
    position: relative;
    height: 199px;
    padding: 0 1px;
}

#logo {
    position: relative;
    background-color: #000000;
    width: 100%;
    height: 100px;
}

#strapLine {
    font-family: serif;
    float: right;
    margin-top: 50px;
    margin-right: 20px;
    font-size: 16px;
    font-style: italic;
    color: #ffffff;
}

#logo .logo {
    margin: 12px 0 0 20px;
}

#menu {
    font-family: serif;
    position: relative;
    background: #ffffff url(../img/main/navbar.png) top left no-repeat;
    width: 102%;
    height: 35px;
}

ul#navlist {
    list-style-type: none;
    margin: 0 0 0 11px;
    padding: 0;
}

#navlist li {
    float: left;
    font-size: 14px;
    text-align: center;
}

#navlist li a {
    display: block;
    font-style: italic;
    color: #ffffff;
    text-decoration: none;
    width: 75px;
    height: 24px;
    line-height: 24px;
}

#navlist li a:hover, #navlist li a.current {
    background-color: #cacaca;
}

#topBorder {
    background: #ffffff url(../img/main/mainContent_top.png) top left no-repeat;
    width: 100%;
    height: 10px;
}

#bottomBorder {
    background: #ffffff url(../img/main/mainContent_bottom.png) top left no-repeat;
    width: 100%;
    height: 10px;
}

#content {
    background: #ffffff url(../img/main/mainContent_background.png) top left repeat-y;
    padding: 15px;
    line-height: 1.3em;
}

#footer {
    margin: 5px 0;
    font-size: 11px;
    text-align: center;
}

.right {
    float: right;
}

a img {
    border: 0;
}
