body {
	background-image: url(../images/bg-body-top.png);
	background-repeat: repeat-x;
}
#head {
	height: 578px;
	width: 849px;
	margin-bottom: 30px;
}
#menu {
	margin-bottom: 32px;
}
#content {
	width: 756px;
	padding-right: 22px;
	padding-left: 22px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#content p.blog-title {
	line-height: 18px;
}

#blog {
	float: left;
	width: 536px;
	margin-right: 20px;
}
#event {
	width: 258px;
	margin-right: 20px;
	float: left;
}
#event .event {
	margin-bottom: 30px;
}

#new {
	float: left;
	width: 258px;
}
#gallery .explanation {
	float: left;
	width: 115px;
}
#gallery .thumb {
	height: 97px;
	width: 130px;
	float: right;
}

h2 {
	margin-bottom: 5px;
}
#blog li {
	background-image: url(../images/line-dot.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
#blog .staff {

}

.date-gray,.date-green,.date-orange {
	font-size: 11px !important;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	width: 90px;
	text-align: center;
	line-height: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 8px;
}
.date-gray {
	background-color: #909090;
}
.date-green {
	background-color: #6dbfb2;
}
.date-orange {
	background-color: #f17b7b;
}

