    html {
    overflow: scroll;
    }

body {
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}
#wrapper {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background: url(images/header.jpg) no-repeat;
	height: 220px;
	width: 1024px;
}

#contentmain {
	background: url(images/bckgrd.jpg) repeat;
	width: 1017px;
	border: medium solid #163a6c;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 21px;
}

#footer {
	font-size: 13px;
	font-style: normal;
	height: 70px;
	width: 975px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: left;
	float: right;
	clip: rect(0px,0px,0px,0px);
	background: url(images/kidsport.jpg) no-repeat right bottom;
	margin-right: 10px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	vertical-align: text-bottom;
}

#navigation {
	float: right;
	width: 144px;
	margin-top: 25px;
	margin-right: 25px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

.floatleftbox {
	float: left;
	width: 750px;
	margin-top: 25px;
	margin-left: 25px;
	padding-bottom: 10px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 24px;
	font-weight: bold;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #284A7E;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	text-align: left;
	color: #244271;
}

.clear {
	clear: both;
}

.medtext {
	font-size: 17px;
}

.smalltext {
	font-size: 14px;
	font-style: normal;
}

.underline {
	text-decoration: underline;
}
