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

body {
	background-color: #0033CC;
	margin: 0px;
	background-image: url(/images/body_pattern.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 130%;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper {
	width: 963px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/images/content_pattern.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#header {
	height: 155px;
}
#content {
	background-image: url(/images/content_bottom.jpg);
	background-repeat: no-repeat;
	padding-bottom: 57px;
	padding-right: 17px;
	padding-left: 17px;
	background-position: center bottom;
}
#content_home {
	background-image: url(/images/content_bottom.jpg);
	background-repeat: no-repeat;
	padding-bottom: 57px;
	background-position: center bottom;
}
#column_left {
	width: 566px;
	margin-right: 24px;
	float: left;
}
#column_right {
	width: 339px;
	float: right;
}
#sponsors {
	width: 963px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/images/sponsors_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 14px;
	background-color: #FFFFFF;
	padding-top: 37px;
}
#sponsors_content {
	background-image: url(/images/sponsors_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 10px;
	padding-right: 14px;
	padding-left: 14px;
}
#footer {
	width: 963px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 20px;
}
.page_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #0033CC;
	display: block;
	margin-bottom: 8px;
	margin-top: 8px;
}
.venue_box {
	background-image: url(/images/venue_box_top.jpg);
	background-repeat: no-repeat;
	padding: 10px 10px 2px;
	background-color: #CEDEF5;
}
.appearances_box {
	background-image: url(/images/appearances_pattern.jpg);
	background-repeat: repeat-y;
	padding: 0px 14px;
	background-position: center top;
}
.appearance_image {
	float: left;
	width: 99px;
	padding-right: 4px;
	padding-bottom: 4px;
}
.box_1 {
	width: 249px;
	margin-right: 14px;
	background-color: #FEFF99;
	margin-bottom: 14px;
}
.box_2 {
	width: 249px;
	margin-right: 14px;
	background-color: #99FFCD;
	margin-bottom: 14px;
}
.box_3 {
	width: 249px;
	margin-right: 14px;
	background-color: #FDCCCB;
	margin-bottom: 14px;
}
.box_content {
	padding: 8px;
	text-align: center;
}
.box_title {
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	display: block;
	padding-bottom: 5px;
}
.photo_image {
	float: left;
	width: 140px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
}
.note_red {
	font-size: 10px;
	color: #CC0000;
}
.box_yellow {
	padding: 10px;
	background-color: #FFFF99;
}
.text_red {
	color: #CC0000;
}
.text_blue {
	color: #003399;
}
.text_green {
	color: #009900;
}
.text_orange {
	color: #FF6600;
}
.text_purple {
	color: #663399;
}
.text_magenta {
	color: #CC00CC;
}
.text_cyan {
	color: #0099FF;
}
