/* CSS Document */

#profile{
     clear:both;
     width:770px;
	 margin:0;
	 padding:15px;
}

#profile_photo{
     float:left;
	 width:250px;
	 margin-right:15px;
}

#profile_copy{
     float:right;
     width:485px;
	 behavior: expression(IEPNGFIX.fix(this));
	 background-image:url(../image/back.png);
	 background-repeat: repeat;
	 padding:10px;
	 margin-bottom:15px;

}

#profile_copy p{
     font-size:12px;
	 color:#694d22;
	 line-height:2em;
}

#profile_copy ul{
     margin-left:10px;
}

#profile_copy li{
     margin-left:10px;
     list-style:square;
	 font-size:12px;
	 color:#694d22;
	 line-height:2em;
	 border-top:1px dotted #694d22;
}