body
{
        background: url(../images/bg.jpg) 0 0 repeat-x #000;
        margin: 0;
}

body, td, th
{
        font-family: Verdana, Arial;
        font-size:12px;
        color: #fff;
}

/**
 * Images
 */

a img {border: none}

/**
 * Classes
 */

.floatLeft {float: left}
.floatRight {float: right}
.clear {clear: both}

.lightblue {color: #b4c0c9; font-weight: bold}
.grey {color: #a4a4a4; font-weight: bold}

/**
 * Top
 */

#top
{
        height: 83px;
        background: url(../images/top_bg.jpg) 0 0 repeat-x;
        margin-bottom: 2px;
}

#top_content
{
        margin: 0 auto;
        padding: 10px 0 0 0;
        width: 980px;
}

/**
 * Newsletter
 */

#newsletter_subscription
{
        margin: -10px 0 -30px 0;
        float: right;
        font-size: 11px;
        padding: 5px;
        background-color: #002B5F;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        border-left: 1px solid #ddd;
        -moz-border-radius: 0 0 5px 5px;
}
#newsletter_subscription #email_field
{
        border: 1px solid #444;
        background-color: #eee;
        width: 120px;
        font-size: 11px;
        color: #444;
}
#newsletter_subscription #submit_subscription
{
        border: 1px solid #444;
        background-color: #777;
        color: #fff;
        width: 15px;
        font-size: 11px;
}

/**
 * Container
 */

#container
{
        width: 980px;
        margin: 0 auto;
}

/**
 * Banner
 */

#banner
{
        height: 185px;
        margin: 0 auto;
        padding: 15px 0 0 15px;
        background: url(../images/banner_bg.png) 0 0 no-repeat;
        margin-bottom: 2px;
}

#banner ul.races
{
        margin: 5px 0 7px 0;
        width: 440px;
        padding: 0;
        list-style: none;
}
#banner ul.races li
{
        padding: 2px 0;
}
#banner ul.races li, #banner ul.races li a
{
        color: #b4c0c9;
        font-size: 11px;
        font-weight: bold;
}

/**
 * Content
 */

#content
{
        padding: 0 20px 20px 20px;
        background-color: #002b5f;
        min-height: 220px;
}

#content h1
{
        text-transform: uppercase;
        margin: 0 0 10px 0;
        padding: 20px 0 0 0;
        height: 63px;
        background: url(../images/title_bg.jpg) 0 0 no-repeat;
        text-align: center;
        font-size: 17px;
}

/**
 * Footer
 */

#footer
{
        height: 69px;
        text-align: center;
        background-color: #061e3a;
}

/**
 * Tables
 */

table tr
{
        margin: 0 0 2px 0;
}
table td
{
        padding: 4px;
}
table thead, table tr.odd
{
        background-color: #1a3e69;
}
table tr.even
{
        background-color: #0d3360;
}

/**
 * News
 */

table.news
{
	width: 100%;
}

td.newsTn
{
        width: 0px;
        padding: 0;
}
td.newsTn img {
        border: 1px solid #fff;
        margin-right: 10px;
}
td.newsContent
{
        padding: 5px 5px 5px 0;
        vertical-align: top;
        text-align:left;
}
td.newsContent h2
{
        margin: 0 0 15px 0;
		color:#dc3900;
}

/**
 * Gallery
 */

a.back {color: #fff; font-size: 14px; text-decoration:none}
a.back:hover{text-decoration:underline}
a.folder
{
	display: block;
	float: left;
	width: 120px;
	height: 120px;
	padding: 10px;
	margin: 0 12px 12px 0;
	background: url('../images/gallery_folder.png') 0 0 no-repeat #eee;
	border: 1px solid #ddd;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
a.folder:hover
{
	background-color: #ddd;
	border: 1px solid darkblue;
}
a.folder {color: #000; text-decoration: none; font-size: 12px;}

a.imgGallery
{
	float:left;
	height:160px;
	width:120px;
	margin:0 0 10px 10px;
	overflow:hidden;
	text-align:center;
	background-color: #002756;
	padding: 4px;
	border: 2px solid #002B3F;
	background-position: center;
	background-repeat:no-repeat;
	display:block;
	height:125px;
	margin:0 5px 5px 0;
	width:120px;
}

a.imgGallery span
{
	background-color: #002B9F;
        color: #fff;
	margin-top: 112px;
	display: block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	
}

p.link_CV
{
        font-size: 14px;
        font-weight: bold;
}
p.link_CV a
{
        text-decoration: none;
        color: #fff;
}