body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.bg-head {
	background-image: url(img/body-head.jpg);
	background-repeat: no-repeat;
}
.menu-bg {
	background-image: url(img/menu-bg.jpg);
	background-repeat: repeat-x;
}
#block a {
	background-image: url(img/menu-bg.jpg);
	height:25;
	display:block;
	text-decoration:none;
	color:#333;
	margin: auto;
	text-align: center;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	padding-top: 10px;
	background-repeat: no-repeat;
}

/* Задание стилей для блока при наведении на него мыши */
#block a:hover {
    background-image: url(img/menu-bg-2.jpg);
}
.right-bg {
	background-image: url(img/right-midle-bg.jpg);
	background-repeat: no-repeat;
}
.right-bg-down {
	background-image: url(img/right-bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.left-bg {
	background-image: url(img/left-midle-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.left-down-bg {
	background-image: url(img/left-down-bg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #5e5e5e;
	text-transform: uppercase;
}
.down-menu-bg {
	background-image: url(img/down_menu.gif);
	background-repeat: no-repeat;
}
.down-menu-bg-2 {
	background-image: url(img/down_menu-2.gif);
	background-repeat: no-repeat;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5e5e5e;
}

.down-menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}


a:Link {text-decoration:none;}
a:Visited {text-decoration:none;}
a:Active {text-decoration:none;}
a:Hover {text-decoration:none;}
.menu-2-zag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	font-weight: bold;
}
.menu-2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-decoration: none;
}
.border {
	border: 1px inset #000;
}
h2, h3 {
	color: #3abaf5;
	font-size: 14px;
	font-weight: bold;
}
p {
	text-indent: 15px;
}
a.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5e5e5e;
	
}
a.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5e5e5e;
	text-decoration: none;
	
	
}
.red {
	color: #da1c22;
	text-decoration: underline;
	
}
a.link-2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	
	
}
a.ceriy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: underline;
}
.left {
	text-align: left;
}
.blu {
	color: #3abaf5;
}
.red-2 {
	color: #da1c22;
}
