/*
-----------------------------------------------
Jarimbi Print Stylesheet
URL:      www.jarimbi.com
Date:     dec 2006
----------------------------------------------- */


	/* Primary layout */
	
/* Reset all margins to zero  */

body	{
	color: black;
	background: white;
	}

#outer {
	background: white;
	width: 100%;
	border: none;
}

  /* Header */
#header {
	border: none;
}


.headertext {
	font-size: 42px;
	text-align: left;
	color: black;
	margin-top: 0px;
	margin-left: 15px;
	padding: 0;
}
	
	
/* Menu */
#menu {
	display: none;
}

.menuhp {
	display: none;
}

.menuall {
	display: none;
}


/* Content layout */	
#content {
    	width: 90%;
	margin: 0px 10px 10px 10px;
	padding: 5px;
        text-align: left;
	font-family: arial, sans-serif;
	background: white;
}

/* Default links 	*/
/* Remember order: LVFHA  */
#content a {
	color: black;
	text-decoration: underline;
	font-weight: bold;
}

#content a:visited {
	color: black;
}


/* Typography */
h1, .h1hp, h2, h3, .hp_question, .jarimbihelps, .your, #slogan {
	color: black;
}



	/* Footer */
#footer {
	display: none;    	
}

#printfooter {
    	width: 560px;
	margin: 10px;
	padding-top: 5px;
  	text-align: center;
	font-size: 80%;
	font-family: arial, sans-serif;
	border-top: 1px solid #000000;
	display: block;
}

	

	

	
	
	
	
	

