body
{
    margin: 0;
    padding: 0;
    background: #eee url(images/sky.jpg);
    font-size: .9em;
}

h1, h2, h3
{
    font-family: "Comic Sans MS" , Tahoma, Arial, sans-serif;
    font-weight: normal;
    color: #3f2e24;
}

h1
{
    letter-spacing: -2px;
    font-size: 1.6em;
}

h2
{
    letter-spacing: -1px;
    font-size: 1.4em;
}

h3
{
    font-size: 1.2em;
}

p, ul, ol
{
    font-family: "Comic Sans MS" , Tahoma, Arial, sans-serif;
    font-size: 1em;
    line-height: 1.4em;
    color: #333;
}

a
{
    color: #3f2e24;
    font-weight: 600;
}


#sitewrapper
{
    width: 1000px;
    background: url(images/shadow.png) repeat-y;
    margin: 0 auto;
}

/* === Header, Banner and Menu ======= */
#banner
{
    width: 870px;
    height: 170px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    display: block;
}

#menu
{
    width: 870px;
    height: 48px;
    margin: 0 auto;
    background-color: #3f2e24;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    clear: both;
}

/* ============  Page =============*/
#page
{
    width: 870px;
    min-height: 400px;
    margin: 0 auto;
    padding: 20px 0 20px 0;
    background: #eee;
}

#content
{
    float: left;
    width: 495px;
}

#contentwide
{
    width: 750px;
    margin-left: 60px;
}

#content h2, #contentwide h2
{
    color: #3f2e24;
    border-bottom: 1px solid #3f2e24;
}

#content h3, #contentwide h3
{
    color: #3f2e24;
    line-height: 1em;
}


#content p, #contentwide p
{
    font-size: .9em;
    line-height: 1.4em;
}

#content img, #contentwide img
{
    margin: 10px;
    float: left;
}

/*==========Image rotator ============*/

#sidebarleft
{
    float: left;
    width: 200px;
}

#sidebarleft #pigeon
{
    width: 500px;
    height: 516px;
    z-index: 10;
    margin: 0 0 0 -300px;
}

#sidebarright
{
    width: 175px;
    float: right;
}

#rotator
{
    overflow: hidden;
    width: 350px;
    height: 238px;
    display: inline-block;
    margin: 20px 0 0 0px;
    z-index: 10;
    padding: 1px;
    background: white;
    border: solid 3px #3f2e24;
}

#contact
{
    width: 175px;
    padding: 0;
    margin: 60px 0 0 0;
}

#contact h1
{
    font-size: 1.2em;
    margin-bottom: 5px;
}

#contact p
{
    font-size: .9em;
}


/*================ Footer========== */

#footer
{
    width: 870px;
    margin: 0 auto;
    color: White;
    background-color: #3f2e24;
    border-top: 1px solid white;
    border-bottom: solid 1px white;
    text-align: center;
    font-size: 12px;
    padding: 15px 0;
}

#footer a
{
    color: White;
}


/* ======== google map ============= */

#mapinfo
{
    color: #333;
    display: block;
    width: 370px;
    height: 150px;
    font-family: Arial;
}

#mapinfo h1
{
    color: #3f2e24;
    font-size: 1.4em;
    border: none 0px;
    margin: 0;
    padding: 0;
}

#mapinfo p
{
    font-size: .9em;
    line-height: 1.2em;
}

#mapinfo img
{
    float: left;
    width: 160px;
    height: 175px;
    margin: 0 5px 0 0;
}

#mapinfo a
{
    color: #3f2e24;
}


/*  guestbook */

.gbheader
{
    padding: 0px 10px;
    border-bottom: 1px dashed #3f2e24;
}


.gbcontent
{
  padding: 0px 10px;
}

.gbwrap
{
    border: solid 1px #3f2e24;
    background-color: #f3f6a9;
    margin-bottom: 5px;
}

