body {
    font-family:arial,helvetica,sans-serif;
    font-size:16px;
    background-color:#254b83;

}
A {
    color: white;
}
A:hover {
    text-decoration: none;
}
A:visited {
    color: #bac9e0;
}
#wrapper {
    width:1000px;
    margin:0px auto;
}
#header {
    background-color:#254b83;
    font-weight:bold;
    color:white;
    font-family:georgia,times,serif;
    font-size:40px;
    height:90px;
    text-align:center;
}
#content {
    color: white;
}
#content div {
    float:left;
}

.facilitiesdetail {
    padding-bottom:8px;
}
#content div IMG {
    border-style:none;
    float:left;
    padding-bottom: 8px;
}
#content div .address {
    margin-left: 30px;
}
#content div .detail {
    clear:left;
}
#content div .contentdetail {
    clear:left;
}
#content div .addressdetail {
    margin-left: 30px;
    clear:left;
}
#content div .contentheading {
    font-weight: bold;
    font-size: 24px;
}
#content-left {
    width:126px;
    font-size:20px;
}
#content-main {
    width:865px;
}
#footer {
    float:left;
    color:white;
    width:1000px;
    padding-top:8px;
}
#footer A{
    color:white;
}
#footer A:hover {
    text-decoration:none;
}
#bottom {
    clear:both;
    text-align:right;
}
