	body {
		font-family: Arial, Helvetica, sans-serif;
		text-align: center;
		background: #ffffff url(../images/layout/bkgd-gradient-3.png);
		margin: 5px;
		vertical-align: top;
	}


    /*  Header Area
    ===================================*/


	#title {
		background: url(../images/title-bkg-2.png) no-repeat top center;
	}

	#topBar {
		background: url(../images/layout/topbar.gif) repeat-x;
		height: 30;
		text-align: center;
		vertical-align: middle;
	}

	#topBar a {
		color: #ffffff;
		text-decoration: none;
	}

	#topBar a:hover {
		text-decoration: underline;
	}


    /*  Navigational Links
    ===================================*/

	.side-column {
		vertical-align: top;
		background: #5cae33;

		padding: 0px;
	}

	.side-column div {
		border-bottom: 1px solid #AAD495;
	}

	.side-column a {
		display: block;
		width: 150px;
		padding: 1px 3px;

		font-size: 14px;
		color: #ffffff;
		text-decoration: none;
		text-align: left;
	}

	.side-column a:hover {
		background: #80bf60;
	}

	.side-column p {
		text-align: center;
	}

    /*  Content Area
    ===================================*/

	#content {
		text-align: center;
		vertical-align: top;
	}
	#content a {
		color: #000;
	}
	#content a:hover {
		color: #bb5555;
	}

	#content img {
		padding: 2px;
	}

	.tableborder, .tableborder td {
		border: 1px solid #ff0000;
	}

	h1 {
		font-family: Arial, Helvetica, sans-serif;
		text-align: center;
		font-size:60px;
		color: red;
	}

	#content td {
		font-family: Arial, Helvetica, sans-serif;
		text-align: center;
	}

	th {
		font-family: Arial, Helvetica, sans-serif;
	}



	.WhiteText {
		color: #FFF;
	}

	.SmallText {
		font-size: 12px;
	}

	.BoxWhite {
		background: #ffffff;
		padding: 3px;

		text-align: left;
	}

	    /*  Grand Prix
	    ===================================*/

		.grandprix {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight: bold;
			color: #FFFFFF;
		}

		.grandprix th {
			background: #838383;
		}

		.grandprix .supergold {
			background: #F6821D;
		}

		.grandprix .gold {
			background: #FFCA05;
		}

		.grandprix .silver {
			background: #5381B2;
		}

		.grandprix .bronze {
			background: #97834A;
		}

		.grandprix .general {
			background: #BFE2CC;
		}

		.grandprix .extra {
			background: #C5D336;
		}

		.grandprix .redbull {
			background: #ED1B26;
		}

    /*  Footer Area
    ===================================*/
	#btmLinks {
		background: url(../images/layout/btmLinks.gif) repeat-x;
		height: 60px;
		text-align: center;
		vertical-align: middle;
		
	}
	#btmLinks a {
		color: #003300;
	}
	#btmLinks a:hover {
		color: #336633;
	}
	
	#designBy {
		background: #BFE2CC;
		text-align: right;
		font-size: 12px;
		color: #003300;
	}
	#designBy a {
		color: #003300;
	}
	#designBy a:hover {
		color: #336633;
	}