body
{
	text-align: center;
}
a
{
	text-decoration: none;
	color: black;
}

a:hover
{
	text-decoration: none;
	color: black;
}

a:visited
{
	text-decoration: none;
	color: black;
}

div#mainwrapper
{
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	text-align: center;
}

div#tree
{
	clear: both;
}

img#treeimg
{
/*	width: 400px;*/
}

div#intro-text 
{
	float: right;
	width: 400px;
}

div#qigong-logo
{
	float: left;
}

div#qigong-logo img
{
	height: 200px;
}

div#other
{
	margin-top: 20px;
}
	
/* Text Formate */
p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align: left;
}

p#title
{
	font-size: 20pt;	
	font-weight: bold;
	margin: 0;
}

p#text
{
	font-size: 12pt;	
}

