#footer a {
    background-color: #8FCC28;
    color: #FFFFFF;
    text-decoration: none;
    padding: 3px;
}
#map a img { border: none; background:none; }
.clear-line {
    clear: both;
}

#main_wrapper {
    width: 900px;
    margin: auto;
    font-family: Helvetica, Arial, sans-serif;
    margin-top: 20px;
}
#home_wrapper {
    width: 900px;
    margin: auto;
    padding-top: 150px;
    font-family: Helvetica, Arial, sans-serif;
}
#home_wrapper #description a {
    color: #000;
    font-weight: bold;
}
#navigation {
    text-align: center;
    border-top: 1px dotted #CCC;
}
#navigation ul {
    margin: 20px 0 30px 0;
    list-style-type: none;
}
#navigation ul li {
    display: inline;
    font-weight: bold;
    font-size: 11px;
    margin: 0 2px;
}
#navigation ul li a {
    background: #A6A6A6;
    color: #FFF;
    text-decoration: none;
    padding: 5px;
    text-transform: uppercase;
}
#navigation a.next {
    background-color: #8FCC28;
}

#main_wrapper h1 {
    font-size: 20px;
}


#map {
    float: left;
    width: 400px;
    padding-right: 25px;
    margin-top: 20px;
}
#description {
    float: left;
    width: 400px;
    border-left: 1px dotted #CCCCCC;
    padding: 20px 0 20px 25px;
}
#description h1 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
}
#description p {
    font-size: 12px;
    line-height: 1.5em;
    color: #333;
    margin-bottom: 16px;
}


#footer {
    margin-top: 30px;
    text-align: center;
    font-size: 11px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #CCC;
    margin-bottom: 20px;
}

