/* the bit that does the work */

body {
	margin:0;
	border:0;
	padding:0;
	height:100%;
	max-height:100%;
	font-family:arial, verdana, sans-serif;
	font-size:76%;
	overflow: hidden;
	
	background-image: url("../images/bcgr.gif");
	
	
	scrollbar-track-color: 000000;
scrollbar-face-color: 000000;
scrollbar-highlight-color: 999999;
scrollbar-arrow-color: 999999;

scrollbar-shadow-color: 999999;
scrollbar-3dlight-color: 333333;
scrollbar-darkshadow-color: 000000;
  }

/* for internet explorer */
* html body {
  padding:30px 0 15px 0; 
  }

#container {
  font-family:"times new roman", serif;
  font-size: 1.2em;
  position:fixed; 
  top:30px;
  left:0;
  bottom:0px; 
  right:0; 
  overflow:auto; 
 
  padding:7px;
  text-align:center;
  color: #A58D56;
  }

* html #container {
  height:100%; 
  width:100%; 
  }

#header {
  position:absolute; 
  top:0; 
  left:0; 
  width:100%; 
  height:30px; 
   

  
  }
* html #header {height:30px;}


#footer {
  position:absolute; 
  bottom:0; 
  left:0;
  width:100%; 
  height:10px; 
  overflow:auto; 
  text-align:center; 
  background:#73a2bd;
  }
* html #footer {height:10px;}

#foot {
	position:absolute;
	margin:0;
	bottom:0;
	left:0;
	display:block;
	width:100%;
	height:15px;
	font-size:1em;
	z-index:5;
	overflow:hidden;
	background:rgb(76,76,76);
	text-align:center;
	margin-bottom: -1px;
}
 
/* end of bit that does the work */


#header ul {
  clear:both; 
  text-align:center; 
  
  }

#header ul {
  margin:0; 
  padding:7; 
  list-style-type:none; 
  background:transparent; // 
  }

#header ul li {
	display:inline;
	font-weight: bold;	
  }
#header img {
  margin:10px 10px 0 10px;
  }

A {
	COLOR: #cccccc; TEXT-DECORATION: none}
A:visited {
	COLOR: #cccccc; TEXT-DECORATION: none}
A:active {
	COLOR: #cccccc; TEXT-DECORATION: none}
A:hover {
	COLOR: #8D4CA1; TEXT-DECORATION: none}

A.menu {
	COLOR: #616161; TEXT-DECORATION: none
}
A.menu:visited {
	COLOR: #616161; TEXT-DECORATION: none
}
A.menu:active {
	COLOR: #122852; TEXT-DECORATION: none
}
A.menu:hover {
	COLOR: #122852; TEXT-DECORATION: none}


#container img {margin:5px;}

