/* -----------------------------------------------------------------------------
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: 610px;
	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;
	margin-top: 2em;
	text-decoration: underline;
}
#content h3{
	color: Red;
	font-size: medium;
}
#content h4{
	font-size: small;
	margin-top: 2em;
}
#content h5{
	font-size: small;
	font-style: italic;
}
#content img{
	margin: 1pt;
}
#content img#breitenbush{
	height: 453px;
	width: 600px;
}
#content img#buddha{
	height: 375px;
	width: 500px;
}
#content img#building{
	float: left;
	height: 120px;
	width: 167px;
}
#content img#diningroom{
	float: right;
	height: 200px;
	width: 267px;
}
#content img#heal{
	height: 296px;
	width: 436px;
}
#content img#jeregtu{
	float: left;
	height: 146px;
	width: 120px;
}
#content img#mingtanggroup{
	height: 297px;
	width: 487px;
}
#content img#sanctuary{
	height: 120px;
	width: 350px;
}
#content img#woods{
	float: right;
	height: 500px;
	width: 375px;
}
#content p.caption{
	font-size: x-small;
	font-style: italic;
	font-weight: bold;
}
#content table{
	border-collapse: collapse;
}
#content td.time{
	font-style: italic;
	padding-right: 1em;
}
.alertnote{
	color: Red;
	font-style: italic;
	font-weight: bold;
}
.invisibleDivider{
	clear: both;
	display: block;
	float: none;
	width: auto;
}
