html {
  font-family: Arial, Monotype Corsiva, Verdana, Helvetica, sans-serif;
  font-size: 14px;
  height: 100%;
}

p {
	text-indent: 40px;
}

body {
	background-color: #ffffff;
  margin:0;padding:0;
	min-height: 100%;
	height: 100%;
	background-image: url(/images/bg.jpg);
}

h1 {
  font-family: Adventure, Times New Roman, sans-serif;
	font-size: 20px;
	margin:0;padding:0;
	padding-bottom: 15px;
	color: #e73302;
}

#zagolovok {
	width: 900px;
	height: 100px;
	font-size: 34px;
	position: absolute;
	top:5px;
	left:20px;
}

a:link, a:active, a:visited {
	font-weight: bold;
  color: #0066FF;
	text-decoration: underline;
}

a:hover {
  color: #FF3300;
	text-decoration: none;
}

a img {
  border: none;
}

#container {
	min-height: 100%;
	_height: 100%;
  width: 970px;
	margin: 0 auto;
	border-left: 1px solid #CC7733;
	border-right: 1px solid #CC7733;
	background-color: #ffffff;
	position: relative;
}

#head_div {
	width: 970px;
	height: 282px;
	background-image: url(/images/header_new.jpg);
}

#leftdiv {
	position: absolute;
	top: 77px; left: 9px;
	width: 211px;
	height: 386px;
	/* background-image: url(/images/menu.jpg); */
	z-index: 10;
}

#leftdiv img {
	float:left;
}

#leftdiv a:link, #leftdiv a:visited, #leftdiv a:active {
  text-decoration: none;
}

#maindiv {
	position: relative;
  background: #ffffff url(/images/main_bg.jpg) no-repeat top left;
	min-height: 600px;
	_height: 600px;
	padding: 10px;
	padding-left: 235px;
	padding-right: 265px;
	padding-bottom: 256px;
}

#bottomdiv {
  position: absolute;
	left: 0; bottom:0;
	width: 100%; height: 200px;
	background: #ffffff url(/images/bottom2.jpg) no-repeat bottom center;
}

#bottometc {
/*  font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-size: 16px;
  position: absolute;
	left: 0; bottom:0;
	width: 100%; height: 90px;
	line-height: 180%;
	text-align: center;
}

#photosimg {
	position: absolute;
  top: 290px;
	right: 10px;
	z-index: 1;
}

#dots {
  background-image: url(/images/dots.gif);
	background-position: center left;
	background-repeat: repeat-x;
	font-size: 0;
	height: 21px;
}
