body {
	background: url('../../../images/bg-slate.jpg') repeat-x top left;
	background-color:#E8E8E8;
}

body.toolbar {
	background: url('../../../images/bg-slate-manage.jpg') repeat-x top left;
	background-color:#E8E8E8;
}

#nav {
	border-bottom:1px solid #AFB6AA;
}

h2, .header2, a { 
	color: #898f85; 
}

a:hover { 
	color: #000000; 
}


#nav {
  background: #000000;
  border-top: 1px solid #333333;
}
  
#nav a.active {
	color: #d5dbd1;
}
          
#page_title h1 {
	color: #d5dbd1;
	}                
.shift_container .prev { background-color: #898f85; }
.shift_container .next { background-color: #898f85; }
.shift_container .prev:hover { background-color: #3c4238; }
.shift_container .next:hover { background-color: #3c4238; }
body.static .column2_2 h2 { color: #000000; }      


