/*
===========================================================
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: 581px;
}

#PageBodyTable {
	border-top: 1px solid #FF0000;
	background-image: url(../images/template/column/background-gate-white.jpg);
	background-repeat: no-repeat;
}

#Rotation {
	border-top: 1px solid #FFF;
}
#Rotation td {
	border-top: 2px solid #FF0000;
	padding-top: 1px;
}
