/* Home CSS Document */

.align_right{
	float:right;
	margin:0 0 10px 10px;
	}
	.align_right img{
		border:none;
	}
	
a#spinis_profile span, a#spinis_hire span, a#spinis_join span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	line-height:0;
}

a#spinis_profile{
	position:relative;
	height: 61px; width: 170px; overflow: hidden; display: block; float:left;
	background: url(../img/spinis_profile.gif) top left no-repeat;
}

a#spinis_hire{
	position:relative;
	height: 61px; width: 180px; overflow: hidden; display: block; float:left; margin-left:16px;
	background: url(../img/spinis_hire.gif) top left no-repeat;
}

a#spinis_join{
	position:relative;
	height: 61px; width: 170px; overflow: hidden; display: block; float:left; margin-left:16px;
	background: url(../img/spinis_join.gif) top left no-repeat;
}

a:hover#spinis_profile, a:hover#spinis_hire, a:hover#spinis_join{
	background-position: top right;
}

.profile{
	float:left;
	width:220px;
	height:420px;
	margin:0 10px 10px 0;
	padding:20px;
	color:#ea3e96;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:3px solid #ea3e96;
	background-color:#eee;
	background-image:url(../img/profile_bg.gif);
}

.profile h2{
	text-align:center;
	padding:0;
	margin:5px 0 5px 0;
}

.profile img{
	margin-left:30px;
	border:4px solid #eee;
	margin-bottom:10px;
}