﻿body
{
	color: #314446;
	font-family: Verdana, Sans-Serif;
	background-attachment: fixed;
	background-image: url(imgs/back.jpg);
}

.main_text
{
	font-size: 9pt;
	vertical-align: top;
	text-align: justify; /*line-height: 170%;*/
}

.main_text p
{
	text-indent: 30px;
}

.right_text
{
	font-size: 8pt;
	vertical-align: top;
	text-align: left;
	line-height: 140%;
}

.right_caption
{
	font-size: 8pt;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	color: #5c7472;
	left: -10px;
	position: relative;
}

h1
{
	left: -20px;
	font-size: 18pt;
	vertical-align: top;
	text-align: left;
	color: firebrick;
	position: relative;
	font-family: Verdana, Sans-Serif;
	font-weight: normal;
}

h2
{
	left: -10px;
	font-size: 12pt;
	vertical-align: top;
	text-align: left;
	color: #5c7472;
	position: relative;
	font-family: Verdana, Sans-Serif;
	font-weight: bold;
}

h3
{
	font-size: 9pt;
	vertical-align: top;
	text-align: left;
	font-family: Verdana, Sans-Serif;
	font-weight: bold;
}

.elements
{
	font-size: 9pt;
	vertical-align: top;
	text-align: left;
	font-family: Verdana, Sans-Serif;
}

A
{
	text-decoration: underline;
	color: black;
}

A:hover
{
	color: #ee0000;
}

.site_path
{
	font-size: 8pt;
	font-family: Verdana, 'Microsoft Sans Serif';
}

.site_path a
{
	font-weight: bold;
	text-decoration: none;
}

.image_right
{
	float: right;
	margin: 15px;
	margin-right: 0px;
}

.image_left
{
	float: left;
	margin-right: 15px;
}

.sign
{
	font-style: italic;
	text-align: right;
	margin-right: 20px;
}

/* фотоальбом */

.album
{
}

.album td
{
	width: 142px;
	height: 142px;
	border: none 1px #777777;
	text-align: center;
	vertical-align: middle;
}

.album .img
{
	border: solid 1px #444444;
}

/* список альбомов */
.album_list
{
}

.album_list .left_cell
{
	width: 100px;
	height: 100px;
	text-align: center;
	vertical-align: middle;
}

.album_list .left_cell img
{
	border: solid 1px #444444;
}

.album_list .right_cell
{
	width: 300px;
	height: 100px;
}

.album_list .album_caption
{
	font-weight: bold;
}
.textBox
{
	border: gray 1px solid;
}
