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

body {
    background: url(../images/open-golf-venues.jpg);
    font-family: "Trebuchet MS";
    color: #212121;
}

div#main_wrapper {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    width: 839px;
    min-height: 400px;
    height: auto !important;
    height: 400px;
    background: #ffffff
}

div#top {
    position: relative;
    top: -20px;
    left: 0px;
    width: 839px;
    height: 132px;
    background: url(../images/open-golf-top-transparent.gif);
}

ul#top_navigation {
    list-style-type: none;
    overflow: hidden;
    width: 100%;
    font-size: 11px;
    font-weight: bold;
    margin-left: 120px;
    padding-top: 70px;
    color: #1a4c05;
}

ul#top_navigation li {
    display: inline;
    float: left;
    margin-right: 4px;
}

ul#top_navigation a:link, ul#top_navigation a:hover, ul#top_navigation a:visited {
    color: #1a4c05;
}

ul#top_navigation a:hover {
    text-decoration: none;
}

div#column_wrapper {
    overflow: hidden;
    position: relative;
    top: -20px;
}

div.column {
    float: left;
}

div#left_column {
    
    padding-left: 16px;
    width: 180px;
}

div#left_column h1 {
    font-size: 12px;
    padding-left: 6px;
    margin-bottom: 8px;
}

ul#left_navigation {
    list-style-type: none;
    font-size: 12px;
    font-weight: bold;
}

ul#left_navigation li {
    margin-bottom: 5px;
}

ul#left_navigation li#current {
    display: block;
    padding-left: 6px;
    padding-top: 1px;
    padding-bottom: 1px;
    width: 150px;
    background: #2e8900;
    color: #ffffff;
}

ul#left_navigation a:link, ul#left_navigation a:hover, ul#left_navigation a:visited {
    text-decoration: none;
    display: block;
    padding-left: 6px;
    padding-top: 1px;
    padding-bottom: 1px;
    width: 150px;
    color: #212121;
}

ul#left_navigation  a:hover {
    background: #2e8900;
    color: #ffffff;
}

div#right_column {
    
    width: 610px;
    min-height: 300px;
    height: auto !important;
    height: 300px;
}

div#bottom {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;

    background: url(../images/open-golf-bottom.gif) left top no-repeat;
    width: 839px;
    height: 22px;
    
}

div#breadcrumbs {
    font-size: 12px;
    color: #212121;
    margin-bottom: 10px;
}

div#breadcrumbs a:link, div#breadcrumbs a:hover, div#breadcrumbs a:visited {
    color: #212121;
    
}

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

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

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

div#content h4 {
    font-size: 14px;
    margin-bottom: 3px;
    padding-top: 8px;
}

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

div#content h1 img {
    padding: 0px;
}

div#content img {
    padding: 8px;
}

div#content ul {
    font-size: 13px;
    line-height: 17px;
    margin-left: 40px;
    list-style-image: url(/images/bullet-open-golf.gif);
}

div#footer {
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    width: 839px;
    text-align: right;
    padding-right: 150px;
    padding-bottom: 30px;
}

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

h2 a {
    color: #0000ff;
}