#background {
	background-image: url(../img/bg_pattern.gif);
}

#mainMenu li a {
	background-image: url(../img/menu.gif);
}

#area {
	background-image: url(../img/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#pageTitle {
	width: 390px;
	height: 80px;
	padding-top: 15px;
}
.area h2 {
	background-color: #A8B6BF;
	padding-right: 20px;
	padding-left: 10px;
	padding-top: 10px;
	line-height: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	width: 360px;
	text-decoration: none;
}
.eventContents {
	clear: both;
	display: block;
	position: relative;
	width: 350px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 0px;
	margin: 0px;
}
.eventImg {
	padding-top: 25px;
	clear: both;
	position: relative;
}
.eventImg img {
	float: left;
	margin-right: 10px;
}
