body
{
    width: 650px;
	 font-size:100%;
    font: normal 12px/normal Arial, Helvetica, sans-serif;
	 /*background khaki*/
	 background: #F0E68C; 
}
h1{
	font-size:200%;
}
h2{
	font-size:175%;	
}
h3{
	font-size:150%;
}
h4{
	font-size:125%;
}
h5{
	font-size:110%;
}
h6{
	font-size:105%;
}
#soccerreg{
	 background: #F0E68C url(images/soccer_ball_web.jpg) 600px 100% no-repeat;
}
#baseballreg{
	 background: #F0E68C url(images/baseball_web.jpg) 600px 100% no-repeat;
}
#basketballreg{
	 background: #F0E68C url(images/basketball_web.jpg) 600px 100% no-repeat;
}
.label 
{
    font-size: 12px;  
    line-height: 14px;
    font-weight: bold;
}
.headline
{
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
}
.subheadline
{
    font-weight: bold;
    font-size: 125%;
    line-height: 20px;
}
.general
{
    font-size: 110%;
    line-height: 14px;
}
.main{
	margin:auto;
	width:750px;

}
.content{
	position:relative;
	margin:auto;
	width:85%;
}
.narrowcontent{
	position:relative;
	margin:auto;
	width:72%;
	left:-6%;
}
