/*
Theme Name: Komitet 101
Theme URI: http://zaparok.net.ru/
Description: Оригинальная тема для сайта Комитета 101
Version: 1.5
Author: thefish

Please tweak this and make it your own. :)
*/
@import url("typograf.css");
@charset "windows-1251";
/* CSS Document */

/*Structure*/

body {
	font-family: arial, sans, helvetica;
}

#page {
	background-color: white;
	text-align: left;
	}
	
.main {
  background:#fff url("/img/bg_col_ms.gif");
  width:750px;
  margin:0 auto;
  border:solid #fff;
  border-width:0 1px;
  text-align:left;
  color:#333;
  position:relative;
  }

#header {

}
#container {
	width: 100%;
	float: left;
	margin-right: -155px;

}

#content {
	margin-right: 10px;
	text-align: justify;
	width: auto;
}


#sidebar {
	width: 155px;
	float: right;
}

#maincol {
  width: 100%;
  float: right;
  margin-left: -220px;
}

#leftcol {
  width: 220px;
  float: left;
}

#footer {
  clear: both; 
}


/*END Structure*/