﻿body
{
    background: #531f09 url(../images/ra_bg.jpg) repeat-x;
    padding: 0;
    margin-top: 30px;
    font-family: 'Arial Unicode MS' , Arial, Serif;
    font-size: 75%;
}

INPUT
{
	font-family: 'Arial Unicode MS' , Arial, Serif;
}

TEXTAREA
{
	font-family: 'Arial Unicode MS' , Arial, Serif;
}

#wrapper
{
    width: 975px;
}

#left
{
    width: 200px;
    float: left;
    text-align: left;
    /*
    margin: 10px;*/
}

#left ul
{
    margin: 0 20px 0 0;
    padding: 0;
    list-style: none;
}

#left ul li
{
    border-bottom: #c85420 1px solid;
    padding: 4px 10px 4px 25px;
    background-image: url(../images/bullet_yellow.png);
    background-repeat: no-repeat;
    background-position: 0 0.8em;
}

#left ul li a
{
    text-transform: uppercase;
    text-decoration: none;
    font-size: 85%;
    font-family: Tahoma; /*'Courier New';*/
    color: #fefbc0;
}

#left ul li a:hover
{
    font-weight: bold;
    color: #f4e7ac;
}

#main
{
    /*margin: 10px;*/
    float: left;
    width: 575px;    
}

#header_house
{
    width: 565px;
    height: 140px;
    padding: 5px;
    background-image: url(../images/header_bg_beach.png);
}
#header_hols
{
    width: 565px;
    height: 140px;
    padding: 5px;
    background-image: url(../images/header_bg_beachhut.png);
}
#header_galleries
{
    width: 565px;
    height: 140px;
    padding: 5px;
    background-image: url(../images/header_bg_beachhut2.png);
}
#header_gambia
{
    width: 565px;
    height: 140px;
    padding: 5px;
    background-image: url(../images/header_bg_sunset.png);
}
#header_festivals
{
    width: 565px;
    height: 140px;
    padding: 5px;
    background-image: url(../images/header_bg_kids.png);
}
#header_drumming
{
    width: 565px;
    height: 140px;
    padding: 5px;
    background-image: url(../images/header_bg_drumming.png);
}
#header_links
{
    width: 565px;
    height: 140px;
    padding: 5px;
    background-image: url(../images/header_bg_taxi.png);
}
#header_contact
{
    width: 565px;
    height: 140px;
    padding: 5px;
    background-image: url(../images/header_bg_boats.png);
}

#content
{
    width: 555px;
    background-color: #ffe4a2;
    border: solid 5px white;
    padding: 5px;
    text-align: left;
    margin-top: 10px;
}

#content H1
{
    font-size: 130%;
    margin: 0;
}

#content H2
{
    font-size: 100%;
    margin: 0;
}

#content img
{
	border: solid 1px black;
	background-color: White;
	padding: 5px;
	margin: 8px;
}

.thumbnail img
{
	width: 100px;
	/*height: 60px;*/
}

#menu
{
    width: 100%;
    text-align: center;
}

#menu ul
{
    margin: 0;
    padding: 0;
}

#menu ul li
{
    display: inline;
    padding: 0 4px 0 4px;
}

#menu ul li a
{
    text-transform: uppercase;
    text-decoration: none;
    font-size: 85%;
    font-family: Tahoma; /*'Courier New';*/
    color: gray;
    font-weight: bold;
}

#menu ul li a:hover
{
    text-decoration: underline;
}

#footer
{
    margin-top: 10px;
    margin-bottom: 10px;
    height: 38px;
    line-height: 38px;
    width: 775px;
    float: right;
    background-image: url(../images/footer_bg.png);
}

#footer_small
{
    margin-top: 10px;
    height: 38px;
    width: 575px;
    /*float: right;*/
	float: left;
	line-height: 38px;
	padding: 0px;
    background-image: url(../images/footer_small_bg.png);
}

#right
{
    width: 200px;
    float: left;
}

#book
{
    margin-left: 10px;
    height: 160px;
    /*background: url(../images/post-it.gif);*/
}

#ads
{
    margin: 0 0 10px 10px;
    height: 100%;
    border: solid 5px #fff;
}
