﻿/* Colours: 
    Dark Brown: #5b4e3a; 
    Light Brown: #ad8b5a; 
    Red Brown: #941914; 
    Light Orange: #f7c973 */

body
{
    background-color: #5b4e3a;
    color: #ffffff;
    font-size: 12px;
    font-family: Verdana, Arial;
    margin: 0px;
}

#main-holder
{
    width: 960px;
    margin: 20px auto 0px auto;
    background-color: #ffffff;
	border: 2px solid #000000;
    color: #5b4e3a;
}

#header-holder
{
    background-image: url('../Images/Header-Background.jpg');
    background-repeat: no-repeat;
    height: 250px;
}

#menu-holder
{
    height: 30px;
    line-height: 30px;
    padding-left: 50px;
    padding-right: 50px;
    background-color: #ad8b5a;
}

#menu-holder a
{
    color: #ffffff;
}

#language-holder
{
    float: right;
}

#logo-holder
{
    background-color: #ffffff;
    width: 350px;
    height: 133px;
    margin-left: 50px;
    padding-top: 67px;
    text-align: center;
}

#slogan-holder
{
    background-color: #5b4e3a;
    color: #ffffff;
    width: 350px;
    height: 30px;
    line-height: 30px;
    margin-left: 50px;
    margin-top: 10px;
    font-size: 0.9em;
    text-align: center;
}

#footer-holder
{
    font-size: 0.7em;
    padding: 5px;
    color: #5b4e3a;
    font-family: Arial;
    text-align: right;
}

#content-holder
{
    margin: 20px;
    margin-left: 50px;
    margin-right: 50px;
}

h1
{
    font-family: Segoe UI Light, Verdana, Arial;
    font-size: 1.6em;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

h2
{
    font-family: Segoe UI Light, Verdana, Arial;
    font-size: 1.6em;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

p
{
    line-height: 150%;
    text-align: justify;
}

ul
{
    line-height: 150%;
    text-align: justify;
}

a
{
    color: #941914;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}