@charset "windows-1251";

*, html {
	margin:0;
	padding:0;
}
body {
	/*min-width:1000px;*/
}
.container {
	margin:0 auto;
}


/* STRUCTURE */
#center {
	/*float:left;*/
	/*margin-right:-200px;*/
	/*display:none;*/
}
#left {
	margin-right:-221px;
	width:200px;
}
#main {
}
#main,#left {
	float:right;
}
#main,#center {
	width:100%;
}
#content {
	padding:1px 20px 0px 221px;
}

.clear {
	clear:both;
}

/* EXPAND */
#wrap,#center,#left {
	overflow:hidden;
	/*zoom:1;*/
}
#main,#left {
	margin-bottom:-32767px;
	padding-bottom:32767px;
}
.expand a {
	color:#960;
	display:block;
	clear:both;
	text-decoration:underline;
}
.expand a:hover {
	color:green;
	height:500px;
}

/* BORDERS AND COLORS */
#header,#footer {
	/*background-color:#eee;*/
}
#header {
	/*border-bottom:silver 1px solid;*/
}
#footer {
	background:#f2f3f4;
}
#content {
	/*background:#fff;*/
}
#left {
	/*border-right:#45f 1px solid;*/
}

.current-section {
	color: #69c !important;
}

#left li {
	font-size: 11px !important;
}
