body,td,p	{
	font:	13px Arial, Verdana, sans-serif;
	color:	#373733;
	text-align: justify;
}
	
h1	{}
	
h2	{
	font-size:	17px;
	color:	#EE1D24;
	margin: 0px 0px 15px 0px;
}
	
h3	{}

p	{
	margin: 0px 0px 8px 0px;
}

div.spacer {
	font-size:0px;
	line-height:0px;
}

div.block1{
	position: absolute;
	top: 50%;
	left: 50%;
	height: 628px;
	width: 912px;
	margin: -314px 0px 0px -461px;
	background-image: url('/img/bg.jpg');
	background-repeat: no-repeat;
}

div.block{
	position: relative;
	height: 100%;
	width: 100%;
	height: expression(document.body.clientHeight < 650 ? '650px' : '100%');
	width: expression(document.body.clientWidth < 950 ? '950px' : '100%');
	min-height: 650px;
	min-width: 950px;	
}

div.block2{
	position: absolute;
	top: 431px;
}
/* ul,ol class*/
	
ol	{
	margin:	0px;
	margin-bottom:	15px;
	margin-left:	30px;	}
	
ul	{
	margin:	0px;
	padding: 0px;
	margin-bottom:	15px;
	margin-left: 30px;	}
	
li	{
	margin-bottom:	3px;	}
	
/* td class */


	
/* form class */
	
/* img class */
	
/* a class */

a,a:link,a:visited,a:active	{
	text-decoration:	underline;
	color:	#7D6565;	}
a:hover {
	color:	#D60007;	}

a.podmenu,a.podmenu:link,a.podmenu:visited,a.podmenu:active	{
	text-decoration: none;
	font-weight: bold;
	color:	#80807F;	}
a.podmenu:hover {
	color:	#F1100F;	}
	
a.plashka,a.plashka:link,a.plashka:visited,a.plashka:active	{
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
	line-height: 12px;
	color: #5C5C5C;	}
a.plashka:hover {
	color:	#F1100F;	}
	
a.news,a.news:link,a.news:active,a.news:visited {
	font-weight: bold;
	font-size: 13px;
	color: #80807F;	
}
a.news:hover{
	color:#F1100F;
}
