/*  reddish code was #007c93 */

body {
  background: url('../gfx/background-red-2-1180.jpg') white;
  background: url('../gfx/background-red-2-turned-1800.jpg') white;
  background: url('../gfx/background-tuerkis-2-1800.jpg') white;  
  
  
  /* background: url('../gfx/background-blue-2-1279.jpg') white; */
  /* background: url('../gfx/background-blue-2-1279.jpg') white; */

  background-repeat: no-repeat;
  background-position: center center; 
  /* background-position: bottom;  */
}
 
 

#bigbox {
	border-color: #007c93;
}

 
#nav li a {
	color:#8b8b8b;
	border: 1px solid #cfcfcf;
	border-right: 1px solid #007c93;
}
 
#nav li a#active {
	border-color: #007c93;
	border-right:1px solid white;
	color:#007c93;
}
 
#subnav li a#active {
	color: #007c93;
}
 
h1 {
	color:#007c93; 
}
 
 
h2 {
	color:#007c93; 
} 

a {
	color:#007c93;
}
 
