body {
	background-color: #f3f1f2;
}
#title {
	background-image: url(../images/title_grey.gif);
}
#navTop {
	background-image: url(../images/navtop_grey.gif);
}
#navEnd {
	background-image: url(../images/navend_grey.gif);
}
#contentText  ul li {
	background-image: url(../images/bullet3.gif);
}
#contentText  ul ul li {
	background-image: url(../images/bullet4.gif);
}
h1, h2, h3 {
	color: #8e787c;
}
#contentText  a, #content a:visited {
	color: #b16875;
}
#contentText  a:hover {
	color: #c6bbbd;
}
#footer {
	background-image: url(../images/foot_grey.gif);
}
#footer a:hover {
	color: #8e787c;
}
hr {
	color: #8e787c;
	background-color: #8e787c;	
}