@charset "utf-8";
/* CSS Document */

/* AP Divs */
#container { /* The Container for menu and Content Container (Mod Height for page length also adjusting contentcontainer AP Div) */
	width:900px;
	margin:0 auto;
	top:0px;
	height:900px;
	text-align: left;
	background-color: #FFFFFF;
	position: relative;
}
#contentcontainer {
	position:absolute;
	left:0px;
	top:85px;
	width:900px;
	height:815px;
}

/* Left Column Content Divs */

#leftcolumn {
	position:absolute;
	left:0px;
	top:0px;
	width:320px;
	height:100%;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #CC0000;
}
#success2008 {
	position:absolute;
	left:10px;
	top:14px;
	width:300px;
	height:1px;
	background-color: #eace82;
	background-image: url(images/index/winnerbackground.jpg);
}
#sucess2008title {
	position:absolute;
	left:5px;
	top:-253px;
	width:300px;
	height:24px;
	text-align: center;
	color: #990000;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}
#success2008photo {
	position:absolute;
	left:39px;
	top:42px;
	width:232px;
	height:186px;
}
#success2008winner {
	position:absolute;
	left:-310px;
	top:248px;
	width:300px;
	height:59px;
	text-align: center;
	font-weight: bold;
}
#registration2009 {
	position:absolute;
	left:5px;
	top:359px;
	width:310px;
	height:390px;
	text-align: center;
	font-weight: normal;
	font-size: x-small;
}
#dotteddivider {
	position:absolute;
	left:10px;
	top:342px;
	width:300px;
	height:5px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #CC0000;
}
#winner1 {
	position:absolute;
	left:75px;
	top:45px;
	width:40px;
	height:34px;
}
#winner2 {
	position:absolute;
	left:410px;
	top:75px;
	width:40px;
	height:34px;
}

/* Right Column Content Divs */

#rightcolumn {
	position:absolute;
	left:327px;
	top:0px;
	width:573px;
	height:1px;
}
#newyearsride {
	position:absolute;
	left:12px;
	top:5px;
	width:548px;
	height:460px;
}
#ticketpricing {
	position:absolute;
	left:15px;
	top:480px;
	width:540px;
	height:300px;
}



/* Styles */

.redtitle2009 {
	font-weight: bold;
	color: #CC0000;
	font-size: 18px;
}
.bluetitle2009 {
	font-weight: bold;
	color: #000099;
	font-size: 18px;
}
.blacktitle2009 {
	font-weight: bold;
	color: #000000;
	font-size: 18px;
}
.blacktitlesmall2009 {
	font-weight: bold;
	color: #000000;
	font-size: 14px;
}
.raffletitle {
	color: #000099;
	font-size: 28px;
	font-weight: bold;
}
.firstprize {
	font-weight: bold;
	color: #CC0000;
	font-size: 20px;
}
.tickettitle {
	font-weight: bold;
	color: #990000;
	text-transform: uppercase;
	font-variant: small-caps;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
