@charset "UTF-8";
/* CSS Document */

/* about page style */

#content #portrait {
	width:430px;
	min-height:770px;
	background:url(../images/portrait.gif) no-repeat top left;
	padding:30px 0 0 550px;
}

#portrait p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:24px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#333;
}

#portrait p span.dropCap {
	font-family:FFFTusj, Georgia, serif;
	font-weight:normal;
	font-size:90px;
	float:left;
	line-height:70px;
	margin:0 6px 0 -5px;
	color:#434343;
	text-transform:uppercase;
}

#portrait p.small {
	font-size:12px;
	line-height:16px;
}

#portrait a {
	text-decoration:none;
	padding:0 0 5px 0;
}

#portrait a:link, #portrait a:visited {
	color:#333;
}

#portrait a:hover {
	_text-decoration:underline;
}

#portrait p a.long {
	background:url(../images/underscore_lg.png) no-repeat bottom center;
	_background:none;
}

#portrait p a.short {
	background:url(../images/underscore_st.png) no-repeat bottom center;
	_background:none;
}


/* about page style ends */