html{height: 100%;}

body
{ 
  background-image: url(../terrain_back1.jpg);
	background-repeat: repeat;

	background-position: center top;

	background-attachment: fixed;

  color: #5A6370;
}


#main
{ 
    color: #CCCCCC;
}

#links
{ background: #FFFFFF url(top_fade.png);
  background-repeat: x;
  color: #00CC00;
  border-color: #000000;
}


#footer
{ background: #FFFFFF url(menu.png);
  background-repeat: x;
  color: #00CC00;
  border-color: #000000;
}

#menu
{
  background: #FFFFFF url(menu_grey.png);
  color: #00CC00;
}


#links a, #footer a, #menu a
{ background: transparent;
  color: #D1D3D7;
}


#links a:hover, #footer a:hover, #menu a:hover, #column2 a:hover, .sidebaritem a:hover
{
  background: transparent;
  color: #00CC00;
}

#logo
{ background: #FFFFFF url(robinheader.jpg) no-repeat;
  color: #5A6370;
}

#logo h1
{ background: transparent;
  color: #FFFFFF;
}

h1, #column2 h1
{ background: transparent;
  color: #1775D5;
  border-color: #89A9C7;
  color: #FFFFFF;
}


#content, #column2 a
{ background: transparent;
  color: #FFFFFF;
}

.sidebaritem, .sidebaritem a
{ background: transparent;
  color: #D1D3D7;
}

.sbihead
{ background: #FFFFFF url(sbi_header_grey.png);
  color: #000000;
}

.sbihead h1
{ background: transparent;
  color: #00CC00;
}


.sbilinks li a
{ background: #FFFFFF url(link.png);
  color: #D1D3D7;
} 

.sbilinks li a:hover
{ background: #B7B7B7;
  color: #00CC00;
} 

input, textarea
{ background: #FFFFFF;
  color: #5A6370;
  border-color: #89A9C7;
}
