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


#wrapper {
	min-width:960px;
}


#about {
	background:#333 url(../images/about_back.png) repeat;
	width:100%;
	height:100%;
	margin:0;
}

#main {
	margin:0 auto;
	padding:30px 30px 0 30px;
	overflow:hidden;
}

#content {
	width:580px;
	margin:auto;
	overflow:hidden;
}

#content .photo{
	width:250px;
	float:left;
	overflow:hidden;
}

#content .profile{
	width:310px;
	float:right;
	overflow:hidden;
}

#content .profile .profile_section{
	margin-bottom:9px;
	clear:both;
	overflow:hidden;
}

#content .profile .profile_section a{
	color:#FFF;
}
#content .profile .profile_section a:hover{
	color:#F09;
}

#content .profile .profile_section .profile_subjects{
	width:55px;
	float:left;
}

#content .profile .profile_section .profile_subjects p{
	font-size:13px;
	line-height:190%;
	color:#999;
}

#content .profile .profile_section .profile_subjects2{
	width:250px;
	float:left;
}
#content .profile .profile_section .profile_subjects2 p{
	font-size:13px;
	line-height:190%;
	text-align:justify;
	color:#fff;
}

#content .profile .profile_section .profile_subjects2 .tw {
	width:30px;
	height:30px;
	margin-right:15px;
	overflow:hidden;
	float:left;
}
#content .profile .profile_section .profile_subjects2 .tw a{
	width:30px;
	height:30px;
	background:url(../images/about_tw.png) no-repeat;
	text-indent:-9999px;
	display:block;
}
#content .profile .profile_section .profile_subjects2 .tw a:hover{
	width:30px;
	height:30px;
	background:url(../images/about_tw-on.png) no-repeat;
}

#content .profile .profile_section .profile_subjects2 .fb {
	width:30px;
	height:30px;
	margin-right:15px;
	overflow:hidden;
	float:left;
}
#content .profile .profile_section .profile_subjects2 .fb a{
	width:30px;
	height:30px;
	background:url(../images/about_fb.png) no-repeat;
	text-indent:-9999px;
	display:block;
}
#content .profile .profile_section .profile_subjects2 .fb a:hover{
	width:30px;
	height:30px;
	background:url(../images/about_fb-on.png) no-repeat;
}

#content .profile .profile_section .profile_subjects2 .app {
	width:30px;
	height:30px;
	margin-right:15px;
	overflow:hidden;
	float:left;
}
#content .profile .profile_section .profile_subjects2 .app a{
	width:30px;
	height:30px;
	background:url(../images/about_app.png) no-repeat;
	text-indent:-9999px;
	display:block;
}
#content .profile .profile_section .profile_subjects2 .app a:hover{
	width:30px;
	height:30px;
	background:url(../images/about_app-on.png) no-repeat;
}