* { margin:0; padding:0}
html, body {
	margin:0;
	padding:0;
	height:100%; /* needed for world min-height */
}
body { 	/*overflow: hidden;*/
	background-color: #fff;
	overflow: hidden;
}
.clear {
	clear: both;
	height:1px;
	font-size:1px;
	line-height:1px;
	margin:0; padding:0;
}
.fl { float: left; }
.fr { float: right; }

/* ------------------------------------------------------------------ */
/* --- Layout [world] ----------------------------------------------- */
/* ------------------------------------------------------------------ */
#world {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	overflow: hidden;
	background-color: transparent;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
/* --- header [world] ----------------------------------------------- */
#header {
	position: fixed;
	height: 100px;
	top: 0px;
	width: 142px;
	right: 0px;
	z-index: 2;
	background-color: transparent;
	padding-top: 0px;
}
.logo {
	width: 102px;
	height: 120px;
	display: block;
	padding-left:40px;
}
/* --- middle [world] ----------------------------------------------- */
#middle {
	position: relative;
	display: block;
	overflow: hidden;
	background-color: transparent;
}

#middle .page {
	background-color: transparent;
	display: none;
	padding: 0px;
	float: left;
	width: 2000px;
	padding-left: 12px;
}
#middle .page .content {
	position: relative;
	width: 850px;
	min-height: 350px;
}
.post {
	width: 810px;
}
.title {
	background-color: #353535;
	background-image: url(../images/title-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 30px;
	height: 200px;
	margin-right: 10px;
}

.next {
	position: absolute;
	top: 310px;
	background-color:#353535;
	display: block;
	left: -1250px;
	width: 24px;
	height: 24px;
	text-align: center;
	font-size: 24px;
	color: #fff;
}
.prev {
	position: absolute;
	top: 310px;
	background-color:#353535;
	display: block;
	left: 2810px;
	width: 24px;
	height: 24px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	z-index: 15;
}
a.next:hover, a.prev:hover  {
	color: #353535;
	background-color:#dedede;
}
.pop {
	width: 105px;
	height: 105px;
	border: none;
}
.post img {
	float:left;
	margin: 0 0px 10px 10px;
}

/* --- footer [world] ----------------------------------------------- */
#footer {
	clear: both;
	height: 90px;
	width: 100%;
	right: 0px;
	position: fixed;
	bottom:0px; /* stick to bottom */
	background-color: #353535;
	z-index: 2;
}
#footer #f-holder {
	background-image: url(../images/footer-dot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	margin-left: 12px;
}