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

#container {
width:  968px;
background:  #FFFFFF;
margin:  0 auto;
padding-left:  10px;
padding-right:  10px;
overflow:  hidden;
}#banner {
	background-image: url(../images/yrbanner.png);
	height: 200px;
	width: 968px;
}
#main_image {
	height: 75px;
	width: 768px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	background-image: url(../images/line.png);
	padding-left: 200px;
}
.main_page_links {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
}

#left_column {
	float: left;
	width: 316px;
	text-align: center;
}
#column_container {
	float: left;
	width: 652px;
}
#right_column {
	float: right;
	width: 316px;
	text-align: center;
}
#center_column {
	width: 316px;
	margin-left: 10px;
	text-align: center;
}
#line_fill {
	height: 75px;
	width: 968px;
	background-image: url(../images/line.png);
	float: left;
}
#bottom_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	float: left;
	height: auto;
	width: 968px;
	text-align: center;
}
#official_site_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: oblique;
	font-weight: bold;
}
.special_event_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #F00;
	text-decoration: underline;
}
