html
{
  overflow: hidden;
  height: 99%;
}
                         
body
{
  background: rgb(238, 232, 186);
  height: 99%;
  margin: 0;
  padding: 0;
  line-height: 150%;
  text-align: center;
}

*
{
  font-size: 8pt; 
  font-family: Tahoma, Verdana, sans-serif; 
  color: #000000;
  text-align: left;
}

.list
{
  margin: 5px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}




/* === Containers === */



#first_container
{
  margin: 0 auto 0 auto; 
  display: table; 
  height: 100%;  
  position: relative; 
  overflow: hidden;
  width: 775px;
}

#second_container
{
  position: absolute; 
  top: 30%;
  vertical-align: middle;
  width: 100%; 
}

#third_container
{
  position: relative; 
  top: -100px; 
  width: 775px;
}



/* === Menu === */



#menu
{
  height: 31px;
  padding-right: 2px;
  margin: 0;
  list-style: none;   
}

#menu li
{
  float: right;
  display: block;
  width: 82px;  height: 31px;  
}

#menu a
{
  display: block;
  width: 82px;  height: 31px;  
  background-color: inherit;
  text-decoration: none;
  line-height: 31px;
  text-align: center;
}

#menu a:link, #menu a:visited
{
  color: #555f23; 
  background-color: rgb(238, 232, 186);;
}

#menu a:hover, #menu a:active
{
  background-image: url('../media/taba2.jpg');
  color: #ffffff; 
}

#menu .on
{
  display: block;
  width: 82px;  height: 31px;  
  background-image: url('../media/taba.jpg');    
  text-decoration: none;
  line-height: 31px;
  color: #ffffff;
  text-align: center;
}



/* === Language menu === */

#submenublank
{
  float: left;
  width: 145px;
  margin: 0px;
  list-style: none; 
  padding: 0px;
}

#submenublank img
{
  border: 0px;
}

#submenu
{
  float: left;
  width: 145px;
  margin: 0px;
  list-style: none; 
  padding: 0px;
 	border-top: solid 1px rgb(150,150,150);
	border-bottom: solid 1px rgb(150,150,150);
}

#submenu li
{
  width: 145px;

}

#submenu a
{
  display: block;
  width: 140px;
  background-color: inherit;
  text-decoration: none;
  text-align: left;
  padding-left: 5px;
}

#submenu a:link, #submenu a:visited
{
  color: #555f23; 
  background-color: rgb(228, 230, 213);
}

#submenu a:hover, #submenu a:active
{
  background-color: rgb(168, 172, 119);
  color: #ffffff; 
}



#submenu .on
{
  display: block;
  width: 140px;
  background-color: rgb(85, 95, 35);
  text-decoration: none;
  text-align: left;
  color: #ffffff;
  padding-left: 5px;
}



/* === Other Divs === */
 

.border
{
  background-color: #ffffff;
  padding: 15px 15px 15px 15px;
  height: 350px;
  background-image: url('../media/back.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  text-align: left;
}

.left
{
  height: 335px;
  float: left;
  width: 150px;
  padding: 130px 0px 0px 0px;
}

.content
{
  height: 335px;
  overflow: auto;
  padding: 3px;
}

.designinfo
{
  margin-top: 5px;
  text-align: right;
  color: #555f23;
  background-color: inherit;
}



/* === Inline Text Styles === */



h1
{
  margin: 10px 0 -6px -2px;
  padding: 0 10px 6px 9px;
  font-size: 16px;
  color: #555f23;
  background-color: inherit;
  border-left: 5px solid rgb(168, 172, 119);

}

.details
{
  display: none;
  font-size: 9px;
  color: #6E7468;
}

#text
{
  display: block;
  margin: 5px;
}

#text a
{
  color: #555f23;
  text-decoration: none;
  font-weight: bold;
}

.text a:hover, .text a:active
{
  color: #000000;
}

blockquote
{
  margin: 3px 0 3px 0;
  padding: 5px 10px 5px 10px;
}

#note
{
  	display: block;
	margin: 10px 15px 10px 15px;
	color: #555555;
}

#note .spip
{
  	display: block;
	margin: 10px 15px 10px 15px;
	color: #555555;
}

.bold
{
  font-weight: bold;
}

.row_first
{
  background-color: rgb(168, 172, 119);
}


#golf_map
{
  margin: 5px;
  padding: 5px;
  border: 2px solid #555f23;

}
