html {
    height: 100%;
    min-height: 100%;
    width: 100%;
}

body {
    background-color: #000000;
    height: 100%;
    min-height: 100%;
    text-align: center;
}

img {
    border: none;
}

#mtl_profile {
    float: left;
    top: 78px;
}

#flag {
    position: absolute;
    left: 220px;
    top: 250px;
}

#wrap {
    position: absolute;
    top: 0px;
    left: 0;
    margin: 0px auto;
    right: 0;
    width: 980px;
}

#container {
    position: absolute;
    top: 0px;
    left: 0;
    margin: 0px auto;
    right: 0;
    width: 490px;
    background-color: #000000;
    text-align: left;
}

#map {
    text-align: left;
    margin: 0px auto;
    border: 0;
    width: 420px;
    background-color: #000000;
}

#commentfield {
    text-align: left;
    margin: 0px auto;
    border: 0;
    width: 470px;
    background-color: #000000;
}

#leftlist {
    float: left;
    text-align: right;
    width: 270px;
    background-color: #000000;
}

#rightlist {
    float: left;
    text-align: left;
    width: 220px;
    background-color: #000000;
}

#coverleft {
    float: left;
    text-align: right;
    width: 150px;
    background-color: #000000;
}

#leftad {
    float: left;
    width: 20%;
    top: 70px;
    text-align: right;
    background-color: #000000;
    font-family: verdan, arial;
    padding-right: 5px;
}

#rightad {
    float: right;
    width: 20%;
    top: 70px;
    text-align: left;
    font-family: verdan, arial;
}

form.c {
    text-align: left;
    margin-left: 1em;
    font-family: Verdana, Arial, Helvetica, sans-serif;;
    font-size: 10pt;
}

#vertstreet {
    position: absolute;
    height: auto;
    left: 48.5%;
    top: 336px;
    width: 16px;
    background-color: #393939;
}

#footer {
    float: left;
    height: 100%;
    min-height: 100%;
    width: 100%;
    bottom: 0;
    padding-bottom: 2%;
    padding-top: 20px;
    left: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 8.5px;
}

.rightjustified {
    float: left;
    width: 186px;
    color: #9a9a9a;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    margin-right: 38px;
    text-align: right;
    background-color: #000000;
}

.rightjustified2 {
    float: left;
    width: 186px;
    color: #9a9a9a;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    margin-right: 32px;
    text-align: right;
    background-color: #000000;
}

.leftjustified {
    float: left;
    width: 180px;
    color: #9a9a9a;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    margin-left: 10px;
    text-align: left;
    background-color: #000000;
}

.leftjustified2 {
    float: left;
    width: 180px;
    color: #9a9a9a;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: left;
}

.horstreet {
    margin: 0;
    padding: 0;
    float: left;
    width: 416px;
    background-color: #333333;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #c9c9c9;
    text-align: left;
    background-color: #393939;
}

h1, h2, h3, h4, h5, h6 {
    font-family: verdana, Helvetica;
    color: #c9c9c9;
}

p {
    color: #cccccc;
    font-size: 12px;
}

.plain {
    color: #ffffff;
    text-decoration: underline;
}

.bars {
    color: #ED1F24;
}

.restos {
    color: #F47721;
}

.boutiques {
    color: #1DAC4B;
}

ul {
    margin: 10px 20px;
    color: #c9c9c9;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
}

ul.a {
    margin: 10px 20px;
    color: #c9c9c9;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
}

li.nobullet {
    list-style-type: none;
    color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 7px;
    text-align: left;
}

ul.a li {
    margin-left: -46px;
    list-style-type: disc;
    color: #c9c9c9;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

.main {
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
}

.leftj {
    text-align: left;
    margin-left: 30px;
}

A.bars:link {
    color: #ED1F24;
    text-decoration: none;
}

A.bars:visited {
    color: #ED1F24;
    text-decoration: none;
}

A.bars:hover {
    color: #c9c9c9;
    text-decoration: none;
}

A.bars:active {
    color: #ED1F24;
    text-decoration: none;
}

A.restos:link {
    color: #F47721;
    text-decoration: none;
}

A.restos:visited {
    color: #F47721;
    text-decoration: none;
}

A.restos:hover {
    color: #c9c9c9;
    text-decoration: none;
}

A.restos:active {
    color: #F47721;
    text-decoration: none;
}

A.hotels:link {
    color: #FAE80B;
    text-decoration: none;
}

A.hotels:visited {
    color: #FAE80B;
    text-decoration: none;
}

A.hotels:hover {
    color: #c9c9c9;
    text-decoration: none;
}

A.hotels:active {
    color: #FAE80B;
    text-decoration: none;
}

A.boutiques:link {
    color: #1DAC4B;
    text-decoration: none;
}

A.boutiques:visited {
    color: #1DAC4B;
    text-decoration: none;
}

A.boutiques:hover {
    color: #c9c9c9;
    text-decoration: none;
}

A.boutiques:active {
    color: #1DAC4B;
    text-decoration: none;
}

A.orgs:link {
    color: #1D55A6;
    text-decoration: none;
}

A.orgs:visited {
    color: #1D55A6;
    text-decoration: none;
}

A.orgs:hover {
    color: #c9c9c9;
    text-decoration: none;
}

A.orgs:active {
    color: #1D55A6;
    text-decoration: none;
}

A.pluss:link {
    color: #813996;
    text-decoration: none;
}

A.pluss:visited {
    color: #813996;
    text-decoration: none;
}

A.pluss:hover {
    color: #c9c9c9;
    text-decoration: none;
}

A.pluss:active {
    color: #813996;
    text-decoration: none;
}

A.metro:link {
    color: #0080ff;
    text-decoration: none;
}

A.metro:visited {
    color: #0080ff;
    text-decoration: none;
}

A.metro:hover {
    color: #c9c9c9;
    text-decoration: none;
}

A.metro:active {
    color: #0080ff;
    text-decoration: none;
}

A.home:link {
    color: #c9c9c9;
    text-decoration: none;
}

A.home:visited {
    color: #c9c9c9;
    text-decoration: none;
}

A.home:hover {
    color: #ffffff;
    text-decoration: none;
}

A.home:active {
    color: #c9c9c9;
    text-decoration: none;
}

A.park:link {
    color: #86fe36;
    text-decoration: none;
}

A.park:visited {
    color: #86fe36;
    text-decoration: none;
}

A.park:hover {
    color: #c9c9c9;
    text-decoration: none;
}

A.park:active {
    color: #008000;
    text-decoration: none;
}

A.seventh:link {
    color: #FFFF99;
    text-decoration: none;
}

A.seventh:visited {
    color: #FFFF99;
    text-decoration: none;
}

A.seventh:hover {
    color: #c9c9c9;
    text-decoration: none;
}

A.seventh:active {
    color: #9a9a9a;
    text-decoration: none;
}

.paraText {
    color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.cover {
    color: #ffffff;
    text-decoration: none;
    font-family: verdana
}

A.cover:link {
    color: #ffffff;
    text-decoration: none;
}

A.cover:visited {
    color: #ffffff;
    text-decoration: none;
}

A.cover:hover {
    color: #9a9a9a;
    text-decoration: none;
}

A.cover:active {
    color: #ffffff;
    text-decoration: none;
}

.Ccat {
    background-color: #ffffff;;
    padding: 1px 10px;
    color: #000 !important
}

