.firstletter {
		float: left;
		font-size: 3em;
		line-height: 1;
		font-weight: bold;
		margin-right: 0.2em;
	}



body {
/* Always use margin:  0;  padding:  0; as margin controls for your page itself.  Setting both to 0 ensures that your page will spread to the outer edges of the browser window. */
	margin:  0;
	padding:  0;
	font: 8pt/16pt georgia; 
	color: #45625E; 
	background: #E9E9DD; 
	 
}
p { 
	font: 10pt georgia; 
	font: 8pt/16pt georgia; 
	margin-top: 0px;  
	
	}
h1 { 
	font: bold 18pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
	}
h2 { 
	font: italic normal 14pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 5px; 
	color: #45625E;
	}
h3 { 
	font: italic normal 8pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 5px;
	margin-top: -2px; 
	color: #7D775C;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #0d6a76;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #0d6a76;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #9685BA;
	}

#bodywrapper {
/* replace margin-top value with the height of your header. */
	margin-top:  0;
	margin-left:  0;
	margin-right:  0;
	margin-bottom:  0;
	padding:  0;

/*  Background of the right side menu.  Replace the URL and the background color (#3399ff) with your choices for each.  */
	background: url(zen-bg.jpg) no-repeat top left; 
	
	position:  relative;
	top:  0;
	left:  0;
	width:  100%;
	
}

#contentarea {
 /* replace this value with the width of your right column */
 	margin-right:  200px;
	margin-left:  10px;
	margin-bottom:  0;
	margin-top:  0;
	padding: 10px 100px 10px 50px;
	
}

#rightcolumn {
	position:  absolute;
	top:  0;
	right:  0;
	margin:  20px;
	padding:  10px;
	text-align: justified; 
	font-size: 14px; 
		

		

/* Replace width with the width of your right column. */
	width:  200px;
/*  Background of the right side menu.  Replace the URL and the background colorwith your choices for each.  */
	background: #bdd4c9; 
	
}



}

