/*
	Print Stylesheet for Capital Pacific Bank
	Rules in this sheet will be used when the page is printed.
	Remember, no backgrounds!
*/

body
{
    background-image: none;
    background-color: Transparent;
}
#header
{
    background-image: url('/Images/bg-header-print.gif');
}
#sidebar {
    display: none;
}
#nav {
    display: none;
}
#cpb-login {
    display: none;
}
#container
{
    background-image: none;
}
#content {
    float: none;
    width: 770px;
}