html {
    font-family:Verdana;
}
img {
    border:none;
}
body {
    background-color:#70a3be;
    margin: 20px 0px 0px 0px;
}
#main_body {
    width:891px;
    height:552px;
    background-image:url(/content/media/shell/background.png);
}
#main_container {
    position:relative;
    margin: 0px 8px 14px 8px;
    width:875px;
    height:538px;
}
#main_logo {
    position:absolute;
    left:0px;
    top:0px;
    width:348px;
    height:153px;
    z-index:2;
    border:none;
}
#main_heading {
    /*right:87px;*/
    right:25px;
    top:10px;
    position:absolute;
    color:#6f7082;
    font-size:12pt;
    text-align:right;
    font-weight: bold;
}
#main_content {
    position:absolute;
    width:577px;
    height:385px;
    background-color:#eeebcc;
    left:284px;
    top:69px;
    z-index:1;
}
#main_image {
    position:absolute;
    width:251px;
    height:170px;
    border:1px solid white;
    left:76px;
    top:239px;
    z-index:2;
}
#main_image img{
    width:251px;
    height:170px;
    border:none;
}
#page_menu {
    position:absolute;
    left:284px;
    top:459px;
    width:650px; /* extra wide to account for the right margin on A */
    text-align:left;
}

/* main links */

a {
    text-decoration:none;
    color:#9cbac7;
    font-size:14pt;
    margin:0px 30px 0px 0px;
}
a.selected {
    color:#6f7082;
}
a:hover {
    color:#6f7082;
}
a.main_link {
    position:absolute;
}
#link_savary            {  left:55px; top:155px; }
#link_travel            {  left:55px; top:180px; }
#link_inquiry           {  left:55px; top:205px; }
#link_main_cottage      {  left:74px; top:420px; }
#link_sleeping_cottage  {  left:74px; top:445px; }
