.container {
	min-height:100%;
	position:relative;
	border-left:1px #dcdcdc solid;
	border-right:1px #dcdcdc solid;
	margin:0px auto;
	width:995px;
	background:URL(../images/bg_right.gif) no-repeat 100% 329px;
}
* html .container {height:100%;}

.header {
	background-color_:#999;
	height:112px;
}
.topIcons {
	height:35px;
	text-align:right;
	padding-right:15px;
}
.topIcons img {
	margin-top:13px;
}
.logo {
	float:left;
}
.topLinks {
	background_:#eee;
	margin-left:231px;
}
.contactInfo {
	float:right;
	padding:7px 15px 0 0;
	text-align:right;	
}
.banners {
	background_:#eee;	
	border-bottom_:1px #fff solid;
}
.banners img {
	display_:block;
	float:left;
	margin-right:11px;
}
.leftBlock {
	width:201px;
	background-color_:#eee;	
	float:left;
}
.mainBlock {	
	background-color_:#f8f8f8;
	float:right;
	width:765px;
}
.mainBlock .content {	
	margin:0 15px 0 0;
}

.rightBlock {	
	display:none;
}


.layoutClear {
	clear:both;
	height:40px; /* depends on footer height */
}

.leftBlockBottom {
	background:green;
	position:absolute;
	left:0px;
	bottom:40px;
	width:200px;
}
.rightBlockBottom {
	background:green;
	position:absolute;
	right:0px;
	bottom:40px;
	width:200px;
}
* html .rightBlockBottom {
	right:-1px;
}

.right1 {
	
	position:absolute;
	right:0px;
	bottom:0px;
	width:10px;
	height:100px;
	background:URL(../images/bg_right1.gif) no-repeat 100% 90px;
}
* html .right1 {
	right:-1px;
	bottom:-1px;
}

.footer {
	background-color_:#999;	
	position:absolute;
	bottom:0px;
	width:995px;
	height:30px;	
}
.copyright {padding:0 0 0 20px;}
