body{
	background-color:#b3b3b3;
}
#wrap{
	background:#ebebeb url("/interface/images/layout/bg_grey.jpg") top repeat-x;
}
p#logo{
	background:none;
}
#header p#logo a{
	background:url("/interface/images/layout/logo_white.png") no-repeat;
}
* html p#logo a{
	background:url("/interface/images/layout/logo_grey.gif") no-repeat!important;
}
* html body #nav dd a{
	background:url("/interface/images/layout/menu_spacer_grey.gif") no-repeat right center!important;
}
#nav a:hover,
#nav a.on{
	color:#fff;
}
#footer{
	border-top:1px solid #9a9a9a;
}
#footer #footer_right{
	background:url("/interface/images/layout/bg_footer_grey.gif") repeat-y left;
}