* {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: Arial;
  line-height: 1.5;
  vertical-align: top;
  text-align: justify;
  z-index: 1;
}
table, tr, td, th {
	border-collapse: collapse;
}

a {
	color: #757575;
}
a.no {
	text-decoration: none;
}
a:hover {
	color: #982F2C;
}


body {
	background: #fff;
	z-index:1;
}
#global {
	position: relative;
	margin: 30px auto;
	width: 906px;
	z-index:1;
}
#all {
	background: white;
	z-index:1;
}
#header {
	position: relative;
	height: 163px;
}
#header .logo {
	position: absolute;
	display: block;
	width: 237px;
	height: 42px;
	top: 42px;
	left: 42px;
	background: url(/img/logo.gif) no-repeat
}



#header .menu {
	position: absolute;
	top: 120px;
	right: 20px;
}
#header .menu h4 {
	display: inline;
	margin-left: 20px;
}
#header .menu h4 a {
	color: #818183;
	text-decoration:  none;
	font-weight:  normal;
	font-size: 17px;
}
#header .menu h4 a:hover, #header .menu h4 a.act {
	color: #982f2c;
}
#header .menu h4 span {
	color: #982f2c;
	text-decoration:  none;
	font-weight:  normal;
	font-size: 17px;
}





#corpus {
	z-index:1;
}
#corpus .left {
	position: relative;
	width: 192px;
}
#corpus .left .menu h3 {
	margin: 0 0 10px 42px;
}
#corpus .left .menu h3 a {
	color: #818183;
	text-decoration:  none;
	font-weight:  normal;
	font-size: 18px;
}
#corpus .left .menu h3 a:hover, #corpus .left .menu h3 a.act {
	color: #982f2c;
}
#corpus .left .menu h3 span {
	color: #982f2c;
	text-decoration:  none;
	font-weight:  normal;
	font-size: 18px;
}





#corpus .content {
	position:  relative;
	width: 694px;
	z-index:1;
}
#corpus .ex_content {
	text-align: justify;
	font-size: 13px;
	margin: 20px 20px 0 42px;
	padding: 0 0 20px 0;
}
#corpus .content, #corpus .ex_content {
	font-size: 12px;
	color: #757575;
}
#corpus .content img, #corpus .ex_content img {
	margin-left: 0px;
}
#corpus .content a img, #corpus .ex_content a img {
	margin-left: 0px;
}

#corpus .content a:hover img, #corpus .ex_content a:hover img {
	margin-left: 0px;
	opacity: 0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70); /* костыль - прозрачность в IE */
}

#corpus .content a:hover img.no, #corpus .ex_content a:hover img.no {
	opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /* костыль - прозрачность в IE */
}
#corpus .content img.pers {
	margin-left: 20px;
}
#corpus .content h1, #corpus .ex_content h1, #corpus .content h1 a, #corpus .ex_content h1 a {
	font-size: 30px;
	color: black;
	text-decoration: none;
}
#corpus .content h2, #corpus .ex_content h2, #corpus .content h2 a, #corpus .ex_content h2 a {
	font-size: 15px;
	color: black;
	text-decoration: none;
}
#corpus .content h3, #corpus .ex_content h3, #corpus .content h3 a, #corpus .ex_content h3 a {
	font-size: 20px;
	color: #757575;
	text-decoration: none;
}
#corpus .content h4, #corpus .ex_content h4, #corpus .content h4 a, #corpus .ex_content h4 a {
	font-size: 18px;
	color: black;
	text-decoration: none;
}
#corpus .content h5, #corpus .ex_content h5, #corpus .content h5 a, #corpus .ex_content h5 a {
	font-size: 16px;
	color: black;
	text-decoration: none;
	font-weight: normal;
}
#corpus .content h6, #corpus .ex_content h6, #corpus .content h6 a, #corpus .ex_content h6 a {
	font-size: 14px;
	color: black;
	text-decoration: none;
	font-weight: normal;
}








#d_photos {
  position: relative;
  width: 694px;
  overflow: hidden;
  z-index: 1;
}
#t_photos {
  position: relative;
  margin-left: 0;
  z-index: 1;
}


#prev, #next {
	width: 25px;
	height: 27px;
	margin-left: 20px;
}
#prev a, #next a{
	display: block;
	width: 25px;
	height: 27px;
	background: url(/img/prev.jpg) no-repeat;
}
#next a {
	background: url(/img/next.jpg) no-repeat;
}
#prev a:hover {
	background: url(/img/prev-act.jpg) no-repeat;
}
#next a:hover {
	background: url(/img/next-act.jpg) no-repeat;
}

#prev2 {
	position: absolute;
	width: 70px;
	height: 230px;
	top: 0;
	left: 0;
	background: white;
	opacity: 0.01;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=1); /* костыль - прозрачность в IE */
	z-index: 99;
}
#next2 {
	position: absolute;
	width: 70px;
	height: 230px;
	top: 0;
	right: 0;
	background: white;
	opacity: 0.01;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=1); /* костыль - прозрачность в IE */
	z-index: 99;
}







#footer {
	position: relative;
	height: 55px;
}

#footer p, #footer div {
	display: block;
	position: absolute;
	bottom: 20px;
	right:  20px;
}
#footer div {
	left:  40px;
}
#footer a {
	color: #818183;
	text-decoration: none;
	font-size: 9px;
	font-family: Arial;
}
#footer div a {
	color: #dcdcdc;
	font-size: 9px;
}
#footer a:hover {
	color: #982f2c;
}


td.r-otstup {
	padding-right: 20px;
}


.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.break {
  clear: both;
}

.black,.black *{color:black;}
.white,.white *{color:white;}
.red,.red *{color:red;}
.orange,.orange *{color:orange;}
.yellow,.yellow *{color:yellow}
.green,.green *{color:green;}
.blue,.blue *{color:blue;}

.alignright, .alignright * {
	text-align: right;
	width: 100%;
}
.alignleft, .alignleft * {
	text-align: left; 
}
.alignright h6 a {
	text-align: right;
	width: 100%;
}
table.border {
	width: 692px;
	border: solid 2px #dcdcdc;
	margin: 8px 0 0 0;
}
table.border td {
	border: solid 1px #dcdcdc;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}
