body
{
	margin: 0px;
	padding: 0px;
	/*min-width: 1024px;*/
}
html
{
	/*min-width: 1024px;*/
}

.Footer
{
	background-color: #FFFFFF;
	clear: both;
}


#divPage
{
  width: 100%; 
  min-width: 1120px; 
  background-repeat: repeat-x;
  background-color:#CCDBEE; 

  /*http://www.kbcafe.com/csharp/?guid=20051222122720*/
  /*http://rafael.adm.br/css_browser_selector/*/
  /*http://www.karpach.com/Browser-specific-css-IE-conditional-comments.htm*/
  /*http://paulirish.com/2009/browser-specific-css-hacks/*/
  /*_width: 980px;*/ 
  /*_width:expression(document.body.clientWidth < 980 ? "980px" : "100%" ); */
  /*_width:expression(IE6MinWidth()); */
  
  /*We have to make sure that the javascript is loaded for getBrowserHeight*/
  /*http://www.howtocreate.co.uk/tutorials/javascript/browserwindow*/
  _width:expression(document.documentElement.clientWidth < 1120 ? "1120px" : "100%");
}

.SideBarMenu {
   width: 45px;
   position: fixed;
   right: 0px;
   top: 200px;
   z-index:30;
}

.SideBarLink
{
    margin-right:2px;
}
