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

h2 {
	background: url(title.png) no-repeat;
	width: 900px;
	height: 300px;
	text-indent: -9999px;
}

#event {
	width: 650px;
	margin: 20px auto 0;
	padding: 50px;
	background: #fff;
	border: 1px solid #975C00;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#event dt {
	font-weight: bold;
	color: #3A81C4;
}
#event dd {
	margin-bottom: 15px;
	padding-left: 15px;
}

strong {
	color: #C36;
}