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

/*
Profile
*/

#profile { background: url(../imgs/prof_main.jpg) top no-repeat; margin: 0 auto; padding-top: 335px; width: 784px; }
			#profile:after {
			content: ".";
			display: block;
			height: 0.1px;
			font-size: 0.1em;
			line-height: 0;
			clear: both;
			visibility: hidden;
			}

#proSet { background: url(../imgs/bgline.gif) repeat-y; width: 784px; margin: 0; }
			#proSet:after {
			content: ".";
			display: block;
			height: 0.1px;
			font-size: 0.1em;
			line-height: 0;
			clear: both;
			visibility: hidden;
			}


#proLeft { float: left; margin-left:2px;}
#proRight { float: left; width: 600px; padding-left: 20px; border-left: solid 1px #d1d0cd; }

#proRight #subInfo { background: #f1f1f1; padding: 15px; font-size: 85%; line-height: 165%; margin-bottom: 10px; }
#proRight #subInfo span { font-weight: bold; }
*html #proRight #subInfo { font-size: 90%; }
#proRight dl{font-size: 85%; line-height: 150%;}
#proRight dl dt {float: left; text-align:right;}
#proRight dl dt span { font-weight:bold;}
#proRight dl dd {margin-left: 6.5em;}
#proRight dl dd span { font-weight: bold;}

.proMinTxt { font-size: 85%; line-height: 150%;} 











