/*  --------------------------------------------------------------------------
     
     Print Style Sheet
     Copyright: Tour Hosts Pty.Limited - www.tourhosts.com.au
     Created by: Igor Kasalovic (IK) - ikasalovic@tourhosts.com.au
     Version: 1.0
     Date: 21/09/2005



/*  -------------------------- ID's Styles ---------------------------------*/
body {
	margin: 0px;
	padding: 0px;
}


#header, #img, #menubar1, #topnavigation {
	position:absolute;
	display:none;
}




/*  -------------------------- Font Styles ---------------------------------*/

#content, #footer p, #rightcolumn p, #rightcolumn ul li, #rightcolumn ul{
	color: black;
	text-align: left;
	font: 12pt/17px Georgia, "Times New Roman", Times, serif;
}

#content h1, #rightcolumn h1, #rightcolumn h3 {
	color: black;
	text-align: left;
	font: bold 16pt Georgia, "Times New Roman", Times, serif;
}
#content a, #footer a {
	color: #000000;
	text-decoration: underline;
	background: #fff;
}


#pageholder {
	height: auto;
	width: 650px;
	border: 2px solid black;
	padding: 10px;
}

