/*==============================
	GLOBAL
==============================*/


p.subtitle{
    color: #EECC22;
    margin: 5px 20px;
    font-size: 1.3em;
}



/*==============================
	CONTENT
==============================*/
div.portrait {
	float: right;
	margin: 0;
}

div.portrait p {
	margin-top: 5px;
	text-align: center;
}

#content p cite {
	display: block;
	text-align: right;
	font-style: italic;
	color: #999;
}

#content img {
	padding: 4px;
	background-color:#FFF;
	border: 1px solid #CCC;
}

table.staff {
	border: none;
}

table.staff td{
	border: none;
	vertical-align: top;
}

#swot {
	width: 240px;
	float: right;	
}

table.codex {
	border: none;
}

table.codex td{
	border: none;
	vertical-align: top;
}


/*
.codex {
	clear: both;
}

.codex  img{
	margin-top: 0;
}
*/

