﻿body 
{
    color: #666;
    font-family: Verdana;
    font-size: 11px;
}
.H1
{
    color: #6d310d;
    font-weight: bold;
}
#content
{
    width: 950px;
}
#content:after
{
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}
#header
{
    float: left;
    width: 950px;
    height: 110px;
    background-image: url("http://equine.toolboxmarketing.co.uk/Images/Green-Header.jpg");
    background-repeat: no-repeat;
}
#menu
{
    float: left;
    width: 950px;
    height: 35px;
    background-image: url("http://equine.toolboxmarketing.co.uk/Images/advertmenu.jpg");
    background-repeat: no-repeat;
    padding-top: 5px;
}
.menulinks
{
    color: White;
    font-weight: bold;
    text-decoration: none;
}
.menulinks:Hover
{
    color: White;
    font-weight: bold;
    text-decoration: underline;
}
#left
{
    float: left;
    width: 250px;
}
#main
{
    float: left;
    width: 940px;
    padding-right: 5px;
    padding-left: 5px;
}
#advertbanner
{
    float: right;
    width: 165px;
    }
.textbox
{
    border-width: 1px;
    border-color: #6d310d;
    border-style: solid;
    height: 15px;
    font-size: 10px;
    color: #79ac45;
}
