/*Impact Fitness 2010*/
body{
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#e5e764;
	font-family:arial;
	font-size:9pt;
}
a{
	color:#1c78a8;
	font-size:9pt;
	font-family:arial;
	text-decoration:none;
}
#sidebar{
	width:200px;
	float:right;
	padding: 10px;
	background-image:url(images/bgrightcol.gif);
}
.footercell{
	height:220px;
	background-image:url(images/footer.jpg);
	padding:10px;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:9pt;
	font-family:arial;
}
ul{
	list-style-image:url(images/bullet.gif);
	line-height:1.7em;
}
.bgcontent{
	background-image:url(images/bgcontent.gif);
	background-repeat:repeat-y;
	min-height:400px;
	padding:5px 20px 20px 25px;
}
h1{
	font-family:Arial;
	font-size:17pt;
	font-weight:bold;
	color:#CC0000;
}
.asterisk{
	color:#FF0000;
}