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


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

* {
	margin: 0;
	padding: 0;
}

body	{
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 80%;
	/*background-color: #ffffcc;*/
	/*background: #cee266 url(../images/background.gif) center 170px  no-repeat;*/
	background: #d5e67d url(../images/background.gif) center 0 no-repeat;
	}

img		{
	border: 0;
	display: block;
	margin: 4px;
	}
	
#outer {
	background-color: #ffffff;
	margin: 10px auto;
	width: 750px;
	border: 1px solid #ffcc00;
}

  /* Header */
#header {
	border: solid thin #ffcc00;
	background-repeat:no-repeat;
	background-position: 0 0;
	position: relative;
}

.homepage {
	/*background-image: url("/images/bovenbalk.gif");*/
    background-image: url("/images/header_home.gif");
	height: 145px;
}

.allpages {
	background-image: url("/images/bovenbalk_smal2.gif");
	height: 80px;
}

.headertext {
	font-size: 32px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #c83000;
	margin-top: 20px;
	margin-left: 420px;
	padding: 0;
}
	
/* Menu */
#menu {
	width: 130px;
	margin: 10px;
    text-align: left;
	float: left;
	border-right: 1px solid #C5C877;
}

.menuhp {
	padding-top: 16px;
}

.menuall {
	padding-top: 8px;
}


	/* Menu navigation*/
#menu ul li {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	list-style: none;
	line-height: 2em; 
}

#menu a   {
	text-decoration: none;
	color: #c69600;
}
	
#menu a:hover {
	text-decoration: underline;
}

.currentpage {
	font-weight: bold;
}

/* Content layout */	
#content {
   	width: 540px;
	margin: 10px 30px 10px 150px;
	padding: 5px 5px 5px 15px;
    text-align: left;
	font-family: arial, sans-serif;
}

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

#content a:visited {
	color: #c5c877;
}

#content a:focus {
	/*color: #989a5d;*/
	color: #567237;
}

#content a:hover {
	color: #c5c877;
}

#content a:active {
	/*color: #989a5d;*/
	color: #567237;
}

/* Typography */
blockquote { 
	margin-left: 40px; 
	margin-right: 40px 
}

h1	{
	font-size: 200%;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #c69600;
	padding-bottom: 10px;
}

.h1hp {
	font-size: 26px;
	/*font-weight: bold;*/
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #c83000;
	padding-bottom: 6px;
}

.hp_question {
	font-size: 130%;
	color: #c83000;
	font-weight: bold;
	font-style:italic;
}

.jarimbihelps {
	font-size: 150%;
	color: #c69600;
	font-weight: bold;
	padding-bottom: 10px;
}

.your {
	color: #c83000;
	font-weight: bold;
}

#slogan {
 	text-align:center;
	font-size: 120%;
	color: #c69600;
	font-weight: bold;
	font-style:italic;
	padding-top: 10px;
}

h2	{
	font-size: 120%;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #c83000;
	margin-top: 10px;
}

h3	{	
	font-size: 100%;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #c83000;
}

#content  p {
	margin-bottom: 7px;
	margin-right: 40px;
}

#content  p:first-child {
	margin-top: 10px;
}

#content #portfolio p {
	margin-top: 20px;
}

#content ul { 
	margin-left: 30px; 
	line-height: 1.5em; 
	font-size: 110%;
}

#content #portfolio ul {
	font-size: 100%;
	margin-left: 20px;
}



	/* Footer */
#footer {
    	width: 560px;
	margin: 10px 10px 10px 160px;
	padding-top: 5px;
  	text-align: center;
	font-size: 80%;
	font-family: arial, sans-serif;
	border-top: 1px solid #C5C877;
}

#printfooter {
    	display: none;
}
	

	

	
	
	
	
	

