@media print 
{

body {
    background-color: #ffffff;
	background-image: url(images/spacer.gif);
	background-repeat: no-repeat;
    border-right: none;
    color : #000000;
	}



#header	{
	height: 65px !important;
	}

#gnav ul li {
    display: none !important;
}



#wrapper
	{
	width: auto; /* 720px */
	}

#contents_box
	{
	display:block;
	width: auto; /* 720px */
	margin:0px;
	padding:0px;
	}

#contents
	{
	position: relative;
	left:0px;
	display:block;
	width:720px;
	}


a img {
    border:0px !important;
	}

a:link {
    color: #000055;
	}

a:visited {
    color: #000055;
	}

a:hover {
    color: #000055;
	}

a:active {
    color: #000055;
	}


}
