@charset "UTF-8";
/* CSS Document */

#profileMainCont{
	width: 950px;
	background: url("../images/profile/sd_bg.gif") repeat-y left top;
}

#profileTitle{
	width: 656px;
	background-color: #dcdcdc;
	border-bottom: 5px solid #b6b6b6;
	padding: 10px 0 10px 20px;
	font-weight: bold;
	font-size: 18px;
}

#profileNav{
	text-align: center;
	margin: 40px 0 0 0;
	font-size: 16px;
}

	#profileNav span{
		padding: 0 20px;
	}
	
.articleArea{
	margin: 40px 0 20px 0;
}

.articleTitle{
	width: 656px;
	background-color: #f6f6f6;
	border-left: 5px solid #005752;
	padding: 10px 0 10px 20px;
	font-weight: bold;
	font-size: 16px;
}

.articleSubTitle{
	margin-top: 20px;
	font-weight: bold;
}

.profileDesc{
	margin-top: 5px;
}

.profileTable{
	margin-top: 5px;
}

	.profileTable th{
		padding-right: 5px;
		padding-bottom: 5px;
		padding-top: 5px;
	}
	
	.profileTable td{
		padding: 5px;
	}

.detailInfo{
	margin-top: 15px;
	text-align: right;
}

.homepage{
	margin-top: 15px;
	text-align: right;
}

.pageTop{
	text-align: right;
	margin-top: 15px;
}