/* CSS Document */
/* styles for homepage */

#showdates {
	text-align: center; 
	color:#90C;
	font-size: 160%;
	border: 1px #666 solid;
	margin: 10px;
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#runway {
	width: 350px;
	background-color: #222222;
	padding: 5px;
	text-align: center;
	margin: 0 auto;
	font-size: 10pt;
	margin-top: 5px;
}
#video {  /* will need to change when the video is embedded */
	text-align: center;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 7px;
}
.news {
	width: 110px;
	height: 136px;
	background-image: url(images/bgNews.gif);
	text-align: center;
	font-size: 9pt;
	color: #66FF33;
	line-height: 10pt;
}
#flash { /* will need to change when the flash is embedded */
	font-size: 10pt;
	text-align: center;
	margin: 0 auto;
	margin-top: 5px;
}