@charset "utf-8";
/* CSS Document */

.header{
	background:url(images/loading.gif)  no-repeat 50% 0;
	height:412px;
	width:864px;
	position:relative;
	z-index:1;
}

h2{
	background:url(images/news.gif) no-repeat;
	text-indent:-9999px;
	width:67px;
	height:31px;

	}
	
.date{
	background:url(images/event_info.png) no-repeat; 
	height:86px;
	width:228px;
	text-indent:-9999px;
	margin-left:600px;
	margin-top:185px;
}	

.news_entry{
	width:440px;
	margin-left:auto;
	margin-right:auto;
	border-bottom:1px dotted #33F;
	margin-top:10px;
	padding-bottom:10px;
}

.entrydate{
	width:auto;
	font-size:1.5em;
}

.contents{
	height:40px;
	font-size:1.3em;
	margin-left:10px;
}
