<!-- positioning of main table -->
	.tableposition { position: absolute; top: 0px; left: 0px; }

<!-- info for side bars -->
	.sidebars { background-color: #EE9572} <!--ff9900-->

<!-- links info for sidebar links -->
	a {text-decoration: none; color: #FCD59C; } 
	a:hover {text-decoration: none; color:  #AA6600; }
	a:visited {text-decoration: none; color: #FCD59C; }
	a:hover {text-decoration: none; color:  #AA6600; }

<!-- links info for content section -->
	a.content {text-decoration: none; color: #FFA812; } 
	a.content:hover {text-decoration: none; color: #FCD59C; }
	a.content:visited {text-decoration: none; color: #FFA812; }
	a.content:hover {text-decoration: none; color: #FCD59C; }

<!-- padding for main content -->
	.structure { padding-left: 10px; padding-right: 10px; }

<!-- top break line below logo -->
	.topseperatorline { width: 376px; height: 1px; position: absolute; top: 145px; left: 173px; color: #ff4500; }

<!-- bottom break line below content -->
	.footerbar { width: 350px; height: 1px; color: #000000; }

<!-- font for site -->
	.fontsite { font-size: 14px; font-family: 'century gothic', verdana, arial, helevetica, ; }

<!-- text menu -->
	.textmenu { font-size: 14px; }

<!-- footer menu -->
	.footermenu { font-size: 13px; }

<!-- footer menu divisions -->
	.footermenudiv { font-size: 7px; }

<!-- footer contact info text -->
	.footercontact { font-size: 12px; }

<!-- h1 -->
	.h1 { font-size: 17px; font-weight: 700; color: #993300; }


<!-- copyright text -->
	.copy { font-size: 9px; }

<!-- schedule text -->
	.schedhtext { font-size: 10px; }
	.schedtext { font-size: 10px; }




<!-- styles for default page -->

	.toprule { color: gold; width: 650px; height: 2px; }

	.padding { padding: 10px; }

	.backgroundfencing { background-image: url(../images/flesch.gif); background-repeat: no-repeat; background-position: left center; }

	.backgroundboxing { background-image: url(../images/boxer.gif); background-repeat: no-repeat; background-position: right center; }

	









