/* -----------------------------------------------------------------------------
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: 230px;
	padding: 5px;
}

/* -----------------------------------------------------------------------------
Here are styles for elements within the "content" div.
----------------------------------------------------------------------------- */
#content h1{
	color: Red;
	font-size: medium;
	font-style: italic;
}
#content img{
	height: 151px;
	margin: 1pt;
	width: 220px;
}

