/* CSS Document */

#banner {
display: none;
}

#bodyPhotoWrapper { 
  background-color: #b1a77e; 
}

#bodyShortcuts { 
  background-color: #b1a77e;
}


h1 {
	border-bottom: solid 2px #b1a77e;
	color: #666; 
	}

h2 { color: #b1a77e; }
	
hr { color: #b1a77e; }

ul li { background-image: url(../_images/bullet-arrow_tan.gif); }


a { color: #b1a77e; }

a:hover { color: #b1a77e; }

a:active { color: #b1a77e; }

a:visited {
	color: #F00;
}

