html, body {
	margin: 0;
	height: 100%;
	padding: 0;
}

/* container */
#mainContainer {
	min-height: 100%;
	min-width: 1000px;
	height: auto !important;
	height: 100%;
	width: 100%;
}
#header {
	display: block;
}
#footer {
	clear: left;
	width: 100%;
}

#wrapper {
	float: left;
	width: 100%;
}
#content {
	float: right;
	width: 100%;
}
#container {
	margin-right: 200px;
	width: auto;
}

#centerBar {
	margin-left: 200px;
	width: auto;
}
#leftBar {
	float: right;
	margin-right: -200px;
	width: 200px;
}
#rightBar {
	float: left;
	margin-left: -200px;
	width: 200px;	
}

/* top buttons */
.topButtons img {
	border: none;
	vertical-align: middle;
}

/* navigate */
.navigate {
	background: url(../img/ico_home.gif) no-repeat 0 50%;
	margin: 10px;
}
.navigate ul {
	list-style: none;
	margin: 0 0 0 12px;
}
.navigate ul li {
	display: inline;
	padding: 0 0 0 2px;
}
.navigate a {
	background: url(../img/ico_next.gif) no-repeat 100% 5px;
	padding: 0 10px 0 0;
}

/* menu */
.menu {
	display: block;
}
.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* blocks */
.blocksCenter {
	padding: 0 10px 1px 10px;
}
.block {
	margin-bottom: 10px;
	padding: 10px;
}


/* list */
.list {
	display: block;
}
.list .row {
	overflow: hidden;
	width: 100%;
}
.list .row .icon {
	display: block;
	float: left;
	margin-right: 10px;
}
.list .row .icon img {
	border: none;
}
.list .row .text {
	display: block;
}
.list .row .text .intro {
	text-align: justify;
}

/* poll */
.poll {
	display: block;
}
.poll label, .poll label input {
	vertical-align: middle;
}
.poll .button {
	text-align: center;
}

.poll .variant {
	font-weight: bold;
}
.poll .count {
	margin-bottom: 2px;
}
.poll .result {
	height: 2px;
	margin-bottom: 6px;
	width: 100%;
}
.poll .result .vote {
	font-size: 1px;
	height: 2px;
}

/* search */
.search {
	display: block;
}

/* account */
.account {
	display: block;
}

