
body {
    background-image: url(bg.jpg);
    background-position: top;
    background-repeat: repeat-x;
    background-color: #000;
    margin: 0px;
    font-family:Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
}

a {
    color: #006633;
    text-decoration:none;
    font-weight: bold;
}
a:hover {
    text-decoration:underline;
}
p
{
    padding-top: 5px;
}

h1 {
    color: #fff;
    font-size: 15px;
    background-color: #707070;
    border: 1px solid #7f7a7e;
    border-bottom: 3px solid #a9a9a9;
    border-left: 2px solid #8f8d90;
    border-right: 2px solid #8f8d90;
    padding: 5px;
    margin: 0px;
}

.booking{
    border-left: 1px solid #ffffff;
}

h2 {
    font-size: 14px;
    font-style: italic;
    padding: 5px;
    padding-left: 0px;
}

h3 {
    color: #006633;
    font-size: 13px;
    background-color: #eee;
    border: 1px solid #ddd;
    padding: 5px;
    margin: 0px;
}

h4 {
    color: #fff;
    font-size:12px;
    background-color: #018464;
    border-right: 2px solid #25987b;
    border-bottom: 3px solid #6e6c6f;
    padding: 5px 5px 5px 10px;
    margin: 0px;
	text-align: left;
}
#topcell {
    width: 535px;
    height: 19px;
    font-size: 12px;
    color: #666;
    vertical-align: bottom;
}

#topcell a {
    color: #000;
    text-decoration: none;
}

#main {
    width: 773px;
    background-color: #fff;
    border: 1px solid #333;
    border-top: 4px solid #bebec0;
}

#menu {
    background-image: url(menu_bg.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    color: #fff;
    height: 14px;
}

#menu a {
    font-size: 11px;
    color: #fff;
    text-decoration: none;
    padding: 8px;
    padding-right: 10px;
    padding-left: 18px;
}

#menu a:hover {
    color: #333;
    /*
    background-image: url(seperate_hover.gif);
    background-repeat: no-repeat;
    background-position: left;
    */
}

#menu a.active {
    color:#abd2cf;
    /*
    background-image: url(seperate_active.gif);
    background-repeat: no-repeat;
    background-position: left;
    */
}
#content_table2 {
    width: 773px;
    padding: 0px;
	margin: 0px;
}
#content_table1 {
    padding: 0px;
    text-align: justify;
}
#content_table1 img {
    border: 1px solid #ccc;
    padding: 5px;
}

#content {
    /*width: 573px;*/
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    background-image: url(content_bg.jpg);
    background-repeat: repeat-x;
    background-position: top;
    border: 5px solid #fff;
}

#content strong {
    font-weight: bold;
    color: #006633;
}

#right_section {
    width: 180px;
    font-size: 11px;
    background-color: #edf4ed;
    border-left: 1px dotted #006633;
}

#right_section p {
    padding: 8px 10px 8px 8px;
    margin: 0px;
}

#footer {
    background-color: #eee;
    color: #9a9a9a;
    border: 5px solid #fff;
}
#footer a {
    color: #9a9a9a;
    padding: 0px 10px 0px 10px;
    font-size: 10px;
    text-decoration: underline;
}

#footer2 {
    background-color: #6c676d;
    color: #ccc;
    border-bottom: 1px solid #c0bec1;
    border-top: 3px solid #c0bec1;
    font-size: 10px;
    padding: 1px;
    padding-left: 5px;
}

#powered {
    text-align: right;
    color: #666;
    font-size: 11px;
    padding-top: 2px;
}
#powered a {
    color: #666;
    text-decoration: none;
    font-weight: normal;
}
#powered a:hover {
    text-decoration: underline;
}

.gallery-small {
    border: 1px solid #ccc;
}
.gallery-tiny {
    border: 1px solid #ccc;
    padding: 0px 2px;
}
.box_heading {
    background-image: url(bg_box.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    height: 33px;
    width: 180px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
.box_heading a {
    color: #fff;
    font-size: 14px;
    /*
    position: relative;
    top: 5px;
    */
}
.box_heading a:hover {
    color: #000;
    text-decoration: none;
}
.box_content {
    background-color: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 178px;
}
.box_content p {
    padding: 0px 10px 0px 10px;
    line-height: normal;
    margin: 0px;
    text-align: left;
}
.box_content hr {
    height: 1px;
    color:#b3c6da;
    margin: 0px;
    padding: 0px 5px 0px 0px;
}
.box_content img 
{
border: 1px solid #CC0000;
margin: 0px;
padding: 0px;
}
div.child p {
    margin: 10px 0px;
}
div.child img.child-image {
    margin: 5px 20px 5px 0px;
    padding: 2px;
    border: 1px solid #ccc;
    float: left;
}
div.random p {
    margin: 5px 5px 0px;
    line-height: 1.5em;
}
.form-date {
    background: #fff url(/System/Ext/Date/Date.gif) no-repeat 2px 40px;
    width: 20px;
    cursor: hand;
}
