/* site style for the Bohrer gallery */

/* general defaults */
body {
  margin: 0; padding: 0;
  background: #000;							/* black background */
}

#content {			
  position: absolute;
  top: 50%;
  height: 350px;
  overflow: auto;
  width: 100%;
  min-width: 675px;
  margin-top: -177px;
  border-top: 2px solid #9c2c2c;  /* old red #C73537; */
  border-bottom: 2px solid #9c2c2c; /* #C73537; */
  background-color: #8bb080;	/* green background */
  font-family: verdana,helvetica,arial,sans-serif;
  font-size: 12px;
  color: #DFDEC0;
}

/* menu */
#menu {
	display: block;
 	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 14px;	
	color: #fff;
	text-align: center;
 	padding: 2px;
  position: absolute;
  top: 50%;
  margin-top: -200px;
  right: 10px;
}
#menu a {
  color: #bbd4b6;
 	text-decoration: none;
}
a { color: #bbd4b6; }
a:hover	{ color: red; }
a:active { color: #C73537; }

#menu a:hover	{color: red; }
#menu a:active { color: #C73537; }
#menu h1 {
	font-size: 18px;
  color: #DFDEC0;
	border-bottom: 1px solid  #afc6aa;
	margin-bottom: 2px;
}
.copyright {
  position: absolute;
  top: 50%;
  margin-top: 175px;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 2px;
	margin-left: 5px;
	color: #999966;
}

