/*--------------------------------------------------------------
Russell Macandrew Consulting Pty Ltd Style Sheet - 05/03/2007
Media Type: Print
Author: karleebarnes.com.au 
----------------------------------------------------------------*/

/* Format the font and headers */

body, p{
font:  10pt Arial, Verdana, Helvetica, sans-serif;
color: #000000;
}

h1{
font-size: 14pt;
}

/* Hide the irrelevant elements for Printing */

#menu,#buttons,#webAddress,#textMenu,#kbLogo,#leftSide,.aboutUs,#emailForm{
display:none;
}

#printLogo #emailAddress{
visibility:Visible;
}

img{
	border-style:none;
}

/* Position remaining elements*/

#printLogo{
position:absolute;
top:10px;
}

#rightSide{
margin-top:100px;
}

#copyInfo{
margin-top: 20px;
}

.books{
	width: 680px;
	display: inline;
}

.bookPic{
	width: 115px;
	float: left;
	
}

.bookDesc{
	width: 565px;
	float: right;
	
}


