/****** menu homepage link *****/
.homepageLink{
	position: absolute;
	background: #000;
	width: 121px;
	padding: 1px 6px 1px 6px;
	font-weight: bold;
	font-size: 1.2em;
	top: -152px;
	left: 27px;
}

.homepageLink a{
	color: #fff;
}

.homepageLink a:hover{
	color: #fe0000;
}
/****** menu homepage link *****/



/****** top framed content *****/
.topFramedContent{
	position: absolute;
	top: -404px;
	right: 220px;
	width: 556px;
	height: 376px;
	border: solid 8px #000;
	background: #fff;
}

.topFramedContent .title{
	background: #000;
	padding: 3px 0px 10px 10px;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
}

.topFramedContent .title span{
	color: #fe0000;
}

.topFramedText .HTMLcontents{
	padding: 35px 20px 0px 35px;
	font-weight: bold;
	font-size: 1.2em;
}

.teamCutouts{
	position: absolute;
	top: -317px;
	right: 86px;
}

.topFramedContent .videoDescription{
	color: #fff;
	position: absolute;
	top: 80px;
	right: -210px;
	width: 185px;
	font-size: 0.8em;
}



.topFramedContentSmall{
	position: absolute;
	top: -385px;
	right: 242px;
	width: 512px;
	height: 352px;
	border: solid 8px #000;
	background: #fff;
}

.topFramedContentSmall .title{
	background: #000;
	padding: 3px 0px 10px 10px;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
}

.topFramedContentSmall .title span{
	color: #fe0000;
}

.topFramedContentSmall .HTMLcontents{
	padding: 35px 20px 0px 35px;
	font-weight: bold;
	font-size: 1.2em;
}

.topFramedContentSmall .videoDescription{
	color: #fff;
	position: absolute;
	top: 80px;
	right: -210px;
	width: 185px;
	font-size: 0.8em;
}
/****** top framed content *****/