/* -----------------------------------------------------------------------------
This is the stylesheet for the .htm web page on the ZY Qigong website
that has the same name as this .css file.
----------------------------------------------------------------------------- */

/* -----------------------------------------------------------------------------
Apply the styles for header, footer and side bar elements.
----------------------------------------------------------------------------- */
@import "frame.css";

/* -----------------------------------------------------------------------------
Here are styles to apply to the "content" div at-large.
----------------------------------------------------------------------------- */
#content {
	/* border: solid 1px #000000; */
	/* This div's min-width value should be the sum of its largest image width
	   (as it is intended to appear on the page)
	   and the div's left and right padding. */
	min-width: 488px;
	padding: 5px;
}

/* -----------------------------------------------------------------------------
Here are styles for elements within the "content" div.
----------------------------------------------------------------------------- */
#content h1{
	color: Red;
	font-size: medium;
	margin-top: 2em;
}
#content h2{
	color: Red;
	font-size: medium;
	margin-top: 2em;
}
#content h3{
	font-size: small;
}
#content img{
	margin-bottom: 2em;
	margin-left: 8pt;
	margin-right: 8pt;
}
#content img#bigtree{
	float: right;
	height: 151px;
	margin-top: 2em;
	width: 478px;
}
#content img#embraceball{
	float: right;
	height: 288px;
	margin-top: 2em;
	width: 384px;
}
#content img#gatherqi{
	float: right;
	height: 287px;
	margin-top: 2em;
	width: 350px;
}
#content img#meditate{
	float: right;
	height: 240px;
	margin-top: 0;
	width: 312px;
}
#content img#mingtang{
	float: left;
	height: 237px;
	margin-top: 0;
	width: 318px;
}
#content img#path{
	height: 354px;
	margin-top: 0;
	padding-left: 20px;
	width: 232px;
}
#content img#poem{
	height: 131px;
	margin-top: 0;
	width: 207px;
}
#content img#zhao{
	float: left;
	height: 240px;
	margin-top: 2em;
	width: 217px;
}
#content span.eyecatcher{
	background-color: Yellow;
	color: Red;
	font-size: medium;
	font-weight: bold;
}
#content ol{
	margin-top: 0;
}
#content ol li.lc{
	list-style-type: lower-alpha;
}
#content p.li{
	margin-bottom: 0;
}
#content p.li2{
	text-indent: 36pt;
}
