@charset "UTF-8";
/* CSS Document */
html, body {
	padding:0;
	margin:0;
	background:url(img/bg.jpg) repeat-y;
}

.wrapper {
	width:1000px;
	height:800px;
	background:url(img/head-painting-bg.jpg) no-repeat;

}

.body{
	width:800px;
	padding:100px;
	padding-top:200px;
	font:19px/160% Georgia, "Times New Roman", Times, serif normal;
	text-align:justify;
}
.body a {
	text-decoration:none;
	font-size:90%;
}

h1, h2 {
	color:#CE0003;
}
.fl-left {
	float:left;
	margin-right:20px;
}
.fl-right {
	float:right;
	margin-left:20px;
}
div.block .photo {
	display:inline-block;
	width:180px;
	margin-right:16px;
}
div.block .photo img{
	width:180px;
	height:120px;
}
div.photo {
	font:15px/150% Georgia, "Times New Roman", Times, serif normal;
	text-align:center;
	color:white;
	width:300px;
	position:relative;
}
div.photo div {
	position:absolute;
	background-color:#903;
	padding:3px 6px;
	top:10;
	right:5;
}
.photo img {
	margin-bottom:10px;
}
.clear {
	clear:both;
}

.firstcharacter { float: left; color: #903; font-size: 50px; line-height: 60px; padding-top: 4px; padding-right: 8px; padding-left: 0px; }

.firstcharacter-e { float: left; color: #903; font-size: 60px; line-height: 55px; padding-top: 4px; padding-right: 8px; padding-left: 0px; }

.button {
	text-align:right;
}
.button a{
	padding:5px;
	border:1 px sloid #099;
	margin:0;
	margin-left:10px;
}
div.caption {
	font-size:80%;
	line-height:120%;
}
div.caption div {
	font-size:75%;
	float:left;
	background-color:#903;
	color:white;
	padding:3px 6px;
	margin-right:1em;
	margin-bottom:2em;
}