@charset "UTF-8";

*	{
	margin:0;
	padding:0;
}

body {
	background:#CCCCCC;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#container {
	width: 1000px;
	background:#FFFFFF;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	padding: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	float:none;
}

#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#header {
	float:left;
	top:0;
	left:0;
	background-image:url(images/BFoMBanner.jpg);
	width:1000px;
	height:100px;
	margin:0;
	padding:0px 0px;
}

#topBanner {
	float:left;
	width:992px;
	height:51px;
	padding: 6px 4px 0px 4px;
	text-align:right;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#000000;
	color:#FFFFFF;
}

#entryPrice{
	padding: 0 0 8px 0;
	text-align:center;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

#bottomBanner {
	float:left;
	width:992px;
	height:18px;
	padding: 4px;
	text-align:center;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#000000;
	color:#FFFFFF;
}

#stormPurple {
	float:left;
	width:992px;
	height:18px;
	padding: 4px;
	text-align:center;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#CCCCCC;
	color:#FF6600;
}


#mainGraphic {
	height:420px;
	width:1000px;
	float:right;
}

#topDetail {
	width:330px;
	height:120px;
	background-color:#9999FF;
	padding:10px;
	text-align:center;
}

#middleDetail {
	width:330px;
	height:120px;
	background-color:#B5C0FF;
	padding:10px;
	text-align:center;
}

#bottomDetail {
	width:330px;
	height:120px;
	background-color:#DCE3FF;
	padding:10px;
	text-align:center;
}

#mainText {
	width: 980px;
	padding:10px;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-color:#FFFFFF;
}

#centreCol {
	width: 580px;
	padding:0px;
	margin:0px 230px 0px 160px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-color:#FFFFFF;
}

#rightCallout {
	width:200px;
	background-color:#FFFFFF;
	padding:10px 0px;
	font-size:12px;
	text-align:center;
	float:right;
	border-left:thin;
	border-color:#000000;
}

#contentText {
	padding: 0px;
	margin:0px 220px 0px 0px;
	background-color:#FFFFFF;
}

#counter {
	color:#9999FF;
	padding:0.4em;
}

.imageLink
{
	border:0px;
}

.centrePhoto
{
	text-align:center;
	margin: 0px 10px;
}

.leftphoto
{
	float:left;
	margin:0px 10px 0px 0px;
}

.rightphoto
{
	float:right;
	margin:0px 0px 0px 10px;
}

.rightflash
{
	float:right;
	margin:0px;
}


p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#3B1B65;
	font-weight:bold;
	text-decoration:none;
}

h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#3B1B65;
	font-weight:normal;
	text-decoration:none;
}

h3
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#3B1B65;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}

a.imageLink:link 
{
	color:#EE0000;
	text-decoration:none;
	border-width: 0px;
	border: 0px;
}

a.imageLink:visited
{
	color:#EE0000;
	border-width: 0px;
}


/*bottom banner styling*/

a.bottomBanner:link 
{
	color:#FFFFFF;
	text-decoration:underline;
}

a.bottomBanner:visited
{
	color:#FFFFFF;
	text-decoration:underline;
}

/*sponsor styling*/

a.sponsor:link 
{
	text-decoration:underline;
	color:#3B1B65;
}

a.sponsor:visited
{
	text-decoration:underline;
	color:#3B1B65;
}

a.brackley:link 
{
	text-decoration:underline;
	color:#3B1B65;
	font-size:14px;
	color:#3B1B65;
}

a.brackley:visited
{
	text-decoration:underline;
	color:#3B1B65;
	font-size:14px;
	color:#3B1B65;
}

a:link 
{
	color:#FF6600;
	text-decoration:underline;
}

a:visited
{
	color:#FF6600;
	text-decoration:underline;
}
