body{
	margin: 20px;
	background: #FEFAEA;
	color: #333333;
	font-family: Georgia, Times New Roman, Times, serif;
}
h1, h2, h3, p{
	margin: 20px;
}
h1{
	font-size: 18pt;
	font-weight: normal;
}
h2, .h2{
	font-size: 14pt;
	font-weight: normal;
}
h3{
	font-size: 11pt;
	font-weight: bold;
}
p, li{
	font-size: 9pt;
	line-height: 175%;
}
li{
	margin-right: 20px;
}
a{
	color: #3088A1;
}
img{
	display: block;
}
#page{
	margin: 0px auto;
	width: 920px;
}
#header{
	background: #7ABED1 url(images/hdr_tarot.gif) no-repeat top right;
}
#logo{
	width: 200px;
}
#content{
	width: 100%;
	background: #F5F1D8;
}
#left_column{
	width: 200px;
	background: #7ABED1 url(images/treeoflifediagram.gif) no-repeat bottom center;
}
#maincontent{
	background: #ECE7C8;
}
#right_column{
	width: 200px;
	background: #F5F1D8;
}
.quote{
	padding: 1px 0px;
	background: #F5F1D8 url(images/quotebg.gif) no-repeat top left;
	color: #666666;
}
.quote-name{
	font-size: 7.5pt;
	text-transform: uppercase;
	text-align: right;
	color: #666666;
}
#footer{
	padding: 1px 0px;
	background: #9BCEDD;
	text-align: right;
}
#footer p{
	margin: 10px 20px;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
}
#credit{
	margin: 5px;
	font-family: Verdana;
	font-size: 8pt;
	text-align: center;
	color: #999999;
}
#credit a{
	color: #999999;
}