@charset "utf-8";
/* CSS Document */
html, body{
	margin: 0;
	padding: 0;
}
img{
	border: 0;
}
body{
	background: url(../images/bg.jpg) left top;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 1.6em
}
#container{
	width: 1000px;
	margin: 0 auto;
}
#top{
	height:445px;
	background: url(../images/top.png);
	position: relative;
}
#top img.top_logo{
	position: absolute;
	left: 93px;
	top: 187px;
}
#menu{
	position: absolute;
	top: 337px;
}
#menu div.indicator{
	float: left;
	background:url(../images/menu_indicator.jpg) right top no-repeat;
	width: 28px;
	height: 30px;
}
#menu div.first{
	padding-left: 150px;
}
#menu a{
	display: block;
	float: left;
}
#content-top{
	background:url(../images/content_top.png);
	width: 887px;
	height: 40px;
	margin: 0 auto;
}
#content-center{
	background: url(../images/content.gif) repeat-y;
	width: 887px;
	margin: 0 auto;

}
#true-content{
	padding: 0px 40px 0px 40px;
}
#content-bottom{
	background:url(../images/content_bottom.png);
	width: 887px;
	height: 33px;
	margin: 0 auto;
	margin-bottom: 50px;
}

a.pl{
	background:url(../images/pl.gif);
	display: block;
	width: 16px;
	height: 11px;
	float: left;
	margin: 5px
}
a.eng{
	background:url(../images/gb.gif);
	display: block;
	width: 16px;
	height: 11px;
	float: left;
	margin: 5px;
}
p.big:first-letter, h1
{
font-style:italic;
font-size: 2em;
font-weight: normal;
}
.small_gallery{
	padding-top: 14px;
}

.small_gallery img{
	height: 114px;
	width: 114px;
	border: 3px solid #cee398;
}
.about_g img{
	margin-left: 5px; margin-right: 6px;
}
#gallery img{
	height: 120px;
	width: 120px;
	border: 3px solid #cee398;
}

p.right{
	text-align: right;	
}
p.it{
	font-style: italic;	
}
