@charset "utf-8";
/* CSS Document */

	body{
		background-color:#333;
	}
	#topInfo{
		background-image:url(images/index_01.jpg);
		background-repeat: no-repeat;
		width: 850px;
		height: 112px;
		text-align: left;
	}
	#coundownContainer{
		background-image:url(images/index_03.jpg);
		width: 850px;
		height: 20px;
		text-align: right;
	}
	#countdown1{
		position: relative;
		top: 5px;
		margin-right: 30px;
		font-family:Verdana, Geneva, sans-serif;
		font-size: .75em;
	}
	#header{
		background-image:url(images/index_02.jpg);
		background-repeat: no-repeat;
		width: 850px;
		height: 168px;
	}
	#nav{
		background-image:url(images/index_03.jpg);
		background-repeat: repeat-y;
		width: 850px;
		padding-bottom: 10px;
	}
	#topBar{
		background-image:url(images/index_03.jpg);		
		width: 850px;
		background-color:#FFF;
		padding-bottom: 5px;
	}
	#zingBar{
		background-color: #ee1b25;
		text-align: left;
		font-family:Verdana, Geneva, sans-serif;
		font-size: .70em;
		color: #FFF;
	}
	#zingBar a{
		color: #FFF;
	}
	#newsSection{
		text-align: left;
		font-family:Verdana, Geneva, sans-serif;
		font-size: .70em;
		font-weight: bold;		
		color: #069; /*#FFF;*/
	}
	.bl1 {background: url(images/bl.gif) 0 100% no-repeat #ee1b25; width: 772px}
	.bl2 {background: url(images/bl.gif) 0 100% no-repeat #333; width: 772px}	
	.br {background: url(images/br.gif) 100% 100% no-repeat}
	.tl {background: url(images/tl.gif) 0 0 no-repeat}
	.tr {background: url(images/tr.gif) 100% 0 no-repeat; padding:10px}
	.clear {font-size: 1px; height: 1px}
	#bodyTop{
		background-image:url(images/index_04.jpg);
		background-repeat: no-repeat;
		width: 850px;
		height: 10px;
		margin: 0px;
		padding: 0px;
	}
	#bodyContent{
		background-image:url(images/index_05.jpg);
		background-repeat: repeat-y;
		width: 850px;
	}	
	#bodyBottom{
		background-image:url(images/index_06.jpg);
		background-repeat: no-repeat;
		width: 850px;
		height: 10px;
		margin: 0px;
		padding: 0px;		
	}
	#sponsorTop{
		background-image:url(images/index_07.jpg);
		background-repeat: no-repeat;
		width: 850px;
		height: 45px;
	}
	#sponsors{
		width: 850px;
		height: 164px;
	}
	#sponsorBottom{
		z-index: 5px;
		position: relative;
		top: -5px;
		background-image:url(images/index_09.jpg);
		background-repeat: no-repeat;
		width: 850px;
		height: 26px;
	}
	#bottomInfo td{
		font-family: Arial, Helvetica, sans-serif;
		font-size: .6em;
		color:#999;
	}
	#footer{
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #666;
	}
	#footer a{
		color: #FFF;
	}
	.largeLink{
		font-family:Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: bold;
		color: #336699;
	}