/* title */
#title {
	margin-bottom:10px;
	padding: 20px 0px;
	background:#000000;
}

#title h2 {
	font-size:32px;
	line-height:1.0;
	font-weight:normal;
	color:#ffffff;
	text-align:center;	
}

/* content */
#content {
	margin:0px  auto;
	padding-bottom:70px;
	width:980px;
}

#content h3 {
	font-size:26px;
	line-height:1.5;
	font-weight:normal;
	text-align:center;
	margin-bottom:20px;
}

#content p.sub {
	font-size:16px;
	line-height:1.5;
	font-weight:normal;
	text-align:center;
	margin-bottom:50px;
}

/* athlete */
#athlete {
	margin:0px auto;
	width:960px;
}

#athlete p.attn {
	margin:0px 0px 20px 10px;
}

#athlete .person {
	margin:0px 10px 20px 10px;
	width:220px;
	float:left;
}

#athlete .person .categoryTop {
	padding:10px 0px;
	width:220px;
	color:#ffffff;
	font-weight:bold;
	background:#db0042;
}

#athlete .person .category {
	padding: 10px 0px 0px 0px;
	width: 220px;
	height: 30px;
	color:#ffffff;
	font-weight:bold;
	background:#db0042;
}

#athlete .person .category p,
#athlete .person .categoryTop p {
	font-size:18px;
	line-height:1.0;
	text-align:center;
}

#athlete .person .pht {
	margin-bottom:5px;
	height:220px;
}

#athlete .person .pht img.on {
	transition: 0.6s;
}

#athlete .person .pht img.on:hover {
	opacity: 0.5;
}

#athlete .person .text {
	height:100px;
}

#athlete .person .text p.name {
	font-size:20px;
	line-height:1.5;
	font-weight:normal;
	text-align:center;
	color:#000000;
	margin-bottom:0px;
}

#athlete .person .text p.sport {
	font-size:14px;
	line-height:1.5;
	font-weight:normal;
	text-align:center;
	color:#000000;
	margin-bottom:2px;
}

.sm {
	font-size:12px;
	line-height:1.0;
}

/* button */
.project {
	margin:0px auto;
	width: 220px;
}

.project a {
	color:#ffffff;
	text-decoration: none;
}

.project .link {
	padding: 5px 0px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	background: #cc0000;
}

.project .link p {
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
	color:#ffffff;
	text-align: center;
	margin-bottom:0px;
}

.project .link p {
   margin-right: 10px;
   background-image: url("../img/icon_tri_lg3.gif");
   background-repeat: no-repeat;
   background-position: right center;
}