.layout_top {
	width: 100%;

	margin:0;
	padding:0;
}
.layout_left {
	position: absolute;
	top: 20px;
	bottom: 0px;
	left: 0px;
	width:320px;

	margin:0;
	padding:0;

	overflow-y: auto;
}

.layout_left a img {
	max-width: 320px;
}

.layout_right {
	position: absolute;
	top: 20px;
	bottom: 0px;
	left: 320px;
	right: 0px;

	overflow-y: auto;

	padding: 5px;
}

ul.links {
	height: 20px;
}

ul.links li.title {
	position:absolute;
	left: 320px;
	top: 0px;
	right: 0px;
	text-align: center;
}

ul.links li, ul.links li a span, ul.links li.title h1 {
	line-height:20px;
}

ul.links li.navigation {
	position: absolute;
	top: 0px;
	width: auto;
	height: 20px;
}

ul.links li.navigation.prev {
	left: 320px;
}

ul.links li.navigation.next {
	right: 0px;
}

ul.links li.navigation a {
	width: auto;
}

div.post {
	position: relative;
}

div.date {
	position: absolute;
	top: 0px;
	right: 0px;
}

div.plat {
    display: inline-block;
}
