
/* CSS Print Styles */

/* css SirEdmundHillary.com submission 001 */
/* Added: May 18th Feb, 2008 */


/* Basic Print Styles */
body {
	margin: 0px 0 5px 0%;
}
#container {
	margin: 0 0 0 0px;
	background-color:Lime;
}

#preamble, #supportingText {
	margin:0px 10px 20px 10px;
	width:600px;
	border: none;
}

#container h1
{
	margin: 0 0 0 10px;
	padding: 0px;
    height :200px;
    width:817px;
	display: list-item;                
	list-style-image: url(HeaderPrint.jpg); 
	list-style-position: inside;       
	letter-spacing: -1000em;           
	font-size: 1pt;                    
	color: #fff;                       
}
h1 span {
	display:block;
}
h3 {
    margin-left:120px;
}

#linkList {
  display: none;
}
#lmargin {
	top:170px;
	background-image: none;
	background-color: Transparent;
}
#rmargin {
  display: none;
}

#preamble 
{
  display: block;
  width: 750px;
}

