@charset "UTF-8";

#middleWrapper {
	background-image: url(../images/middle_wrapper_bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	background-color: #FFF;
	height: 375px;
}
#middleWrapper #contentMain {
	/* [disabled]background-color: #FFF; */
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 375px;
	background-image: url(../images/gail_kriegel_index_moon.png);
	background-repeat: no-repeat;
}
#indexContent {
	float: right;
	height: 190px;
	width: 610px;
	padding-top: 90px;
	color: #333;
	line-height: 150%;
	font-size: 110%;
}
