body {
    margin: 0px;    
    padding: 0px;
    height: 100%;
    background-image: url("images/gradient-background-grey.jpg");
    background-repeat: repeat-x;
    font-family: Arial, Helvetica, sans-serif;
}

div#header {
    width: 100%;
}

div#headertop {
    xbackground-color: lightyellow;
}

div#header a:link, div#header a:visited {
    color: white;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    xfont-weight: bold;
}

div#navigation {
    width: 100%;
    text-align: center;
    padding: 6px 0px 6px 0px;
    xbackground-color: lightyellow;
}
div#navigation a:hover {
    color: yellow;
}

div#navigation .nav {
    margin-right: 20px;
   
}

.city-anchor {
    padding: 0px 10px 0px 10px;
    text-decoration: none;
    font-size: 12px;
    white-space: nowrap;
    color: white;
}
.citieslist {
    padding-top: 30px;
}
.title{  
    letter-spacing: 15px;
    font-size: 36px;
    font-weight: bold;
    color: yellow;
    padding: 0px 0px 10px 0px;
}

.titletext{
    color: yellow;
}

.center {
    text-align: center;
}

.centerwide {
    text-align: center; width: 100%;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

#centerframe, #centercontent { 
    margin: 0 auto;
    width: 900px;
}

#centercontent {  
    padding: 1em;
    padding-top: 0px;
    text-align: left;
    vertical-align: middle;
    background-color: transparent;
    border: none;
}

#centercontent h2 {
    margin: 0 0 -.5em 0;
    padding: .75em 0 0 0;
    font-size: 1em;
    font-size: 24;
    letter-spacing: .1em;
}
img.left { 
    float: left;
    padding-right: 10px;
}
ul {    
    font-style: normal;
    xline-height: 2em;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    text-indent: 3px;
    list-style-position: outside;
    list-style-type: square;
    padding: 6px;
    margin: 6px;
}
li {
    padding-bottom: 12px;
}
#footer {    
    position: relative;
    bottom: 0;
    margin: 5em 0 0 0;
    padding: 0;
    height: 4em;
    line-height: 4em;
    text-align: center;
    font-size: .7em;
    background-color: transparent;

}

