/*
===========================================================
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;
	background-attachment: fixed;
}
#PageBody {
	width: 742px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	padding-right: 8px;
}

.RightImage {
	margin-left: 6px;
	margin-bottom: 4px;
}