@charset "ISO-8859-1";




#skillssheetHeader
{
	position:relative;
	float:left;
	background: url(../images/07_skillssheet/skillssheetsHeader.gif) 0px 0px no-repeat;
	height:57px;
	width:484px;
	left: 20px;
}

#skillssheetMain
{
	position:relative;
	float:left;
	background: url(../images/07_skillssheet/skillssheetsMain.jpg) 0px 0px no-repeat;
	height:438px;
	width:688px;
	left:20px;
}

#seamenWrapper
{
	position:relative;
	background: url(../images/07_skillssheet/skillssheetsButtons.png) 0px 0px no-repeat;
	height:114px;
	width:250px;
	top:75px;
	left:20px;
}

#seamenWrapper:hover
{
	position:relative;
	background: url(../images/07_skillssheet/skillssheetsButtons.png) -250px 0px no-repeat;
}


#seamenWrapper span
{
	display:none;
}

#mateWrapper
{
	position:relative;
	background: url(../images/07_skillssheet/skillssheetsButtons.png) 0px -114px no-repeat;
	height:114px;
	width:250px;
	top:80px;
	left:20px;
}

#mateWrapper:hover
{
	position:relative;
	background: url(../images/07_skillssheet/skillssheetsButtons.png) -250px -114px no-repeat;
}


#mateWrapper span
{
	display:none;
}


#skipperWrapper
{
	position:relative;
	background: url(../images/07_skillssheet/skillssheetsButtons.png) 0px -228px no-repeat;
	height:114px;
	width:250px;
	top:80px;
	left:20px;
}

#skipperWrapper:hover
{
	position:relative;
	background: url(../images/07_skillssheet/skillssheetsButtons.png) -250px -228px no-repeat;
}


#skipperWrapper span
{
	display:none;
}

