@charset "utf-8";
/* CSS Document */

body {
	font-family:"Guttman Yad-Brush", "Guttman Yad", "Guttman Adii", Arial;
	font-size:16px;
	color:#000;
	background:#43B20E;
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-x;
}

#background {
    width: 100%; 
    height: 100%; 
    position: fixed; 
    left: 0px; 
    top: 0px; 
    z-index: -1; /* Ensure div tag stays behind content; -999 might work, too. */
}

.stretch {
    width:100%;
    height:100%;
}

.stretch1 {
    width:100%;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    height: 30px;
    display: block;
    background-color: transparent;
}

::-webkit-scrollbar-track-piece {
    background-color:#000;
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
    height: 50px;
    background-color:#fff;
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 50px;
    background-color:#666;
    -webkit-border-radius: 3px;
}

a:link {
	color:#CCC;
}
a:visited {
	color:#FFC	;
}
a:hover {
	color:#FCC;
}
a:active {
	color: #3C3;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 24px;
	color:#063;
}
h2 {
	font-size: 18px;
	color:#666;
}
h3 {
	font-size: 16px;
	color: #999;
}

#header {
    width: 100%; 
   /* position: fixed; */
    left: 0px; 
    top: 0px; 
    z-index: -1; /* Ensure div tag stays behind content; -999 might work, too. */
}

#footer {    
    color:white;
    clear:both;
    text-align:center;
	height:200px;
	width:100%;	
	left: 0px; 
    top: 0px; 
    z-index: -1;
}

#nav {
	  text-align:right;
	  width: 100%;      
	  margin-right: 0;
	  margin-top: 3em;
      
      list-style: none; 
	  color:#9dcb51;
	  font-size:16px;
	  font-weight:bold;
}

#nav a{
	line-height:40px;
	float: right;
	text-decoration:none;
	padding:1px;
	color: #000;
	background-image:url(images/b1.png);
	background-repeat:no-repeat;
	width:150px;
	height:46px;
	text-align:center;
}

#nav a:hover {
	color: #06C;
	background-image:url(images/b2.png);
	background-repeat:no-repeat;
	width:150px;
	height:46px;
	text-align:center;
}

/* ~~~~~nav 2~~~~~~~~~ */

#nav2 {
	  text-align:right;
	  width: 100%;      
	  margin-right: 0;
	  margin-top: 3em;
      float:right;
      list-style: none; 
	  color:#9dcb51;
	  font-size:16px;
	  font-weight:bold;
}

#nav2 a{
	line-height:40px;
	float: right;
	text-decoration:none;
	padding:1px;
	color: #000;
	background-image:url(images/b1.png);
	background-repeat:no-repeat;
	width:150px;
	height:46px;
	text-align:center;
}

#nav2 a:hover {
	color: #06C;
	background-image:url(images/b2.png);
	background-repeat:no-repeat;
	width:150px;
	height:46px;
	text-align:center;
}