/*
===========================================================
Add your custom CSS to this file.
===========================================================
*/

/* Add a silver background and a right border to the body. */
body {
	background-image: url(../images/background-silver.jpg);
	background-color: #D3D2CE;
}
#PageBody {
	padding-right: 8px;
	border-right: 1px solid #999999;
	width: 591px;
}
