.main {
    align: center;
}
.container {
	display:table;
	padding:0px;
	margin: 0px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;

<<<<<<< .mine
}
=======
/*#wrapper {
  /* для фиксированной ширины */
  width: 1100px;
  margin: 0 auto;
>>>>>>> .r219

.container > div {
	display: table-cell;
	
}*/
<<<<<<< .mine
=======
#container {
  width: 100%;
  background: white; /* фон основной колонки */
}
* html #container {height: 1%;}
#container:after {
  /* закрываем плавающие блоки */
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  line-height: 0;
}
#sub-container {
  float: left;
  /*border-right: 400px solid white;  фон правого сайдбара */
>>>>>>> .r219

<<<<<<< .mine
.one {
	background-color: #effba7;
        width: 700px;
        padding: 10px;
=======
  /* для фиксированной ширины */
  /*width: 400px;*/

  /* для "резиновой" ширины
  width: 100%;
  margin-left: -200px; */
>>>>>>> .r219
}
.two {
	background-color: #d9e2ab;
        width: 200px;
        padding: 10px;
}

#footer {
	border: 1px solid #cecea5;
	background: white;
}

#header {
	border: 1px solid #cecea5;
	background: white;
}
a {
    color: gray;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    background-color:#cc8899;
    color: white;
   
}


h1 {
	margin-top: 0;
	font-size: 26px;
}
.last {
	margin-bottom: 0;
}
.clearing {
	height: 0;
	clear: both;
}
img {
    border: 0;
    background-color:white;

}
a.img {
    background-color: white;
}

#error {
    color: red;
    font-size:14px;
}

.wallpapper-under {
    font-size: 10px;
    color: black;
}
.pages {
    font-size: 18px;
    font: bold;
    color: black;
    border: 0px solid;
    padding: 6px;
}

a.pages_links{
    color: red;
    text-decoration: none;
}

a.pages_links:hover{
 
    text-decoration: underline;
    color: red;
    background-color: white;
    
}


.head {
    font-size:18px;
}

a.head {
    color: red;
    text-decoration: none;
}
a.head:hover {
    color: white;
    background-color: red;
}

a.head2 {
    color: red;
    text-decoration: none;
    font-size:16px;
}
a.head2:hover {
    color: white;
    background-color:red;
    text-decoration: none;
    font-size:16px;
}


.c_page {
    font-size:24px;
    
}

.panel_off {
    display:none;
    visibility:hidden;
    background-color:gray;
    padding:0px;
    width:0px;
    height:0px;
}

.user_panel_on {
    display:block;
    #float:top;
    position:relative;
    #left:20px;
    visibility:visible;
    padding:20px;
    width:200px;
    height:auto;
    background-color:white;
}
.user_panel_off {
    display:none;
    visibility:hidden;
    background-color:black;
    padding:0px;
    width:0px;
    height:0px;
}

.comment {

    11background-color: #fff5ee;
    padding: 10px;
    width: 90%;
}
.comment_text{ 
    background-color: white;
    padding: 5px;
    
}
.comment_header {
    color: white;
    background-color:#cadaba;
}

