﻿body 
{
    padding: 0;
    margin: 0px 0;
    text-align: center;
    background: url(../images/tile1.png) top left repeat;
 
}
.containerouter 
{

    width: 100%;
    background: url(../images/backtesttest.jpg) top no-repeat;

}
.containerinner
{
   width: 100%;
    background: url(../images/backbottom.jpg) bottom no-repeat;
    padding-top: 5px;
}
.container
{
    
    background: url(../images/backrep.jpg) top repeat-y;
    margin: 7px auto;
        width: 900px;
    min-width: 800px;


    /*border: 2px solid black;*/
    font-family: Verdana;
}
.header 
{
    width: 420px;
    margin-left: 125px;

    float: left;
}
.headwrapper 
{
    width: 650px;
    float: left;
}
.content 
{
    width: 490px;
    float: left;
    margin: 0px 0 20px 10px;
    /*margin-top: -80px;*/
    /*border: 1px solid green;*/
text-align: center;
}
.content h1 
{
    font-size: 1.1em;
   /* padding: 10px;*/
    text-align: left;
    font-style: italic;
    color: Gray;
    padding-left: 0px;
}
.content h1 a 
{
    color: gray;
    text-decoration: underline;
}
.content h1 a:visited 
{
    color: gray;
}
.content p 
{
    text-align: left;
    padding: 0px 0px;
    font-size: 0.8em;
    line-height: 1.5em;
    margin-right: 0;
    margin-left: 0;
}
.content p a:visited 
{
    color: Blue;
}
.lsidebar 
{
    float: left;
   /* border: 1px solid black;*/
    margin-left: 20px;
    margin-top: 90px;
    width: 130px;
}
.rsidebar 
{
    width: 225px;
    float: right;
   margin-right: 20px;
   margin-top: 146px;
   border-top: 1px solid gray;
   border-left: 1px solid gray;

}
.rsidebar h1
{
    text-align: left;
    font-size: 1em;
    padding: 10px 10px 10px 10px;
    margin: 0;
    color: Gray;
    font-style: italic;
    font-weight: bold;
}
.rsidebar p 
{
    text-align: left;
    padding: 10px 10px 15px 10px;
    margin: 0;
    border-bottom: 1px solid #c0c0c0;
    font-size: 0.7em;
    line-height: 1.5em;
}
.logo 
{
    float: left;
    margin: 0;
}
.headcentre
{
    /*float: left;*/
    margin: 10px auto 0 auto;
}
.menu 
{
    list-style-type: none;
    margin: 5% 0 0 0;
    padding: 0 0 0 10px;
    text-align: left;
    font-family: verdana;
    font-size: 1.1em;
    line-height: 2em;
    color: Gray;
    font-style: italic;
}
.menu a 
{
    color: gray;
    text-decoration: none;
}
.menu a:hover 
{
    font-weight:bold;
    text-decoration: underline;
}
.menu a:visited 
{
    color: Gray;
}
.footer 
{
    clear: both;
    font-size: 8pt;
    color: Gray;
}
.imgright
{
    padding: 0;
    margin: 0 0 0 2px;
    float: right;
}
.error 
{
    clear: both;
    font-size: 0.6em;
}
.login 
{
    color: gray;
    font-size: 8pt;
    text-decoration: none;
}
.postcard 
{
    width: 403px;
    height: 265px;
    background: url("../images/postcard.jpg") no-repeat center;
    margin-left: 10px;
}
.Messagebox 
{
    float: left;
    margin-top: 45px;
    margin-left: 15px;
    font-family: Georgia;
    color: black;
    font-size: 0.8em;
    overflow: hidden;
}
.otherbox 
{   
    float: left;
    clear: left; 
    font-family: Georgia;
    color: black;
    font-size: 0.8em;
    margin-left: 15px;
    margin-top: 5px;
}
.address 
{
    float: right;
    width: 150px;
    height: 150px;
    margin-right: 20px;
    margin-top: 100px;
    /*border: 1px solid red;*/
}
.labels 
{
    width: 150px;
    font-family: Georgia;
    color: black;
    font-size: 0.8em;
    text-align: left;
    float: left;
    clear: left;
    margin-bottom: 10px;
    border-bottom: 1px solid gray;
}
.send 
{
    float: left;
    clear: left;
    margin-top: 8px;
}
.gallery 
{
    padding: 0px;
    margin-left: 10px;
    min-width: 425px;
    max-width: 450px;
    /*border: 1px solid gray;*/
}
.gallery a img 
{
    border: none;
    padding: 0px;
    margin: 2px;
    border: 1px solid gray;
    float: left;
}
.gallery a:visited img 
{
    padding: 0px;
    margin: 2px;
    border: 1px solid gray;
}