/* generated by csscreator.com */ 
html, body {			/*text color;*/ 
color: #FFFFFF;
background: #4F4F4F;		/* page background color */
}
.class1 A:link { color: #CCCCFF; font-weight: bold; }			/* main page links */
.class1 A:visited { color: #CCCCFF; font-weight: bold; }
.class1 A:active { color: #660066; font-weight: bold; }
.class1 A:hover { color: #660066; font-weight: bold;}

.class2 A:link { TEXT-DECORATION: NONE; color: #000000 }		/* header links */
.class2 A:visited { TEXT-DECORATION: NONE; color: #000000 }
.class2 A:active {text-decoration: underline overline; color: #0066CC; }
.class2 A:hover {text-decoration: underline; color: #0066CC;}

 
#pagewidth{ 
 width:100%; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:100px; 
  background-image:url(http://www.nyeusigrube.com/style/banners/hadasibanner.JPG);
background-repeat: no-repeat;	
background-position: center;
 width:100%;
padding-bottom:40px;
text-align:center;
font-variant:small-caps;
font-size:15;
font-weight: bold;

} 
 
#leftcol{
 width:18%; 
 float:left; 
 position:relative; 
 background-color:#4F4F4F; 
padding-left:2px;
padding-right:4px;
padding-top:2px;
padding-bottom:2px;
text-align:center;
font-size: 80%;

 }
 
#rightcol{
 width:18%; 
 float:left; 
 position:relative; 
 background-color:#4F4F4F;
padding-left:4px;
padding-right:2px;
padding-top:2px;
padding-bottom:2px;
text-align:center;
font-size: 80%;
 }
 
#maincol{background-color: #4F4F4F;  
 float: left; 
 display:inline; 
 position: relative; 
 width:58%; 
border-color:#FFE4C4;
border-style:solid;
border-width:2px;
padding-left:4px;
padding-right:4px;
padding-top:5px;
padding-bottom:5px;
}

#largecol{
position:relative;
left:50%;
 width:710px; 
border-color:#FFE4C4;
border-style:solid;
border-width:2px;
padding-left:4px;
padding-right:4px;
padding-top:5px;
padding-bottom:5px;
margin-left:-355px;
}


.h1{
font-variant:small-caps;
font-size: 150%;
font-weight: bold;
text-align:center;
}

.h2{
font-weight: bold;
color: #996699;
}

 
#footer{
 height:15px; 
  background-color:#4F4F4F; 
 clear:both;
padding-left:5px;
padding-right:5px;
padding-top:10px;
padding-bottom:10px;
text-align:center;
font-size: 80%;
font-variant:small-caps;



 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
#twocols:after, #wrapper:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
#twocols, #wrapper{display: inline-table;}

/* Hides from IE-mac \*/
* html #twocols, * html #wrapper{height: 1%;}
#twocols, #wrapper{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}


