/* -----------------------------------------------------------------------------
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: 490px;
	padding: 5px;
}

/* -----------------------------------------------------------------------------
Here are styles for elements within the "content" div.
----------------------------------------------------------------------------- */
#content h1{
	color: Red;
	font-size: medium;
	font-style: italic;
}
#content h2{
	color: Red;
	font-size: medium;
}
#content #leadleft{
	float: left;
}
#content #leadright{
	border-color: Red;
	border-style: double;
	border-width: thick;
	float: right;
	margin: 20px;
	padding: 10px;
}
#content #leadright p{
	font-size: medium;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}
#content #wall{
	clear: both;
}
#content img{
	margin: 1pt;
}
#content img#mingtang{
	height: 403px;
	width: 337px;
}
#content img#pulse{
	float: right;
	height: 320px;
	width: 480px;
}
#content img#treatment{
	float: right;
	height: 360px;
	width: 320px;
}
#content p.caption{
	font-size: x-small;
	font-style: italic;
	font-weight: bold;
}
#content table{
	border-collapse: separate;
	margin-top: 10px;
}
#content td.location{
	font-weight: bold;
	padding-right: 1em;
}
#content td.practitioner{
	font-style: italic;
}

