/* CSS Document */

.hidden{
display:none;
height:0px;
font-size:0px;
}

.clear{
clear:both;
}

#contact_text{
	position:absolute;
	left:500px;
	top:195px;
	width:300px;
	padding:5px;
}


#content_text{
	position:absolute;
	left:160px;
	top:225px;
	width:400px;
	padding:5px;
	font-size:90%;
	text-align:justify;

}


.profile{
background-color:#f7f7f7;
border:1px solid #cccccc;
border-top:5px solid #cccccc;
margin-top:5px;
margin-bottom:5px;
padding:10px;
width:400px;
text-align:justify;
}