<!--



if (screen.width>1024)
{
document.write('<style type="text/css">');


document.write('body{margin:0;padding:0 150px 0 150px;}');
document.write('div#left-sidebar{position:absolute;top:0;left:0;width:150px;height:100%;background-image: url(MyImages/side_r.gif);background-repeat: repeat;}');
document.write('div#right-sidebar{position:absolute;top:0;right:0;width:150px;height:100%;background-image: url(MyImages/side_l.gif);background-repeat: repeat;}');



document.write('@media screen{body>div#left-sidebar{position:fixed;}body>div#right-sidebar{position:fixed;}}');
document.write('* html body{overflow:hidden;}'); 
document.write('* html div#content{height:100%;overflow:auto;}');
document.write('</style>');


}
else
{


document.write('<style type="text/css">');

document.write('body{margin:0;padding:0 40px 0 40px; }');
document.write('div#left-sidebar{position:absolute;top:0;left:0;width:40px;height:100%;background-image: url(MyImages/side_r.gif);background-repeat: repeat;}');
document.write('div#right-sidebar{position:absolute;top:0;right:0;width:40px;height:100%;background-image: url(MyImages/side_l.gif);background-repeat: repeat;}');



document.write('@media screen{body>div#left-sidebar{position:fixed;}body>div#right-sidebar{position:fixed;}}');
document.write('* html body{overflow:hidden;}'); 
document.write('* html div#content{height:100%;overflow:auto;}');
document.write('</style>');

}




//-->

