/* CSS Document */

body {
	background-color: #cccccc;
	height: 100%;
}

#contenedor {
	width: 100%;
	height: 100%;
}  

#content {
	margin: -10px auto 0;
	width: 760px;
	height: auto;
	border-top: 1px solid white;

}

#content div {
	height: auto;
	border-top: 1px solid #666666;
    padding: 3px 11px 7px 13px;
}

.profile {
	float: right;
	margin: 0px 2px 0px 10px;
	border: 1px solid #ffffff;
}

.employment {
	color: #555;	
}
/* --== public art Styles ==-- */
/*Add styles to public art image, the rest takes the css from profile and mazchenik css*/

.publicart {
	float: left;
	margin: 4px 19px 0px 7px;
	width: 174px;
	height: 285px;
	font-weight: 300;
	border: 1px solid #ffffff;
}

/* --== statement Styles ==-- */
/*Add styles to statement, the rest takes the styles from mazchenik css*/
.statement {
	float: left;
	margin: 19px 19px 0px 7px;
	border: solid 1px #ffffff;
}

.home {
	padding-right: 0px;
	margin-top: 3px;
	text-align: justify;
	line-height: 140%;
	padding-bottom: 1px;
}

.text_public {
	color: #313030;
	font-size: 11.5px;
	line-height: 140%;
	text-align: justify;
	padding-left: 0px;	
	margin-top: 17px;
}
