@charset "UTF-8";
/* CSS Document */

.main-article
{
	position: relative;
	width: 317px;
	height: auto;
}

.main-article .image
{
	position: relative;
	width: 297px;
	height: 80px;
	margin-bottom: 10px;
	padding: 9px;
	border: 1px solid #999;
}

.main-article h1
{
	margin: 5px 0;
	padding: 0;
	font-size: 16px;
	font-weight: 600;
}

.red
{
	color: #cd2323;
}

.blue
{
	color: #0065a4;	
}


.main-article p
{
	margin:0;
	padding: 0;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	text-align: justify;
	color: #333;
}

.main-article a
{
	font-size: 11px;
	color: #cd2323;
	text-decoration: none;
}	

.main-article a:hover
{
	text-decoration: underline;
	color: #6e0000;
}

.bio
{
	position: relative;
	float: left;
	padding: 10px;
	margin: 0;
}

.bio-photo
{
	position: relative;
	width: 100px;
	height: 130px;
	background-color: #ccc;
}

.bio-caption
{
	position: relative;
	width: 100px;
	height: 50px;
	background-image: url(../images/bio_caption.gif);
}

.bio-caption h3
{
	margin: 0;
	padding: 3px 0 1px 0;
	text-align: center;
	color: #fff;
	font-size: 10px;
	font-weight: normal;
}

.bio-caption h4
{
	margin:  2px 0 2px 0;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
}

.bio-caption h5
{
	margin: 0;
	text-align: center;
	color: #cd2323;
	font-size: 9px;
	font-weight: normal;
}