@charset "utf-8";
BODY { height: 8.5in } /* Required for percentage heights below */
body {
	background-color: #292B29;
}
      #header {
        position: fixed;
        width: 775px;
		height:auto;
        top: 0;
        right: 0;
        bottom: auto;
        left: 0;
      }
      #sidebar {
        position: fixed;
        width: 10em;
        height: auto;
        top: 15%;
        right: auto;
        bottom: 100px;
        left: 0;
      }
      #main {
	position: absolute;
	width: 499px;
	height: 511px;
	top: 105px;
	right: 250px;
	bottom: 0px;
	left: 235px;
	padding: 0px;
	background-color: #FFFFFF;
      }
	  #sidebarR {
	position:absolute;
	width: 49px;
	height: auto;
	top: 105px;
	left: auto;
	bottom: 0px;
	right: 857px;
      }
      #footer {
	position: fixed;
	width: 775px;
	height: auto;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
      }
