body {
	background-color: #8F0E21;
	color: #333;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0;
	text-align: center;
}

/***** Site tag styles *****/
a {
	color: #333;
}

h1, h2 {
	color: #8F0E21;
	display: block;
	font-size: 17px;
}

h3 {
	color: #000000;
	display: block;
	font-size: 13px;
	font-weight: bold;
}

p {
	margin: 6px 0 12px 0;
}

img {
	border: none;
}

strong {
	font-weight: bold;
}

/***** Useful Classes *****/
.clear {
	clear: both;
}

/***** Main Site *****/
#container {
	margin: 0 auto;
	padding-top: 20px;
	text-align: left;
	width: 880px;
}

/***** Header *****/
#header {
	background: #ffffff url("../images/head_top.png") no-repeat top center;
	border-bottom: 5px solid #333333;
}
	#header-cnt {
		width: 880px;
		height: 116px;
	}
		#header-left {
			float: left;
			width: 500px;
		}
			#header-logo {
				position: relative;
				left: 24px;
				top: 20px;
			}
			
		#header-right {
			margin-left: 650px;
		}
			#header-contact {
				text-align: right;
				padding-right: 25px;
				padding-top: 18px;
			}
				#header-contact h2 {
					font-size: 14px;
					margin: 0 0 3px; 
				}
				#header-contact p {
					margin: 4px 0; 
				}

/***** Content Area *****/
#content {
	background: #ffffff url("../images/bottom.png") no-repeat bottom center;
	padding: 22px 26px 27px 26px;
}

/***** Content Box Styles *****/
.box {
	padding-bottom: 12px;
	margin-bottom: 10px;
}
	.box .content {
		padding: 5px 10px;
	}
	.box h2 {
		padding: 8px 0 5px 10px;
	}
	.box p {
	}
/***** Left Content *****/
#content-left {
	width: 364px;
	float: left;
}
	#content-left .box {
		background: #ffffff url("../images/b1b.png") no-repeat center bottom;
	}

	#content-left h2 {
		background: #ffffff url("../images/b1t.png") no-repeat center top;
	}

	#content-left .content {
		background: #ffffff url("../images/b1bg.png") repeat-y center top;
		height: 437px;
		font-size: 12px;
	}

/***** Middle Content *****/
#content-mid {
	width: 223px;
	float: left;
	margin-left: 10px;
}
	#content-mid .box {
		background: #ffffff url("../images/b2b.png") no-repeat center bottom;
	}

	#content-mid h2 {
		background: #ffffff url("../images/b2t.png") no-repeat center top;
	}

	#content-mid .content {
		background: #ffffff url("../images/b2bg.png") repeat-y center top;
		height: 80px;
	}
	
	#content-mid #cost .content {
		height: 298px;
	}

/***** Right Content *****/
#content-right {
	width: 209px;
	float: left;
	margin-left: 10px;
}
	#content-right .box {
		background: #ffffff url("../images/b3b.png") no-repeat center bottom;
	}

	#content-right h2 {
		background: #ffffff url("../images/b3t.png") no-repeat center top;
	}

	#content-right .content {
		background: #ffffff url("../images/b3bg.png") repeat-y center top;
		height: 80px;
	}
	
	#content-right #enter {
		text-align: center;
	}

	#content-right #upcoming .content {
		height: auto;
	}	
		#content-right  #upcoming ul {
			list-style: disc;
			margin-left: 10px;
		}

/***** Footer *****/
#footer {
	color: #ffffff;
	font-family: Verdana, Arial, Sans-serif;
	padding: 5px 15px;
	text-align: right;
}
	#footer a {
		color: #ffffff;
	}

