body		{
			margin: 0;
			padding: 0;
			font-family: 'lucida grande';
			font-size: small;
			color: #333	;
			text-align: center;
			background: url(../pics/clouds_bg.gif) top left no-repeat;
			}
			
#tree		{
			height: 284px;
			position: relative;
			z-index: 10;
			background: url(../pics/tree.gif) bottom left no-repeat;
			}
			
#madelen	{
			float: right;
			/*
			height: 288px;
			position: relative: z-index: 9;
			background: url(pics/madelen.png) top right no-repeat;
			*/
			}

#wrapper	{
			width: 800px;
			margin: 0 auto;
			margin-bottom: 260px;
			padding: 30px;
			font-size: 95%; /* slight adjustment */
			text-align: left;
			}
	
#logo		{
			padding: 10px 0 0;
			}
	
h1			{ 
			font-family: Georgia, Times, "Times New Roman", serif;
			font-size: 12px;
			font-weight: normal;
			letter-spacing: 1px;
			text-transform: uppercase; 
			color: #ff7f00;
			}
	
h2			{ 
			font-family: Georgia, Times, "Times New Roman", serif;
			font-size: 24px;
			font-weight: normal;
			color: #ff7f00;
			}
	
p			{
			line-height: 1.3em;
			}
			
a			{
			color: #ff7f00;
			}
			
img			{
			border: 0;
			}
					

.introduction {
			font-family: Georgia, Times, "Times New Roman", serif;
			font-size: 22px;
			/* border-bottom: 1px solid #ccc; */
			}

.price		{
			color: #666;
			font-size: 18px;
			}
			
#magicaljourney	{
			padding: 0 5px 10px 0;
			width: 45%;
			float: left;
			}

#erbjudande	{
			padding: 0 0 10px 5px;
			width: 45%;
			float: right;
			}

#healing	{
			padding: 0 5px 10px 0;
			width: 45%;
			float: left;
			}

#chakra		{
			padding: 0 0 10px 5px;
			width: 45%;
			float: right;
			}

#bookclub	{
			padding: 0 5px 10px 0;
			width: 45%;
			float: left;
			}
		

#angels		{
			clear: both;
			padding: 0 0 10px 5px;
			width: 100%;
			float: left;
			}

/*			
#bookclub p, #angels p	{
			float: left;
			}
*/
			
#bookclub img, #angels img {
			padding: 0 0 2% 2%;
			display: inline;
			float: right;
			}
	
