/* CSS Document */

		body
        {
            margin: 0;
            padding: 0 0 0 0;
			background-color:#F4F4F4;		
        }
        div#header
        {
			
            vertical-align:top;
            top: 0pt;
            left: 0;			
            width: 100%;
            height: 80px;
        }
        div#left-sidebar
        {	
		    vertical-align:top;
            top: 100px;
            left: 0;
            width: 160px;
            height: 700px;
        }
        @media screen
        {
            body > div#header
            {
                position: fixed;
            }
            body > div#left-sidebar
            {
                position: fixed;
            }
        }      
		* html body 
		{
		 	overflow: hidden; 
		}
        * html div#content
        {
            height: 550px;
            overflow-X: hidden;
            overflow-Y: auto;
			width: 100%;	
			vertical-align:top;					
        }
