
html, body { width: 100%; height: 100%; padding: 0; margin: 0; }
body{font-family: 'Tahoma', 'Arial';font-size: 12px;}
p{padding-top: 5px;padding-bottom: 5px;}
a{color: #5591ff;}
a:hover{color: #a4c3fd;}
a { outline: none; -moz-outline: 0; border: none; border-width: 0px; }
a:active { outline: none; -moz-outline: 0; }
a:focus { outline: none; -moz-outline: 0; }
img { border: none; border-width: 0px; }
h1{padding-bottom: 10px; padding-top: 0px; font-size: 20px;}
div.clear { clear: both; font-size: 0pt; line-height: 0px; height: 0px; }
div.main { width: 896px; min-height: 100%; margin: 0 auto; font-size: 12px;}
div.header{
	background: url('../img/logo.jpg') no-repeat;
	width: 896px;
	height: 166px;
}
div.content{
	margin-top: 10px;
	margin-bottom: 10px;
}
div.content_top{
	background: url('../img/content_top.jpg') no-repeat;
	width: 889px;
	height:24px;
}
div.content_bottom{
	background: url('../img/content_bottom.jpg') no-repeat;
	width: 889px;
	height: 26px;
}
table.tab{
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 891px;
}
table.tab td{
	margin: 0px;
	padding: 0px;
}
table.tab td.shadow_left{
	background: url('../img/shadow_left.jpg') repeat-y;
	width: 6px;
}
table.tab td.shadow_right{
	background: url('../img/shadow_right.jpg') repeat-y;
	width: 6px;
}
table.tab td.content{
	background: #d7d7d7 url('../img/content_fon_top.jpg') no-repeat;
	width: 881px;
}
div.conteiner{
	border: 1px solid red;
}
div.footer{
	background: url('../img/footer.jpg') no-repeat;
	width: 896px;
	height: 128px;
}
div.block{
	margin-left: 280px;
	margin-right: 20px;
}
div.image{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
div.menu{
	width: 250px;
	float: left;
	padding-top: 80px;
	padding-right: 30px;
}
div.punkt_menu{
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
}