* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: "Trebuchet MS", Verdana, sans-serif;
    background: #014864;
}



a:link, a:hover, a:visited {
    color: #0000ff;
}

a:hover {
    text-decoration: none;
}

div#main_wrapper {
    
    width: 832px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    background: url(/images/cycling-background-middle.jpg);
    
}

div#top {
    background: url(/images/cycling-background-top.jpg) no-repeat top center;
    width: 832px;
    min-height: 496px;
    height: auto !important;
    height: 496px;
    
    
}

div#header {
    height: 160px;
    width: 832px;
    position: relative;
}

div#header img#logo {
    position: absolute;
    top: 10px;
    left: 25px;
}

div#header div#banner_wrapper {
    width: 540px;
    height: 140px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #9a9a9a;
}

div#bottom{
    width: 832px;
    height: 22px;
    background: url(/images/cycling-background-bottom.jpg) no-repeat top center;
    margin-bottom: 20px;
}

div#left_column {
    float: left;
    width: 180px;
    padding-top: 10px;
}


ul#navigation {
    margin-left: 36px;
    /*list-style-image: url(/images/stp-bullet-n.gif);*/
    list-style-type: none;
    width: 95px;
}

ul#navigation a:link, ul#navigation a:hover, ul#navigation a:visited {
    color: #ffffff;
    text-decoration: none;
}

ul#navigation li {
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    margin-bottom: 2px;
    border-bottom: 1px solid transparent;
    
}

ul#navigation li:hover {
    border-bottom: 1px solid #ffffff;
   
}

div#right_column {
    
    float: left;
    width: 630px;
    min-height: 360px;
    height: auto !important;
    height: 360px;
    margin-top: 20px;
    
}

div#content {
    background: #ffffff;
    min-height: 310px;
    height: auto !important;
    height: 310px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

div#content h1 {
    font-size: 20px;
    margin-bottom: 8px;
}

div#content h2 {
    font-size: 18px;
    margin-bottom: 3px;
    margin-top: 8px;
}

div#content h3, div#content h4 {
    font-size: 16px;
    margin-bottom: 3px;
    margin-top: 8px;
}

div#content p {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 18px;
}

div#content ul {
    margin-left: 20px;
    margin-top: 5px;
}

div#content img {
    margin: 8px;
}

div#content table {
    font-size: 13px;
}

div#content.home {
    color: #ffffff;
    background: none;
}

div#content.home h1 {
    color: yellow;
}


div#footer {
    text-align: center;
    font-size: 11px;
    margin-bottom: 10px;
    color: #727272;
    padding-left: 25px;
    padding-right: 25px;
}

div#footer p {
    margin-bottom: 3px;
}

div#footer a:link, div#footer a:hover, div#footer a:visited {
    color: #727272;
    text-decoration: underline;
}

div#footer a:hover {
    text-decoration: none;
}

div#footer p#cycling {
    text-align: left;
}

div#unsubscribe_form {

}

div#unsubscribe_form p {
    clear: both;
    overflow: hidden;
}

div#unsubscribe_form label{
    float: left;
    width: 70px;
    padding-top: 2px;
}

div#unsubscribe_form input {
    float: left;
    width: 200px;
    border: 1px inset;
}

div#unsubscribe_form input.submit {
    width: 100px;
    height: 20px;
    border: 1px outset;
    margin-left: 70px;
}