html {
	height: 100%; 
	max-height: 100%;  
	padding: 0px; 
	margin: 0px; 
	border: none; 
	font-size: 12px; 
	font-family: 'trebuchet MS', verdana, arial, sans-serif; 
	background: #7196e5 url(serv/fon.jpg) top center repeat;
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
	overflow: hidden;
/* */ 
}
body {
	height: 100%;
	max-height: 100%;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	border: none;
	text-align: center; 
}
div#centered {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1px;
	height: 1px;
}
div#cont {
	position: absolute;
	top: -306px;
	left: -481px;
	width: 960px;
	height: 611px;
	margin: 0px;
	padding: 0px; 
	border: 1px solid #cdcdcd; 
	background: #ffffff url(serv/head.gif) top center no-repeat;
	text-align: center;
	overflow: hidden;
}
/************ header ************/
div#header {
	position: relative; 
	top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 50px; 
	overflow: hidden; 
	border: none;
	background: transparent url(serv/line.jpg) bottom center no-repeat;
}
/************ footer ************/
div#footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 35px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	border: none;
	background: transparent url(serv/line.jpg) top center no-repeat;
}
div.bar {
	position: absolute;
	top: 3px;
	left: 250px;
	width: 40px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	border: none;
}
div#prev {
	left: 430px;
	width: 40px;
	background: transparent url(serv/prev1.gif) top center no-repeat;
}
div#next {
	left: 490px;
	width: 40px;
	background: transparent url(serv/next1.gif) top center no-repeat;
}
div#about {
	left: 20px;
	width: 135px;
	background: transparent url(serv/about1.gif) top center no-repeat;
}
div#list {
	left: 820px;
	width: 120px;
	background: transparent url(serv/list1.gif) top center no-repeat;
}
div.counter {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px; 
	border: none; 
	width: 90px;
	height: 31px;
}
div.counter img {
	border: none; 
}
div.w33 {
	width: 33px;
}
/************ picture ************/
div.picture {
	position: absolute; 
	top: 0px; 
	left: 0px;
	width: 50px; 
	height: 100px; 
	margin: 0px;
	padding: 0px; 
	border: none; 
	overflow: hidden; 
}
/************ text ************/
div.text {
	position: absolute; 
	top: 150px; 
	left: 100px;
	width: 500px; 
	height: 300px; 
	margin: 0px;
	padding: 0px; 
	border: none;
	overflow: hidden; 
	text-align: left;
}
div.text p {
	margin: 0px;
	padding: 10px 0px;
	font-family: 'trebuchet ms', verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
}
div.text p.hea {
	padding: 10px 0px;
	font-family: 'trebuchet ms', verdana, arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.2ex;
	text-align: center;
}
div.text pre {
	margin: 0px;
	padding: 10px 0px;
	font-family: 'trebuchet ms', verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
}
/************ links ************/
a {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
}
a:hover {
	color: #ffff00;
}
a img {
	border: none;
}
div.text pre a {
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	color: #000259;
	text-decoration: none;
	background: transparent;
}
div.text pre a:visited {
	color: #7196e5;
}
div.text pre a:hover {
	color: #0000ff;
}
