﻿body 
{
    font-family: 'Lucida Sans' ,Tahoma,Verdana,Arial,sans-serif;
    background-color: #e9e9e9;
}

#wrapper
{
    width: 1080px;
    margin: 0 auto;
    padding: 5px solid #dedede;
    background-color: #fff;
}

#banner
{
    height: 200px;
    border: 3px solid #e3e3e3;
    background-image: url(../Images/mulitcolouredbanner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#navigation
{
    height: 60px;
    border: 3px solid #e3e3e3;
    margin-top: 20px;
    background-image: url(../Images/worktop.jpg);
    background-repeat: repeat;
    background-size: cover;
    text-shadow: 0.1em 0.1em #333;
}

#nav
{
    list-style: none;
}

#nav ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
    display: none;
}

#nav li
{
    font-size:24px;
    float: left;
    position: relative;
    width: 180px;
    height: 50px;
}

#nav a:link, #nav a:active, #nav a:visited {
    display: block;
    color: #fff;
    text-decoration: none;
}

#nav a:hover {
    color: pink;
}

#content_area
{
    float: left;
    width: 750px;
    margin: 20px 0 20px 0;
    padding: 10px;
    border: 3px solid #e3e3e3;
}

#sidebar
{
    float: right;
    width: 250px;
    height: 250px;
    margin: 20px 10px 20px;
    border: 3px solid #e3e3e3;
}

#footer
{
    clear: both;
    width: auto;
    height: 40px;
    margin-top: 20px;
    background-image: url(../Images/worktop.jpg);
    background-repeat: repeat;
    background-size: cover;
    text-shadow: 0.1em 0.1em #333;
    color: #fff;
    text-align: center;
}

.imgGallery
{
    float: left;
    width: 250px;
    height: 250px;
}

.imgLeft
{
    float: left;
    width: 200px;
    height: 180px;
    margin: 0px 10px 10px 0;
    padding: 10px;
}

.imgRight
{
    float: left;
    width: 200px;
    height: 180px;
    margin: 0px 10px 10px 0;
    padding: 10px;
}

.textLeft
{
    float: left;
    width: 500px;
    height: 180px;
    margin: 0px 10px 10px 0;
    padding: 10px;
}

.textRight
{
    float: right;
    width: 500px;
    height: 180px;
    margin: 0px 10px 10px 0;
    padding: 10px;
}