@charset "utf-8";
body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.main {
	width: 778px;
	margin-right: auto;
	margin-left: auto;
}
.main .text {
	background-color: #F0F0F0;
	padding-right: 10px;
	padding-left: 10px;
	width: 545px;
	margin-left: auto;
	margin-top: 10px;
}
.main .text_full {
	background-color: #F0F0F0;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: auto;
	margin-top: 10px;
}
.main .side_bar {
	width: 190px;
	float: left;
	color: #000000;
	background-color: #F0F0F0;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 10px;
}

.body_img {
	position: relative;
	right: 10px;
	left: 778;
	top: 42;
}
.main .side_bar img {
	position: relative;
	right: 5px;
}
.table_border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-top-width: 3px;
}
.show_thumbnails {
	float: right;
}
