/* -----------------------------------------------------------------------------
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: 410px;
	padding: 5px;
}

/* -----------------------------------------------------------------------------
Here are styles for elements within the "content" div.
----------------------------------------------------------------------------- */
#content div.product{
	border: solid 1px #FFFFFF;
	clear: both;
	margin-bottom: 1em;
	margin-top: 1em;
}
#content h1{
	color: Red;
	font-size: medium;
	font-style: italic;
}
#content h2{
	color: Red;
	font-size: medium;
	margin-top: 2em;
	text-decoration: underline;
}
#content h3{
	color: Red;
	font-size: medium;
}
#content h4{
	font-size: small;
	margin-top: 2em;
}
#content img{
	margin-bottom: 2em;
	margin-left: 8pt;
	margin-right: 8pt;
	margin-top: 0;
}
#content img#cave{
	height: 151px;
	width: 215px;
}
#content img#chan{
	float: left;
	height: 135px;
	width: 90px;
}
#content img#enlightenment{
	float: left;
	height: 144px;
	width: 90px;
}
#content img#level1book{
	float: left;
	height: 146px;
	width: 100px;
}
#content img#luminosity{
	float: left;
	height: 275px;
	width: 180px;
}
#content img#martialarts{
	float: left;
	height: 111px;
	width: 100px;
}
#content img#poem{
	float: left;
	height: 194px;
	width: 400px;
}
#content img#relaxation{
	float: left;
	height: 290px;
	width: 220px;
}
#content img#shidejing{
	float: left;
	height: 400px;
	width: 297px;
}
#content img#sunyanbin{
	float: right;
	height: 224px;
	width: 300px;
}
#content img#tshirt{
	float: left;
	height: 295px;
	width: 98px;
}
#content p.caption{
	font-size: x-small;
	font-style: italic;
	font-weight: bold;
}
#content span.eyecatcher{
	background-color: Yellow;
	color: Red;
	font-size: medium;
	font-weight: bold;
}
#content table{
	border-collapse: collapse;
	margin-left: 40px;
}
#content td{
	padding-right: 1em;
}
#content td.cd{
	font-weight: bold;
}
#content td.exercise{
	font-style: italic;
}
