﻿body {
    min-width: 1200px;
    margin: 0;
    padding:0;
    font-family: "Courier New", sans-serif;
    font-size: 18px;
	color: #000000;
	background-color: #CCCCCC;
.text {float: center;
   
margin-right:20px
margin-left:20px

}
}

.logbend {

    width: 30%;
margin-right:20px
margin-left:20px
}
   

.layout-positioner {
    width: 85%;
    margin: 0 auto;
margin-bottom: 50px;
}

.bord {
	border: 2px solid #666666;
}

.layout-positioner::after {
    display: table;
    content: "";
    clear: both;

}

.skills .layout-positioner-1{
	float: left;
	width: 70%;
	border: 2px solid #666666;
}

.skills .layout-positioner-2{
	float: right;
	width: 25%;
	min-height: 294px;
	border: 2px solid #666666;
}

.header, .about, .education, .skills {
    margin-bottom: 0px;
}

.about .layout-column-1 {
    float: left;
    width: 40%;

}

.about .layout-column-2 {
    float: right;
    width: 58%;
margin-right:20px
}

.education .layout-column-1 {
    float: right;
    width: 100%;


}

.education .layout-column-2 {
    float: center;
    width: 0%;
	margin-left: 15px;

}

.skills .layout-column-2 {
    float: center;
    width: 70%;
margin-right:20px

}

.skills .layout-column-1 {
    float: left;
    width: 0%;

}

.table {
    display: table;
    padding: 0;
    border-spacing: 5px;
	width: 100%;
	border-collapse: collapse;
}

.row {
    display: table-row;
}

.cell {
    display: table-cell;
	font-size: 16px;
	
}

.about .cell:nth-child(2) {
	border-right: 1px solid #000000;
}

.cell:nth-child(1),
.cell:nth-child(4)
 {
    color: #666666;
}
.menu{
	width:200px;
	font-size:20px;
	text-align:center;
        
	color:#9999CC;
	float:center;
	display:inline-table;
	margin-left:10px;
	margin-top:10px;
	border-collapse:collapse;
}

.otd{
	width:200px;
}

.master{
	width:190px;
}

.usl{
	width:120px;
}
.price{
	width:120px;
}



/* Стили содержания */
.block {
    display: block;


}

.logo {
    padding: 10px;
margin-right:0px
}

a {
	text-decoration: none;
	color: #000000;

}

a:hover
{
	color: #9966CC; 
	text-decoration: underline;
}
