#maincontent {
	background-image: url(templ_img/welcome.jpg);
	background-repeat: no-repeat;
}
*+html #maincontent {
	background-image: url(templ_img/welcome.jpg);
	padding:0px;
	padding-top:30px;
	margin-top:10px;
	background-repeat: no-repeat;
	height:329px;
	padding-bottom:0px;
}
*+html #ts_bottomnav {
	margin-top:45px;
	/*padding-top:30px;
	background-color:#cccccc;
	display:block;*/
}
#main #maincontent #leftblock {
	width: 327px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #00AAAC;
	padding-right: 25px;
	height: 299px;
	overflow: auto;	/*overflow: auto;*/
	/*background-color: #FFFFFF;*/
	float: left;
}
*html #main #maincontent #leftblock {
	width: 364px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #00AAAC;
	padding-right: 25px;
	margin-right:0px;
	height: 299px;
	overflow: auto;	/*overflow: auto;*/
	/*background-color: #FFFFFF;*/
	float: left;
}
#main #maincontent #rightblock {
	float: right;
	width: 261px;
	position: relative;
	overflow: auto;
	padding-right: 15px;
}
*html #main #maincontent #rightblock {
	width: 261px;
	height:299px;
	padding:0px 25px 0px 0px;
	margin:0px;
	overflow: hidden;
}
html, body, textarea {
	scrollbar-base-color:#ffffff;
  	scrollbar-3dlight-color:#FFFFFF;
  	scrollbar-arrow-color:#00A0A7;
  	scrollbar-darkshadow-color:#ffffff;
  	scrollbar-face-color:#ffffff;
  	scrollbar-highlight-color:#FFFFFF;
  	scrollbar-shadow-color:#ffffff;
  	scrollbar-track-color:##00A0A7;*/
}
