﻿div {
    /*border: 1px solid black;*/
    margin: 2;
    padding: 0;
}
body {
    background: #333333;
    margin: 0;
}

div#container, div#dividerBelowNav
{
    width: 900px;
}

div#aboutContent {
    width: 720px;
}

div#container
{
    margin:0 auto;
    margin-top: 0;

    background: White;
    padding: 44px;
}

div#logo {
    margin: 0px;
    padding: 0px;
    font-family: Cordia New, Arial Narrow;
    font-size: 50pt;
    color: #5a5a5a;
    font-weight: normal;
}

/* fonts */
h1, h2, h3
{
    font-family: Cordia New, Arial Narrow;
    /* Cantara, Corbel, Corbel New, Arial Narrow, */
}

h1 {
    font-size: 29pt;
}

h2 {
    font-size: 26pt;
}

h3 {
    font-size: 24pt;
}

div#navbar div, div#aboutContent, div#aboutContent p {
    font-family: Arial Narrow;
}

/* end fonts */
div#navbar {
    width: 800px;
}

div#navbar div {
    width: 120px;
    height: 24;
    font-size: 20pt;
    font-weight: normal;
    display: inline;
    float: left;
    text-align: center;
}

div#navbar div a {
    text-decoration: none;
    color: #9e9e9e;
}

div#navbar div#home {
    width: 240px;
    float: left;
    color: #9e9e9e;
    text-align: left;
}

div#navbar div b {
    color: Black;
    font-weight: normal;
}

div#navbar div#home {
    width: 240px;
    float: left;
    color: black;
    text-align: left;
}

div#dividerBelowNav
{
    height: 3px;
    background: #bec0c2;
    margin-top: 10px;
    margin-bottom: 10px;
}

div#pictures
{ 
    width: 760px;
}

div#pictures div#picture1,
div#pictures div#picture2,
div#pictures div#picture3
{
    display: inline;
    float: left;
}

div#pictures div#picture1 img,
div#pictures div#picture2 img,
div#pictures div#picture3 img
{
    height: 355px;
    padding-right: 6px;
}

div#pictures div#picture1 img {
    width: 249px;
}
div#pictures div#picture2 img {
    width: 246px;
}
div#pictures div#picture3 img {
    width: 240px;
}

div#aboutContent {
    margin-top: 4px;
    padding: 4px;
    font-size: 12pt;
    color: #303030;
}

br.clearleft {
    line-height: 0px;
    clear: left;
}

/* rates */

div.package {
    padding: 10px;
    margin: 14px;
    border: 1px solid #cec0c2;
}

.package h2 {
    margin-top: 0px;
    font-size: 26pt;
}

div#additionals
{
    padding: 8px;
    margin: 10px;
    border: 1px solid #cec0c2;
}

#additionals h2 {
    margin-top: 0px;
    font-size: 26pt;
}
