

#home {
	float: right;
	width: 678px;
	border-width: 0px 1px 1px 1px;
	border-color: #52A9D4;
	border-style: solid;
	padding: 10px;
/*	background-image: url('/img/bg-search.png');*/
	background-repeat: repeat-x;
	overflow: hidden;
	min-height: 600px;
}


#first_box {
	padding: 10px 0 0 10px;
	overflow: auto;
	/*border: 1px solid #000;*/
}

#first_box h1 {
	color: #000;
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
	display: inline;
}





#first_box .edit a:hover {
	text-decoration: underline;
}

#first_box .foto {
	border: 1px solid #52A9D4;
	float: left;
	margin-right: 15px;
	text-align: center;
	padding: 2px;
}

#first_box .availability {
	color: #CC6600;
	font-size: 14px;
	font-weight: bold;
}

#first_box .experience {
	color: #CC6600;
	font-size: 14px;
	font-weight: bold;
}



.home_box {
	background: none;
	color: #000;
	padding: 30px 0 0 0;
	/*border: 1px solid #000;*/
	overflow: hidden;
}

.home_box .skills a {
	color: #CC6600;
	font-weight: normal;
	font-family: arial;
	font-size: 14px;
}

.home_box .skills a.big {
	font-size: 18px;
}

.home_box h2 {
	border-width: 3px 0 0 0;
	border-style: solid;
	border-color: #ddd;
	background: none;
	color: #000;
	font-weight: bold;
	font-size: 18px;
	padding: 10px 0;
}



.edit
{
	font-family: arial;
	font-size: 12px !important;
	font-weight: normal;
	color: #000 !important;
}

.edit a
{
	font-family: arial;
	font-size: 12px !important;
	font-weight: normal;
	color: #006698 !important;
}



.rank {
	float:right;
	font-size: 11px;
	color: #939393;
}