/************************************************************************
 Script: ghPrint.css

 Author: Gav Harrison

 Abstract:
     Style sheet to control the print display for http://www.dneg.com
*************************************************************************/
	

/*****************************************************************/
/* General styles for all pages */
/*****************************************************************/
body {
	background : #FFFFFF;
	width : 100%;
	margin : 0;
	padding : 0;
	border : 0;
	text-align : left;
	font-family : Arial, Verdana, Sans-Serif;
	font-size : 0.8em;
	color : #000000;
	line-height : 150%;
}

#header {
    margin : 2em 0 2em 0;
    padding : 0;
    border : 0;
}

div.imageStyle3 {
    margin : 0.5em 12px 2em 12px;
    padding : 0;
    width : 176px;
    float : left;
    line-height : 110%;
}

img {
    border : 0;
}

a {
	color : #000000;
	font-weight : bold;
}
/*********************************************************************/


/**********************************************************************
Hidden styles
**********************************************************************/
#mainNav, #subnav, #footer {
	display : none;
}
/*********************************************************************/
