* { margin: 0; padding: 0;  }

body {
	background: #000 url("/i/bg.jpg") repeat-x ;
	font-family: 'Trebuchet MS', 'Tahoma', helvetica, verdana, arial, sans-serif; 
	margin: 0 0 50px 0; 
	padding: 0 0 100px 0; 
	color: #333;
	font-size: 12px;
	line-height: 1.3em;			
}

img{
	width: auto;
}

#wrapper{
	display: block;
	min-width: 1000px;	
	clear: both;		
}

h1,h2,h3,h4 {	
	font-weight: lighter;
	margin: 25px 0;
	line-height: 1.2em;	
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
	
}

h4 {
	font-size: 1.4em;
}

p{
	margin: 15px 0;
	text-indent: 0em;
}

acronym {cursor:help; border-bottom:1px dotted #333; font-style: normal;}
sup, sub {  vertical-align: middle;  position: relative;  font-size: 75%; }
sup { bottom: 0.5em; }
sub { top: 0.5em; }
small {font-size:.9em;}
big {font-size:1.2em;}

a{
	color: #4392a9;	
	text-decoration: none;	
}

a:hover{	
	text-decoration: underline;
}

ul{
	list-style: disc;	
	margin: 25px 0;
}

ul li {
	margin:  10px 0 10px 20px;	
}

ol{	
	margin: 25px 0px;
	list-style: decimal;	
	padding: 0 0 0 10px;		
}

ol li {
	//display: list-item;
	vertical-align: text-top;
	margin:  10px 0 10px 20px;	
}

li ul {		
	list-style: disc;
	margin: 10px 0;				
}



table{
	width: 98%;
	margin: 10px 0;
}

td{
	width: auto;
	padding: 5px 10px;	
	border: 1px solid #bbb;
}

/*страница*/


#page {		
	background: #fff;
	width: 70%;		
	margin: 171px 0 0% 206px;	
	padding: 0;	
	display: block;
	clear: both;		
}

#logo a{
	position: absolute;	
	width: 190px;
	height: 120px;	
	top: 110px;
	left: 140px;
	display: block;	
	z-index: 1000000000;
}

#logo a em{
	display: none;
} 

#page #pagehead #pageheader {
	background: url("/i/head_fill.png") repeat-x;
	padding: 0px 0 0 0;		
	display: block;
	height: 15px;
	margin: 0px;	
	//margin: -36px 0;		
	position: relative;
}


#page #pagehead #lefttoptop {
	background: url("/i/head_inner_top.jpg") top left no-repeat;
	width: 644px;
	height: 254px;	
	padding: 0;
	z-index: 9999;	
	position: absolute;
	top: 0;
	left: 0;	
}

#page #pagehead #lefttopleft {
	background: url("/i/head_inner_left.jpg") top left no-repeat;
	width: 254px;
	height: 299px;	
	padding: 0;
	z-index: 9999;	
	position: absolute;
	top: 251px;
	left: 0;	
}


#page #pagehead #righttop {
	background: url("/i/head_right_top.png") top right no-repeat;
	width: 35px;
	height: 36px;
	float: right;
	right: 5px;
	z-index: 9999;	 
	padding: 0;	
	right: 0;
	position: relative;	
}

#page #pagecontent {	
	width: auto;	
	margin: 0px 80px -50px 0px;
	//margin: -24px 80px -48px 0px;
	position: relative;
	z-index: 999;
	background: url("/i/left_fill.png") left repeat-y;
}

#page #pagecontent #text {	
	margin: 21px -80px 0px 55px;
	background: transparent url("/i/right_fill.png") repeat-y right top;
	padding: 35px 25px 10px 0;	
	position: relative;	
	right: 0;	
	display: block;
	z-index: 99999999;
	min-height: 350px;
	_height: 350px;
	top: -10px;	
}

#page #pagefooter {	
	padding: 0;		
	display: block;
	height: 38px;
	margin: -0px 190px 0 1px;
	//margin: 10px 190px 0 1px;
	width:  auto;	
	position: relative;	
}

#page #pagefooter #leftbottom {
	background: url("/i/left_bottom.png") left no-repeat;
	width: 51px;
	height: 145px;		
	z-index: 9999;
	float: left;
	position: absolute;
	padding: 0;	
	margin: 25px 0px 0px -1px ;	
}

#page #pagefooter #rightbottom {
	background: url("/i/right_bottom.png") no-repeat right bottom;
	_background: #000 url("/i/right_bottom.png") no-repeat right bottom;	
	width: 218px;		
	height: 146px;
	z-index: 9999;
	float: right;
	position: absolute;
	padding: 0;
	right: 0;
	_right: -1px;	
	margin: 24px -190px 0px 0;	
	 
}

#page #pagefooter #pagefoot{
	background: url("/i/footer_fill.png") repeat-x bottom;
	height: 170px;
	padding: 0px 0px 0 0;
	position: relative;
}


/* IE6 fix */
#page #pagehead #pageheader, 
#page #pagehead #righttop,
#page #pagecontent,
#page #pagecontent #text,
#page #pagefooter #leftbottom,
#page #pagefooter #rightbottom 
{
	behavior: url("/css/iepngfix.htc");
}

.page{
	font-size: 2em;
	text-align: center;
	margin: 25px 0 0 0 ;
	clear: both;
	line-height: 1.2em;
}

.date{
	color: #777;
	font-style: italic;
	font-family: georgia;
	clear: both;
	display: block;
}

.news li{
	margin: 30px 0;
	list-style: none;
}

