Good work! I'm a teenager, too, so congrats on learning HTML! Now when I look at your source code, this is what I see:
CODE
<p align="center"><font face="Arial" color="#FFFF00">
<img src="Mlkwrestling.gif" width="700" height="78" border="0" alt="Martin Luther King Middle School Wrestling"></font>
<img border="0" src="wrestlinglion.gif" width="101" height="146"><br>
<b><i><font size="5" face="Bookman Old Style" color="#BEB561">Home of the Lions</font><font face="fantasy" size="5" color="#FFFF00">
</font></i></b></p>
<p align="center"><b><i><font face="Bookman Old Style" size="4" color="#FFFFCC">
WebMaster: Dayton Hunt</font></i></b></p>
<p align="center"><b><i><font face="Bookman Old Style" size="4" color="#FFFFCC">
Update:Wrestling Packet 36$ Includes Sweat Pants +Sweat Shirt And Workout Shirt. </font></i></b></p>
<BODY
BACKGROUND="backgnd.gif"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#FF66FF"
ALINK="#FF0000"
>...
First off, what is the body tag doing in the middle of the content? It also is never closed. Secondly, what happened to the html tag? Although the newer browsers may be more forgiving, anybody with an old browser may not be able to see your page correctly.
PS: Change the colors for the table in the Local Tournaments page. It's nearly impossible to read.