#header
{
	background-image : url(../images/link_title.jpg);
}

#navigator a
{
	background-color : #239564;
	color            : #f1f1f1;
}
#navigator a:hover
{
	background-color : #f1f1f1;
	color            : #239564;
}
#navigator a:active;
{
	background-color : #f1f1f1;
	color            : #239564;
}

span.indivisual
{
	display : block;
	float   : none;
	margin  : 2px;
	padding : 0px 0px 24px 0px;
}
span.indivisual a
{
	text-decoration : none;
}
span.indivisual img
{
	float : none;
	text-align : center;
}


