
#FRAME_CREW
{
	position: relative;
	height: 110px;
	background-image: url(/picts/tree_top.png);
	background-repeat: no-repeat;
}

#FRAME_CREW_BOTTOM
{
	height: 35px;
	background-image: url(/picts/tree_bottom.png);
	background-repeat: no-repeat;
}

#CREW_TITLE
{
	position: absolute;
	top: 15px;
	width: 100%;
	text-align: center;
	cursor: pointer;
	text-decoration: underline;
	color: #1F709B;
}

#CREW_IMAGE
{
	position: absolute;
	left: 15px;
	top: 40px;
	border: 2px solid silver;
}

#CREW_NAME
{
	position: absolute;
	left: 90px;
	top: 45px;
	width: 135px;
}

