/* contentHeader */

div#residents div.contentHeader,
div#resident div.contentHeader {
	margin: 20px 0 0 0;
}

/* h3 */

div#residents h3,
div#resident h3 {
	font-size: 50px;
	margin-bottom: 20px;
}


/* left / right */

div#residents div.left,
div#residents div.right {
	width: 450px;
	float: left;
}

div#residents div.left {
	margin-right: 10px;
}


/* file */

div#resident div.file {
	margin-bottom: 20px;
}

div#resident div.file  h5 {
	margin-top: 20px;
	margin-bottom: 10px;
}

div#resident div.file ul.events li a {
	font-size: 20px;
	line-height: 22px;
}

div#resident div.file ul.links {
	margin-bottom: 20px;
}

div#resident div.file div.text,
div#resident div.file div.image {
	float: left;
}

div#resident div.file div.text {
	width: 450px;
	margin-right: 20px;
}



div#resident div.file div.image {
	width: 450px;
	overflow: hidden;
}

div#resident div.file div.wysiwyg img.portrait {
	float: left;
	margin: 0 20px 10px 0;
}

