*{ /*zero out everything*/
	margin: 0;
	padding: 0;
}

body{
	background: #dbe6ee;
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	line-height: 130%;
	color: #666;
}

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

a:hover{
	color: #df4c26;
	text-decoration: none;
}

.clearboth{
	clear: both;
	height: 0;
	border: 0;
	width: 0;
}

.pushright{
	margin-left: 20px;
}

.dontshow{
	display: none;
}

.st{
	text-decoration: line-through;
}

.divider{
	height: 1px;
	background: url(images/hr.gif);
	padding:top 2px;
	width: 800px;
	overflow: hidden;
	margin: 15px 0 15px 0;
}


h5{
	font-weight: normal;
	color: #b41f24;
	font-size: 13px; 
}

h2{
	font-size: 18px;
	line-height: 20px;
}

ol{
	list-style-position: inside;
	margin: 20px;
}

	ol li{
		margin-bottom: 20px;
	}
	
	ol li strong{
		color: #7aaecd;
	}
	
	ol li ul li{
		margin: 0 0 0 20px;
		list-style: disc;
		list-style-position: inside;
	}
	
	ol.howToEnter, ol.howToEnter li{
		margin-top: 0;
		margin-bottom: 0;
	}

#wrapper{
	width: 800px;
	margin: 0 auto 0 auto;
	padding-top: 20px;
	background: url(images/siteCap_09.gif) no-repeat #dbe6ee;
}

	#wrapper #topCorner{
		height: 2px;
		width: 2px;
		background: url(images/cardCorners_09.gif) 0 0 no-repeat;
		overflow: hidden;
		float: right;
	}
	
	#wrapper #bottomCorner{
		height: 2px;
		width: 2px;
		float: right;
		background: url(images/cardCorners_09.gif) 0 -1px no-repeat;
		margin-top: -2px;
		overflow: hidden;
	}
	
	#wrapper #header{
		background-color: #fff;
	}

	#wrapper #logo{
		margin: 0;
		width: 341px;
		float: left;
	}
	
		#logo h1 a img{
			border: 0;
		}

	#wrapper #std{
		font-size: 11px;
		padding-top: 44px;
		line-height: 21px;
		height: 42px;
		float: right;
		margin-right: 20px;
	}
		
		
	#wrapper #nav{
		margin-top: 11px;
		height: 39px;
		overflow: hidden;
		background: url(images/nav_bg.gif) repeat-x #7aaecd;
	}
		
		#nav li{
			list-style: none;
			float: left;
		}
		
		#nav li a{
			display: block;
			height: 0;
			padding-top: 39px;
			overflow: hidden;
		}
		
		#nav .home a{
			background: url(images/nav_home.gif) no-repeat;
			background-position: 0 0;
			width: 72px;
		}
		
		#nav .home a:hover{
			background-position: 0 -39px;
		}
		
		#nav .home a.current, 	#nav .home a.current:hover{
			cursor: default;
			background-position: 0 -78px;
		}
		
		#nav .rules a{
			background: url(images/nav_rules.gif) no-repeat;
			background-position: 0 0;
			width: 77px;
		}
		
		#nav .rules a:hover{
			background-position: 0 -39px;
		}
		
		#nav .rules a.current, 	#nav .rules a.current:hover{
			cursor: default;
			background-position: 0 -78px;
		}
		
		#nav .enter a{
			background: url(images/nav_enter.gif) no-repeat;
			background-position: 0 0;
			width: 75px;
		}
		
		#nav .enter a:hover{
			background-position: 0 -39px;
		}
		
		#nav .enter a.current, 	#nav .enter a.current:hover{
			cursor: default;
			background-position: 0 -78px;
		}
		
		#nav .gallery a{
			background: url(images/nav_gallery.gif) no-repeat;
			background-position: 0 0;
			width: 92px;
		}
		
		#nav .gallery a:hover{
			background-position: 0 -39px;
		}
		
		#nav .gallery a.current, 	#nav .gallery a.current:hover{
			cursor: default;
			background-position: 0 -78px;
		}
		
		#nav .enter {
			background: url(images/nav_enter.gif) no-repeat;
			background-position: 0 -117px;
			width: 75px;
			padding-top: 39px;
			overflow: hidden;
		}

		
	#wrapper #content{
		width: 800px;
		padding: 20px 0 20px 0;
		background-color: #fff;
	}
	
	#content .rightRail{
		float: left;
		margin: 0 20px 0 10px;
		width: 180px;
	}
	
	.rightRail p{
		margin-bottom: 15px;
		font-size: 11px;
		line-height: 16px;
	}
	
	#gal{
		margin: auto !important;
	}
	
	#gal a.sshow{
		margin: 2px;
	}
	
	#wrapper .introPod{
		width: 570px;
		margin-left: 20px;
		float: left;
	}
	
	.intropod h2{
		font-size: 32px;
		font-weight: normal;
		line-height: 30px;
		margin-bottom: 20px;
	}
	
		.intropod h2 span{
			color: #b41f24;
		}
	
	.intropod p{
		font-size: 21px;
		line-height: 28px;
		margin-bottom: 20px;
	}
	
	.intropod p.small{
		font-size: 1em;
	}
	
	#content ul#sponsors{
		list-style: none;
		display: block;
		border-top: 1px solid #dbe6ee;
	}
	
	#content ul#sponsors li{
		float: left;
	}
	
	#content ul#sponsors li a img{
		border: 0;
	}
	
	.bigCentered{
		font-size: 30px;
		display: block;
		text-align: center;
		margin: 30px 0 30px 0;
	}
	
	table{
		font-size: 12px;
		text-align: center;
	}
	
	td{
		padding: 5px;
		border-bottom: dotted 1px #999;
		border-right: dotted 1px #999;
	}
	
	table .tblHeader, table td.rowTitle{
		background: #dbe6ee;
		font-weight: bold;
		color: #7aaecd;
	}
	
.gal a{
	margin: 30px;
}

.gal {
	width: 700px;
	margin-left: 50px;
}
	
.enterCol{
	width: 240px;
	float: left;
	margin: 20px 0 20px 20px;
}

.spacebottom{
	margin-bottom: 40px;
}