
	html {
	height:100%;
	}
	body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #c1c1c2;
	}
	#container {
	background-image: url('../images/container_bg.jpg');
	background-repeat: repeat-y;
	width: 800px;
	margin: 0px;
	padding: 0px;
	height: auto;
	margin: 0px auto 0px auto;
	text-align: left;
	}
	#header {
	width: 800px;
	text-align: center;
	height: 234px;
	}
	#content {
	width: 800px;
	background-image: url('../images/container_bg_repeat.gif');
	background-repeat: repeat-y;
	}
	#rightcolumn {
	background-image: url('../images/content_bg.jpg');
	background-repeat: repeat-y;
	width: 583px;
	margin:0px 10px 0px 207px; 
	padding:0px;
	height: auto;
	}
	#leftcolumn {
	background-image: url('../images/leftnav_bg_repeat.jpg');
	background-repeat: repeat-y;
	float: left;
    width: 197px;
    margin-left:10px; 
	padding:0px;
	height: auto;
	}
	.clear {
	clear: both;
	}
	#subnav {
	background-image: url('../images/subnav_bg.jpg');
	background-repeat: no-repeat;
    width: 583px;
	height: 29px;
    margin:0px; 
	padding: 6px 0px 0px 0px;
	text-align: center;
	font-family: trebuchet ms, trebuchet, tahoma, sans-serif;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	}
	#leftnav {
	background-image: url('../images/leftnav_bg_gradient.jpg');
	background-repeat: no-repeat;
    width: 196px;
	height: 178px;
	margin: 0px;
	padding: 0px;
	}
	#subnav a {
	font-family: trebuchet ms, trebuchet, tahoma, sans-serif;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	}
	#copy {
	padding: 10px 10px 10px 20px;
	font-family: trebuchet ms, trebuchet, tahoma, sans-serif;
	color: #171717;
	font-size: 12px;
	}
	a {
	font-family: trebuchet ms, trebuchet, tahoma, sans-serif;
	color: #960809;
	text-decoration: underline;
	}
	a:hover {
	font-family: trebuchet ms, trebuchet, tahoma, sans-serif;
	color: #960809;
	text-decoration: none;
	}
	h1 {
	font-family: trebuchet ms, trebuchet, tahoma, sans-serif;
	color: #960809;
	font-weight: bold;
	font-size: 24px;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #960809;
	width: 520px;
	}
	h3 {
	font-family: trebuchet ms, trebuchet, tahoma, sans-serif;
	color: #960809;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	}
	h2 {
	font-family: trebuchet ms, trebuchet, tahoma, sans-serif;
	color: #960809;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	}
	ol {
	padding-top: 5px;
	margin-top: 5px;
	}
	#footer {
	width: 780px;
	height: 32px;
	background-color: #656452;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 1px solid #000;
	}
	#footer_text {
	color: #FFF;
	font-family: trebuchet ms, trebuchet, tahoma, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 6px;
	}
	
	.wht {
	color: #FFF;
	}
	#copy strong {
	color: #000;
	font-size: 12px;
	}
	a#history img {background: url(../images/leftnav_history.gif) top left no-repeat;}
	a#events img {background: url(../images/leftnav_events.gif) top left no-repeat;}
	a#parade img {background: url(../images/leftnav_parade.gif) top left no-repeat;}
	a#royalty img {background: url(../images/leftnav_royalty.gif) top left no-repeat;}
	a#sponsors img {background: url(../images/leftnav_sponsors.gif) top left no-repeat;}
	a#volunteering img {background: url(../images/leftnav_volunteering.gif) top left no-repeat;}

	a#history:hover img {background: url(../images/leftnav_history_over.gif) top left no-repeat;}
	a#events:hover img {background: url(../images/leftnav_events_over.gif) top left no-repeat;}
	a#parade:hover img {background: url(../images/leftnav_parade_over.gif) top left no-repeat;}
	a#royalty:hover img {background: url(../images/leftnav_royalty_over.gif) top left no-repeat;}
	a#sponsors:hover img {background: url(../images/leftnav_sponsors_over.gif) top left no-repeat;}
	a#volunteering:hover img {background: url(../images/leftnav_volunteering_over.gif) top left no-repeat;}
