@font-face
{
	font-family: "Pakenham"; src: url(fonts/pakenham.ttf);
}

@font-face
{
	font-family: "chicken"; src: url(fonts/chicken.ttf);
}


body {
	background: url(../images/bg_divers.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #AAAAAA;
}
#main_ul {
	width: 960px;
	margin: 345px 10px 0;
	float: left;
	list-style: none;
	font-size: 12px;
}
#main_ul li {
	float: left;
	width: 200px;
	margin-left: 25px;
}
.title {
	width: 100%;
	text-align: center;
	list-style: none;
	font-size: 26px;
	font-family: "chicken";
	color: #9e5d39;
}
#column_list1, #column_list2, #column_list3, #column_list4{
	list-style: none;
}
.date {
	width: 100%;
	font-weight: bold;
	list-style: none;
	font-size: 16px;
	font-family: "Pakenham";
	color: #5c4a46;
}
#column_list1 .item, #column_list2 .item, #column_list3 .item, #column_list4 .item {
	width: 100%;
	font-size: 14px;
	font-family: "Pakenham";
	color: #354743;
	margin-left: 10px;
}
.next {
	padding-top: 195px;
	text-align: right;
}
.back {
	margin-top: -35px;
}
.back, .next {
	font-size: 30px;
	font-family: "chicken";
}
.back a, .back a:visited, .next a, .next a:visited {
	color: #625460;
}