@charset "utf-8";
body {
	/*
	background-attachment: scroll;
	background-image: url(images/seamlesstexture30_1200.jpg);
	background-repeat: repeat;
	background-position: center top;
	height: auto; //before
	*/
	height:auto;
}
.header {
	width: 950px;
	height: 150px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Comic Sans MS", cursive;
	font-size: 48px;
	text-align: left;
	background-color: #FFF;
	color: #000;
}
.content {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	position:relative;
}

#content_frontpage {
	position:absolute;
	margin:auto;
	width:950px;
	height:705px;
	/*height:auto;*/
	text-align:center;
	z-index:10;
}

#content_photobase
{
	position:absolute;
	width:375px;
	height:250px;
	top:279px;
	left:297px;
	text-align:center;
	vertical-align:middle;
}


#content_photobase_fr
{
	position:absolute;
	width:375px;
	height:250px;
	top:305px;
	left:292px;
	text-align:center;
	vertical-align:middle;
}

#content_photobase_en
{
	position:absolute;
	width:375px;
	height:250px;
	top:265px;
	left:297px;
	text-align:center;
	vertical-align:middle;
}
.content_ru {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	font-family: Calibri;
	font-size: 16px;
}
.footer {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}
h1 {
	font-family: "Comic Sans MS", cursive;
	font-size: 36px;
}
h2 {
	font-family: "Comic Sans MS", cursive;
	font-size: 24px;
	font-weight: normal;
}
#h1_ru {
	font-family: "Calibri", cursive;
	font-size: 36px;
	margin-bottom:0;
}
#h2_ru {
	font-family: "Calibri", cursive;
	font-size: 24px;
	font-weight: normal;
	margin-top:0;
}
.black_overlay{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content {
	display: none;
	text-align: center;
	top: 100px;
/*	left: 23%;
	position: absolute;
	width: 54%; */
	margin-left:auto;
	margin-right:auto;
	width:700px;
	position:relative;

	height: auto;
	background-color: #666;
	z-index: 1002;
	overflow: hidden;
	padding: 0px;
	border-top-width: 00px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
.slide_next {
	position: absolute;
	top:45%;
	right:0%;
	width:auto;
	height:auto;
	overflow: hidden;
	border:0px;
	padding:0px;
	z-index:1003;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}
.slide_previous {
	position: absolute;
	top:45%;
	left:0%;
	width:auto;
	height:auto;
	overflow: hidden;
	border:0px;
	padding:0px;
	z-index:1003;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}
.slide_close {
	position: absolute;
	top: 0%;
	right: 0%;
	width: auto;
	height: auto;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	z-index: 1003;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	-moz-opacity: 0.6;
	opacity:.60;
	filter: alpha(opacity=60);
}
