div.article {
	width: 900px;
	min-height: 450px;
	margin-left: 50px;
	background: url(/images/tit.png) left 28px repeat-x;
}
div.article h1 {
	text-align:left;
}
div.article p {
	margin-bottom:10px;
}
div.article .title {
	float:left;
}
div.article .date {
	float:right;
	font-size:14px;
	vertical-align:baseline;
}
div.article .text {
	padding:10px;
	font-size:14px;
	line-height:150%;
}
div.article .left_image {
	float:left;
	margin:10px 20px 10px auto;
}
div.article .right_image {
	float:right;
	margin:10px auto 10px 20px;
}
div.article table.data {
	border-collapse:separate;
}
div.article table.data tr {
	border:1px solid #000;
	padding:5px;
}
div.article table.data tr th {
	border:1px solid #000;
	padding:5px;
}
div.article table.data tr td {
	border:1px solid #000;
	padding:5px;
}



div.related_articles {
	width: 900px;
	margin-left: 50px;
	margin-bottom:30px;
	background: url(/images/tit.png) left 28px repeat-x;
}
div.related_articles h1 {
	text-align:left;
}
div.related_articles .title {
	float:left;
}
div.related_articles .text {
	padding:10px;
	font-size:12px;
	line-height:150%;
}
div.related_articles .text a {
	color:#0000ff;
	font-weight:bold;
	font-size:14px;
}
div.related_articles .text p {
	margin-bottom:10px;
}


div.gallery {
	width: 900px;
	margin-left: 50px;
	background: url(/images/tit.png) left 28px repeat-x;
}
div.gallery h1 {
	text-align:left;
}
div.gallery .title {
	float:left;
}
div.gallery .subtitle {
	float:right;
	font-size:14px;
	vertical-align:baseline;
}
div.gallery .text {
	padding:10px;
	font-size:12px;
	line-height:150%;
}
div.gallery .text .table {
	border-collapse:separate;
}
div.gallery .text .table tr td {
	border:1px solid #ccc;
	width:165px;
	height:105px;
	text-align:center;
	vertical-align:bottom;
}
div.picture_note {
	background-color:#eee;
}





div.comments {
	width: 900px;
	margin-left: 50px;
	background: url(/images/tit.png) left 28px repeat-x;
}
div#new_comments > div {
	display:none;
}
div.comments h1 {
	text-align:left;
}
div.comments .title {
	float:left;
}
div.comments .subtitle {
	float:right;
	font-size:14px;
	vertical-align:baseline;
}
div.comments .text {
	padding:10px;
	font-size:12px;
	line-height:150%;
}
div.comments .text .foot_note {
	margin-top:5px;
	font-size:12px;
	color:#333;
}