body {
    background-color: #132438;
    background-image: url(images/page_bg.png);
    background-position: top;
    background-repeat: repeat-x;
}
p {
    font-family: Times new roman, serif;
    font-size: 15px;
    line-height: 22px;
    color: #000;
}
a:link {
    color: #FFF;
    text-decoration: none;
}
a:visited {
    color: #FFF;
    text-decoration: none;
}
a:hover {
    color: #93b0d7;
    text-decoration: underline;
}
a:active {
    color: #FFF;
    text-decoration: underline;
}
h1 {
    font-family: Helvetica, Sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 44px;
}
h2 {
    font-family: Helvetica, Sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: -4px;
}
#header {
    background-color: #132438;
    background-image: url(images/header.png);
    background-position: top;
    background-repeat: no-repeat;
    height: 143px;
}
#menu {
    height: 42px;
    margin-top: 40px;
}
#menu li {
    display: inline;
    float: left;
    margin: 0px;
    padding: 0px;
}
#content ul {
    margin-top: -15px;
}
#download {
    height: 29px;
    margin-top: 2px;
}
#download img {
    padding-left: 20px;
}
#content {
    background-color: #93b0d7;
    background-image: url(images/content_bg.png);
    background-position: top;
    background-repeat: repeat-x;
    padding-bottom: 10px;
}
#left {
    padding-top: 25px;
}
div .col_left {
    background-color: #7795be;
    background-image: url(images/fake_padd.png);
    background-position: left;
    background-repeat: repeat-y;
    padding-top: 5px;
    padding-bottom: 3px;
    padding-right: 10px;
    padding-left: 20px;
    margin-bottom: 10px;
}
#right {
    padding-top: 25px;
}
div .col_right {
    background-color: #7795be;
    background-image: url(images/fake_padd.png);
    background-position: right;
    background-repeat: repeat-y;
    padding-top: 5px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 20px;
    margin-bottom: 10px;
}
