@charset 'utf-8';
/* CSS Document */

#header {
	height: 147px;
	background: url(assets/images/bk_heading.jpg);
	background-repeat: repeat-x;
}


body {
	background-image: url(assets/images/carbon_fibre.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container {
	width: 1000px;
}


#header {
	height: 147px;
}

#menu {
	margin-left: 10px;
	background-image: url(assets/images/menu_bg.gif);
}
#menu a:hover {
	background-image: url(assets/images/menu_bg_over_new.gif);
}

#menu a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
}
#content {
	float: left;
	width: 790px;
	border: 1px solid #FFFFFF;
	margin-left: 5px;
}
#content a {
	color: #BA00BB;
	text-decoration: none;
}


#content h2 {
	font-size: 80%;
	margin-top: 0px;
	background-image: url(assets/images/h2_background.jpg);
	background-repeat: repeat-x;
}
#content p {
	font-size: 85%;
	line-height: 1.4;
	margin-right: 10px;
	margin-left: 10px;
}

#sponsors {
	margin-left: 806px;
	border: 1px solid #FFFFFF;
}
#sponsors  h2 {
	font-size: 80%;
	margin-top: 0px;
	background-image: url(assets/images/h2_background.jpg);
	background-repeat: repeat-x;
}
#sponsors p {
	font-size: 85%;
	line-height: 1.4;
	margin-right: 10px;
	margin-left: 10px;
}
#footer {
	margin-top: 5px;
}

#footer p {
	font-size: 85%;
	line-height: 1.4;
	margin: 0px;
	text-align: center;
}
#footer a {
	color: #BA00BB;
	text-decoration: none;
}
.imgright {
	float: right;
	clear: both;
	height: 196px;
	width: 285px;
}

.clearing {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.sideways {
	margin-left: 200px;
}
