/*
===========================================================
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-attachment: fixed;
	background-repeat: repeat-x;
	background-color: #D3D2CE;
}

#PageBody {
	padding-right: 8px;
	border-right: 1px solid #999999;
	
	/* Without Left Navigation */
	width: 750px;
	border-left: 1px solid #999999;
	
	/* With Left Navigation
	width: 591px; */
}
