/* Main Site Styling */

html, body {
    background:#fff;
    color:#000;
    text-align:center;
    font-family:"lucida sans unicode";
    font-weight:bold;
    font-size:8pt;
}
/* Holding table */
#link_holder {
    background:url(../images/gen/dorset_map.gif) no-repeat;
    height:600px;
    width:800px;
    margin:0px auto 0px auto;
    padding:0px 0px 0px 0px;
}
.top {
    height:200px;
    text-align:center;
}
.link {
    text-align:center;
    border:0px;
}
.link a{
    text-decoration:none;
}
.link img{
    border:none;
}
