﻿body 
{
    border: none 0;
    margin: 0;
    padding: 0;
    height:100%;
    width: 95%;
}
.content
{
    font-family:Arial;
    font-size: 11px;
    color: #666666;
}
.white_content
{
    font-family:Arial;
    font-size: 11px;
    color: #FFFFFF;
}
.heading
{
    font-family:Arial;
    font-size: 14pt;
    color: #666666;
}
.sub_heading
{
    font-family:Arial;
    font-size: 12pt;
    color: #666666;
    font-weight: bold;
}
.white_heading
{
    font-family:Arial;
    font-size: 14pt;
    color: #FFFFFF;
}
#heading
{
    height:90px;
    width:100%;
}
#content
{
    padding: 0 0 0 20px;
    width:500;
    height:60%;
    float: left;
}
#contact_details
{
    padding: 0 0 0 60px;
    width: 360px;
    height:100px;
    float: left;
}
#competition
{
 
    height:20%;
    float: left;
}
#sponsorship
{
    width:100%;
    height:300;
    float: left;
    text-align: center;
}
.lt_grey
{
    background-color: #EBEBEB;
}
.orange
{
    background-color: #E7AA3A;
}
.dk_grey
{
    background-color: #333333;
}
.white_content a:visited {
	text-decoration: none;
	color: #FFFFFF;
	text-align: left;
}

.white_content a:hover {
	text-decoration: underline;
	color: #FFCC00;
	text-align: left;
}

.white_content a:link {
	text-decoration: none;
	color: #FFFFFF;
	text-align: left;
}
