html, body {
	margin: 0;
	height: 100%;
	padding: 0;
}
body {
	background: #fff url(../img/bg.png) repeat-x left top;
}

#container {
	background: url(../img/bg.gif) repeat-y center;
	width: 100%;
}
#header {
	height: 98px;
	width: 100%;
}
#mainContent {
	margin: 0 240px 0 275px;
	width: auto;
}
#leftBar {
	float: left;
	width: 275px;
}
#rightBar {
	float: right;
	margin-left: -240px;
	width: 240px;
}
#footer {
	background: #eaeaea;
	border-top: solid #e0e0e0 8px; 
	height: 50px;
	margin-top: 10px;
	width: 100%;
}

.clearFloat {
	height: 0;
	font-size: 1px;
	line-height: 0;
	clear: both;
}
.content {
	float: left;
	margin-right: -240px;
	width: 100%;
}

.logotype {
	height: 98px;
	left: 23px;
	position: absolute;
	top: 0;
	width: 250px;
	z-index: 1000;
}
.logotype img {
	border: none;
}
.topPanel {
	height: 98px;
	width: 100%;
}

.topImage {
	background: #f6f6f6;
	height: 135px;
	text-align: center;
	width: 100%;
}

/* bottom */
.bottomContainer {
	height: 45px;
	margin: 0 auto;
	overflow: hidden;
}
.bottomContainer a {
	color: #ffffff;
	text-decoration: none;
}
.bottomContainer a:hover {
	text-decoration: underline;
}
.bottomLeft {
	float: left;
	height: 45px;
	width: 240px;
}
.bottomRight {
	float: right;
	height: 45px;
	width: 240px;
}
.bottomContent {
	height: 45px;
	text-align: center;
	margin: 0 250px 0 250px;
}

/* other */
.copyright {
	color: #5b6a14;
	margin: 10px 0 0 12px;
}
.copyright a {
	color: #5a6b14;
}
.copyright a:hover {
	text-decoration: underline;
}

.counters {
	margin: 10px 5px 0 5px;
	text-align: center;
}
.counters img {
	border: none;
}
.selected_box_more {
    text-align: right;
}
