*{ margin: 0; padding: 0;}
BODY { 
	height: 8.5in; /* Required for percentage heights below */
	background: black; 
	font-family: Times New Roman, Serif; 
    	font-style:  normal;
	}

      #header {
        position: absolute;
	background: black;
        top: 0;
        right: 0;
	width: 100%;
        height: 140px;
       	bottom: auto;
        left: 0;
      }
      #sidebar {
        position: absolute;
	background: black;
        top: 140px;
	left: 0;
	width: 120px;
	height: 50%;
	text-align: center;}

      #gitanes {
	width: auto;
	height: auto;
	margin: 0 auto;
	text-align: center;
	clear: both;
	}

      #gitanes img {
	border-style: solid;
	/*border-color: #FFCC66;
	border-width: 2px;*/
	padding: 0;
	margin: 4px 4px;
	}

      #main {
      position: absolute;
	background: black;
     	top: 140px;
	left: 120px;
	width: auto;
	height: 50%;
        right: 0;
	/*overflow-y: auto;
	overflow-style-y: scrollbar;
	scrollbar-arrow-color: #DAA520;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-darkshadow-color: #666666;
	scrollbar-face-color: #666666;
	scrollbar-highlight-color: #dddddd;
	scrollbar-shadow-color: #000000;
	scrollbar-track-color: #999999;*/
      }

#main_scroll {
        position: absolute;
	background: black;
     	top: 140px;
	left: 120px;
	width: 500px;
	height: 50%;
        right: 0;
	overflow-y: scroll;
	scrollbar-arrow-color: #DAA520;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-darkshadow-color: #666666;
	scrollbar-face-color: #666666;
	scrollbar-highlight-color: #dddddd;
	scrollbar-shadow-color: #000000;
	scrollbar-track-color: #999999;
      }
	#footer { 
	position: absolute;
	background: black;
	top: 750px;
     	bottom: 0;
	right: 0;
	left:0;
	width: 100%;
	height: 75px;
	}
        
	a { text-decoration: none;}
	a:link {color: white}

img.header {
	position: absolute;
	top: 50px;
	left: 220px;
	padding: 0;
	}

      .jg {
	color:#FFCC66; /*RGB(255, 204, 102)*/
	font: bold 10pt  arial, verdana, helvetica, sans-serif;
	}


      .jg1 {
	position: relative; top: 4px; 
	border-style: none;/* for inline gif text images*/
	}


ul.navbar {
	list-style-type: none;
    	padding: 0;
	}

ul.navbar li {
   	background: transparent;
    	margin: 15px 0;
    	padding: 0;
	}

ul.navbar a { 
	font-weight: 700; 
	color: #FFCC66; 
	text-decoration: none;
	}

div#sidebar p {
	font-size: 13.5pt;
	color: #800080;
	text-align: center;
	}


div#main p {
	color: white;
	margin: 13px 5em;
	font-size: 12pt;
	text-align: justify;
	width: 400px;
	}

div#main_scroll p {
	color: white;
	margin: 13px 5em;
	font-size: 12pt;
	text-align: justify;
	width: 400px;
	}

div#main li {
	color: white;
	margin: 13px 5em;
	font-size: 12pt;
	text-align: justify;
	width: 400px;
	list-style-type: none;
	}	
	

img.gallery {
	border-style: solid;
	border-color: #FFCC66;
	border-width: 1px;
	padding: 0;
	Margin-top: 4px;
	margin-right: 10px;
	float: left;
	}