#header {
	height: 100px;
	width: 800px;
}
.hyperlink {
	text-decoration: none;
	color: #000;
}

#menu {
	height: 50px;
	width: 800px;
	border-top-width: thin;
	border-top-style: solid;
}
#main {
	height: 400px;
	width: 800px;
	border-top-width: thin;
	border-top-style: solid;
	text-align: center;
	overflow: auto;
}
#footer {
	height: 50px;
	width: 800px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	background-image: url(images/footer2.jpg);
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#mainleft {
	height: 400px;
	width: 200px;
	float: left;
	border-right-width: thin;
	border-right-style: solid;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 10px;
}
#background {


}
#background #wrapper #menu table tr td div .hyperlink .coachfieldsclassicmenulink {
	color: #F00;
	text-decoration: blink;
}

