/* CSS for index.html*/

#FlashArea {
	width:615px;
	height:265px;
	margin-top:10px;
	background-color:#000;
}

#News {
	margin-top:10px;
	width:300px;
	float:left;
}

#News h2 {
	background-image:url(../img/bar_news.gif);
	background-repeat:no-repeat;
	width:100%;
	height:33px;
	text-indent:-9999px;
	margin:0;
	padding:0;
}

#News h2 a {
	display:block;
	height:33px;
}

#News iframe {
	width:298px;
	border:1px solid #D9D9D9;
	border-top:0;
}

#PickUpGirl {
	margin-top:10px;
	width:300px;
	float:right;
}

#PickUpGirl h2 {
	background-image:url(../img/bar_pickup.gif);
	background-repeat:no-repeat;
	width:100%;
	height:33px;
	text-indent:-9999px;
	margin:0;
	padding:0;
}

#PickUpGirl iframe {
	width:298px;
	border:1px solid #D9D9D9;
	border-top:0;
}

#Schedule {
	padding-top:10px;
	clear:both;
}

#Schedule h2 {
	background-image:url(../img/bar_schedule.gif);
	background-repeat:no-repeat;
	width:615px;
	height:33px;
	text-indent:-9999px;
	margin:0;
	padding:0;
}

#Schedule h2 a {
	display:block;
	height:33px;
}

#Schedule iframe {
	width:100%;
	border:1px solid #D9D9D9;
	border-top:0;
}

#Blog {
	background-color:#D3D3D3;
	margin-top:10px;
	width:100%;
	overflow:auto;
}

#Blog h2 {
	margin:0;
	padding:0;
	background-image:url(../img/bar_blog.gif);
	background-repeat:no-repeat;
	width:275px;
	height:33px;
	text-indent:-9999px;
}

#Blog h2 a {
	display:block;
	height:33px;
}

#Blog iframe {
	width:255px;
	border:0;
	margin:10px;
}
