/* start shablon content_right (#right) */
#right {
	background-color:#ffffff;/* col left right */
	//border:silver 1px solid;
	margin:20px auto;
	position:relative;
    min-width:750px;
	max-width:800px;    
}
#main {background-color:#fff;/*content*/margin-right:200px;}
#content,.wrap {float:left;line-height:1.5;}
#content,#header {overflow:hidden;}
#content,.right {padding-bottom:10px;padding-left:10px;position:relative;}
.right {float:right;margin-right:-190px;width:180px;}
#content,.wrap,#header,#footer {width:100%;}
#header {background-color: #ffffff;position:absolute;top:0;left:0;}
#header,.header {height:125px;}

#footer {background-color:#6689c1;color: #ffffff;position:relative;text-align:center;padding:2px 0px;}
#footer .footerlink {color: #ffffff;}
#footer .footerlink a {color: #ffffff;}
#footer .footerlink a:hover {color: #ffffff;}

body {width:expression( documentElement.clientWidth < 750 ? (documentElement.clientWidth == 0 ? (body.clientWidth < 750 ? "750" : "auto") : "750px") : "auto" );}
#right {width:expression( documentElement.clientWidth > 800 ? (documentElement.clientWidth == 0 ? (body.clientWidth >800 ? "800" : "auto") : "800px") : "auto" );}
*html #main,*html #right {height:1%}

.right li {
    text-align: left;
}
/* end shablon (#right) */
