body{
	background-color:black;
}

.menuholder{
	position:relative;
	float:left;
	width:800px;
	height:108px;
	margin-top:5px;
}

.title{
	position:relative;
	float:left;
	width:421px;
	height:108px;
	margin-left:52px;
	background-image:url(../images/thballtitle.jpg);
}

.menubutton{
	position:absolute;
	top:64px;
	left:688px;
	width:98px;
	height:13px;
	background-image:url(../images/whitemenutitle.jpg);
}

.clientsbutton{
	position:absolute;
	top:95px;
	left:625px;
	width:161px;
	height:13px;
	background-image:url(../images/pastclientsbutton.jpg);
}

.theballbody{
	position:relative;
	float:left;
	width:802px;
	height:643px;
	margin-top:5px;
	background-image:url(../images/theballbkg.jpg);
	background-repeat:no-repeat;
	background-color:#42413F;
	color:white;
}

.theballtext{
	position:relative;
	float:left;
	width:500px;
	height:633px;
	max-height:657px;
	margin-left:300px;
	margin-top:10px;
	color:white;
	font-size:14px;
}

.theballtext a:link, a:visited, a:active, a:hover{
	text-decoration:none;
	color:#666699;
	font-weight:bold;
}