body,td {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
}
#header {
	width: 100%;
	background: #000000;
	position: absolute;
}
#menu {
	top: 62px;
	right: 10px;
	background: #ffffff;
	text-align: center;
	padding: 5px;
	padding-top: 3px;
	position: absolute;
}
a.menu, a.menu:visited {
	color: #6087be; text-decoration: underline;
}
a.menu:hover {
	color: #FF6600; text-decoration: underline;
}
#pics {
	top: 106px;
	right: 0px;
	position: absolute;
}
#author {
	top: 106px;
	left: 41px;
	height: 16px;
	color: #5b5b58;
	padding: 1px 0px 0px 5px;
	position: absolute;
}
#id {
	top: 124px;
	left: 11px;
	width: 30px;
	font-size: 11px;
	background: #f7f7b9;
	padding: 3px 0px 3px 7px;
	position: absolute;
}
#id_name {
	top: 124px;
	left: 41px;
	font-size: 13px;
	background: #f7f7b9;
	padding: 1px 5px 2px 5px;
	position: absolute;
}
#article {
	top: 106px;
	left: 20px;
	bottom: 30px;
	width: 600px;
	height: auto;
	overflow: auto;
	padding: 4px;
	position: absolute;
}
#article_text {
	top: 147px;
	left: 47px;
	bottom: 60px;
	height: auto;
	width: 70%;
	overflow: auto;
	padding: 4px 8px 3px 0px;
	position: absolute;
}
#inf_block {
	top: 110px;
	left: 15px;
	bottom: 30px;
	height: auto;
	width: 95%;
	overflow: auto;
	padding: 5px;
	position: absolute;
}
#navi {
	bottom: 28px;
	width: 100%;
	text-align: center;
	position: absolute;
}
#footer {
	bottom: 0px;
	width: 100%;
	background: #000000;
	color: #FFFFFF;
	padding: 5px;
	position: fixed;
}
a.copyrights, a.copyrights:visited {
	color: #ffffff; text-decoration: underline;
}
a.copyrights:hover {
	color: #d6de23; text-decoration: underline;
}