@charset "utf-8";
/* CSS Document */


/* Image Settings */
.pic{
	float:right;
}


/* Block Settings */
#block_01,#block_02,#block_03{
	padding:0 0 0 0.7em;
	line-height:25px;
	margin-bottom:45px;
	white-space:nowrap;
}

.capture{
	margin-bottom:20px;
}


/* Font Settings */
.caption{
	font-size:20px;
	font-weight:bold;
}

.big_bold{
	font-size:18px;
	font-weight:bold;
}

.big_red_bold{
	font-size:22px;
	font-weight:bold;
	color:#FF0000;
	line-height:35px;
	margin:10px 0;
}

.mid_bold{
	font-size:14px;
	font-weight:bold;
}

.mid_bold_2{
	font-size:14px;
	font-weight:bold;
	width:100px;
	display:block;
	float:left;
	height:40px;
	line-height:20px;
}

.red{
	color:#FF0000;
}

.body_text{
	font-size:12px;
	color:#666666;
	line-height:20px;
}

/* Profile Box Settings */
#profile{
	width:890px;
	height:93px;
	background:top center url(images/bg_profile.jpg) no-repeat;
	margin:0 auto;
	padding-top:10px;
	padding-left:30px;
}






