body
{
	/*font-family: cursive;*/
	background: #bb0000;
}

h1
{
    text-align: center;
    background-color:#00bbbb;
    color:#ffffff;
    font-size: 50pt;
    padding: 2%;
}

nav
{
    width: 75%;
    text-align: center;
    font-size: 150%;
    margin: auto;
    color: #00ffff;
}

a
{
    color: #00ddff;
}

figure
{
	float: right;
}

h2
{
	text-align: center;
	font-size: 50pt;
	color: #00ffff
}

article
{	
	padding: 1% 10%;
}


p
{
	text-indent: 35pt;
	/*text-align: justify;*/
	font-size: 30pt;
	color: #ddeeee;
}

p.person
{
	font-size: 25pt;
	color: #777777;
}

p.comment
{
	font-size: 22pt;
	color: #ddeeee;
	font-family: cursive;
}

ul
{
	font-size: 23pt;
	color:  #d0d077;
}

ol
{
	font-size: 23pt;
	color: #f0f099;
}

span
{
	font-size: 30pt;
	color: #7777ff
}

span.company
{
	color: #0000dd
}

div
{
    /*width: 600px;*/
	/*height: 1000px;*/
    background: #880000;
    /*padding: 5px;*/
    /*padding-right: 20px;*/
    border: solid 1px black;
    /*float: left;*/
}

div.photo
{
    width: 600px;
	height: 700px;
    background: #880000;
    padding: 5px;
    padding-right: 20px;
    border: solid 1px black;
    float: left;
}



figure.photo
{
	background: #880000; /* Цвет фона */
	padding: 10px; /* Поля вокруг */
	display: block; /* Блочный элемент */
	width: 450px; /* Ширина */
	height: 700px;
	float: left; /* Блоки выстраиваются по горизонтали */
	margin: 0 25px 25px 0; /* Отступы */
	text-align: center; /* Выравнивание по центру */
}

figcaption
{
	font-size: 20pt;
	color: #aa0000;
}
	
