
body {

	text-align: center;
	max-width:100%;
	font-family: 'Ledger', serif;

}

img {
	border:none;
}


a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}




#container_bio {
	width:1000px;
	margin: 0px auto;
	text-align: center;
	
}


#header {
	width:100%;
	/*height:23px;*/
}


#content{
	width:100%;
}

#clear {
	clear:both;
}

.disco {
	margin-top: -10px;
}

#footer {
	width:100%;
	clear:both;
	text-align: center;	
	line-height: 28px;
}

#footer p {
	font-size: 10px;
	line-height: 12px;
	color: #3399cc;
}

#link_bio {
	position: relative;
	/*margin-top: 130px;*/
}


#content_bio {
	margin-top: 140px;
	padding-left: 200px;
	padding-right: 200px;
	text-align: justify;
	font-size: 13px;
}

#gc {
	text-align: center;
	margin-top: 40px;
}














