﻿body 
{
	font-family:Arial;
	font-size:medium;
}

p 
{
	font-family:Arial;
	font-size:medium;
}

h1, h2, h3 
{
	font-family:Arial;
	font-weight:bold;
}

.fixture
{
	font-family:Arial;
	font-size:small;
}

.Heading2
{
	font-family:Arial;
	font-size:large;
	font-weight:bold;
}

.Normal
{
	font-family:Arial;
	font-size:medium;
}

.NormalHeading
{
	font-family:Arial;
	font-size:medium;
	font-weight:bold;
}

img.News-Thumbnail
{
	width:200px;
	height:200px;
}

.header
{
    float:left;
    width:100%;
    background:Black;
    margin-bottom: 10px;
}

.black-curved-box-tl
    {
    background: url(./images/blk_tl.png) 0 0 no-repeat;
    color: #000000;
    
}

.black-curved-box-tr
    {
    background: url(./images/blk_tr.png) 100% 0 no-repeat;
    color: #000000;
  
}

.black-curved-box-bl
    {
    background: url(./images/blk_bl.png) 0 100% no-repeat;
    color: #000000;
    width:100%;
    height:150px;
   
}

.black-curved-box-br
    {
    background: url(./images/blk_br.png) 100% 100% no-repeat;
    color: #000000;
    width:100%;
    height:150px;
}

.logo
{
    float:left;
    width:55%;
    margin-left:5px;
}

.splitter
{
    float:left;
    width:1%;
}

.half-marathon
{
    float:left;
    width:40%;
    text-align:center;
    margin-top:10px;
}

.half-marathon-txt
{
    color:Yellow;
    font-size:20px;
    font-family:Verdana, @Arial Unicode MS;
}


.column1
{
float: left;
width: 17%;
margin-left: 1%;
}

.column2
{
float: left;
width: 53%;
margin-left: 3%;
display: inline;
}

.column3
{
float: left;
width: 20%;
margin-left: 3%;
}

 
.footer
{
clear: both;
    text-align: center;
}  



.sidebar-training
{
    position:relative;
    left:0px;
    top:3px;
    width:140px;
}

.sidebar-training h3
{
    background:url(./images/backgrounds/title_bar.png) 0 0 no-repeat;
    color:Yellow;
    font-weight:bold;
    font-size:small;
}

.sidebar-training p
{
    font-size:small;
}

.sidebar-events
{
    position:relative;
    top:2px;
    left:0px;
    width:140px;
}

.sidebar-events h3
{
    background:url(./images/backgrounds/title_bar.png) 0 0 no-repeat;
    color:Yellow;
    font-weight:bold;
    font-size:small;
}



